Searched refs:AF_UNIX (Results 1 – 5 of 5) sorted by relevance
12 if ((fd = socket(AF_UNIX, SOCK_DGRAM | SOCK_CLOEXEC, 0)) < 0) in if_nametoindex()
12 if ((fd = socket(AF_UNIX, SOCK_DGRAM | SOCK_CLOEXEC, 0)) < 0) in if_indextoname()
34 } log_addr = {AF_UNIX, "/dev/log"};44 log_fd = socket(AF_UNIX, SOCK_DGRAM | SOCK_CLOEXEC, 0); in __openlog()
13 } addr = {AF_UNIX, "/var/run/nscd/socket"};
112 #define AF_UNIX AF_LOCAL macro
Completed in 8 milliseconds