Searched refs:SOCK_DGRAM (Results 1 – 6 of 6) sorted by relevance
| /third_party/ulib/musl/src/network/ |
| A D | lookup_serv.c | 29 case SOCK_DGRAM: in __lookup_serv() 64 buf[cnt].socktype = SOCK_DGRAM; in __lookup_serv() 113 buf[cnt].socktype = SOCK_DGRAM; in __lookup_serv()
|
| A D | if_nametoindex.c | 12 if ((fd = socket(AF_UNIX, SOCK_DGRAM | SOCK_CLOEXEC, 0)) < 0) in if_nametoindex()
|
| A D | if_indextoname.c | 12 if ((fd = socket(AF_UNIX, SOCK_DGRAM | SOCK_CLOEXEC, 0)) < 0) in if_indextoname()
|
| A D | res_msend.c | 59 fd = socket(family, SOCK_DGRAM | SOCK_CLOEXEC | SOCK_NONBLOCK, 0); in __res_msend_rc() 63 fd = socket(AF_INET, SOCK_DGRAM | SOCK_CLOEXEC | SOCK_NONBLOCK, 0); in __res_msend_rc()
|
| /third_party/ulib/musl/src/misc/ |
| A D | syslog.c | 44 log_fd = socket(AF_UNIX, SOCK_DGRAM | SOCK_CLOEXEC, 0); in __openlog()
|
| /third_party/ulib/musl/include/sys/ |
| A D | socket.h | 51 #define SOCK_DGRAM 2 macro
|
Completed in 6 milliseconds