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