Searched refs:SOCK_SEQPACKET (Results 1 – 3 of 3) sorted by relevance
39 int fd = socket(PF_UNIX, SOCK_SEQPACKET | SOCK_CLOEXEC | SOCK_NONBLOCK, 0); in ConnectFn()66 int fd = socket(PF_UNIX, SOCK_SEQPACKET, 0); in RunTest()
90 MACRO(SOCK_SEQPACKET); in sys_socket_h()
58 #define SOCK_SEQPACKET 5 macro