Searched refs:SOCK_FLAGS_MASK (Results 1 – 3 of 3) sorted by relevance
116 #define SOCK_FLAGS_MASK 0xf0000000 /* flags mask */ macro
424 int flags = SCARG(uap, type) & SOCK_FLAGS_MASK; in sys_socketpair()425 int type = SCARG(uap, type) & ~SOCK_FLAGS_MASK; in sys_socketpair()
594 flags = type & SOCK_FLAGS_MASK; in fsocreate()595 type &= ~SOCK_FLAGS_MASK; in fsocreate()