Searched refs:SOCK_SEQPACKET (Results 1 – 2 of 2) sorted by relevance
55 #define SOCK_SEQPACKET 5 macro63 #define SOCK_SEQPACKET 5 macro
49 int fd = socket(PF_UNIX, SOCK_SEQPACKET | SOCK_CLOEXEC | SOCK_NONBLOCK, 0); in ConnectFn()76 int fd = socket(PF_UNIX, SOCK_SEQPACKET, 0); in RunTest()