Home
last modified time | relevance | path

Searched refs:SOCK_DGRAM (Results 1 – 6 of 6) sorted by relevance

/third_party/ulib/musl/src/network/
A Dlookup_serv.c29 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 Dif_nametoindex.c12 if ((fd = socket(AF_UNIX, SOCK_DGRAM | SOCK_CLOEXEC, 0)) < 0) in if_nametoindex()
A Dif_indextoname.c12 if ((fd = socket(AF_UNIX, SOCK_DGRAM | SOCK_CLOEXEC, 0)) < 0) in if_indextoname()
A Dres_msend.c59 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 Dsyslog.c44 log_fd = socket(AF_UNIX, SOCK_DGRAM | SOCK_CLOEXEC, 0); in __openlog()
/third_party/ulib/musl/include/sys/
A Dsocket.h51 #define SOCK_DGRAM 2 macro

Completed in 6 milliseconds