Searched refs:SOCK_TYPE_MASK (Results 1 – 3 of 3) sorted by relevance
34 int flags = sock_to_o_flags (type & ~SOCK_TYPE_MASK); in __socket()35 type &= SOCK_TYPE_MASK; in __socket()
38 int flags = sock_to_o_flags (type & ~SOCK_TYPE_MASK); in __socketpair()39 type &= SOCK_TYPE_MASK; in __socketpair()
60 #define SOCK_TYPE_MASK 0xf macro
Completed in 7 milliseconds