Home
last modified time | relevance | path

Searched refs:sock_to_o_flags (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/hurd/
Dfcntl-internal.h37 sock_to_o_flags (int in) in sock_to_o_flags() function
/glibc-2.36/sysdeps/mach/hurd/
Dsocket.c34 int flags = sock_to_o_flags (type & ~SOCK_TYPE_MASK); in __socket()
Daccept4.c47 flags = sock_to_o_flags (flags); in __libc_accept4()
Dsocketpair.c38 int flags = sock_to_o_flags (type & ~SOCK_TYPE_MASK); in __socketpair()