Searched refs:SOCK_TYPE_MASK (Results 1 – 2 of 2) sorted by relevance
69 #define SOCK_TYPE_MASK 0x000F /* mask that covers the above */ macro
478 if ((SCARG(uap, type) & SOCK_TYPE_MASK) == SOCK_DGRAM) { in sys_socketpair()