Home
last modified time | relevance | path

Searched refs:SOCK_TYPE_MASK (Results 1 – 3 of 3) sorted by relevance

/sysdeps/mach/hurd/
A Dsocket.c34 int flags = sock_to_o_flags (type & ~SOCK_TYPE_MASK); in __socket()
35 type &= SOCK_TYPE_MASK; in __socket()
A Dsocketpair.c38 int flags = sock_to_o_flags (type & ~SOCK_TYPE_MASK); in __socketpair()
39 type &= SOCK_TYPE_MASK; in __socketpair()
/sysdeps/mach/hurd/bits/
A Dsocket.h60 #define SOCK_TYPE_MASK 0xf macro

Completed in 7 milliseconds