Searched refs:PF_UNIX (Results 1 – 3 of 3) sorted by relevance
37 int fd = socket(PF_UNIX, SOCK_SEQPACKET | SOCK_CLOEXEC | SOCK_NONBLOCK, 0); in ConnectFn()64 int fd = socket(PF_UNIX, SOCK_SEQPACKET, 0); in RunTest()
172 #define PF_UNIX AF_UNIX macro
462 int log_fd = TEMP_FAILURE_RETRY(socket(PF_UNIX, SOCK_DGRAM | SOCK_CLOEXEC, 0)); in __libc_open_log_socket()