Searched defs:socktype (Results 1 – 16 of 16) sorted by relevance
/external/libusb/libusb/os/ |
D | linux_netlink.c | 56 static int set_fd_cloexec_nb(int fd, int socktype) in set_fd_cloexec_nb() 96 int socktype = SOCK_RAW | SOCK_NONBLOCK | SOCK_CLOEXEC; in linux_netlink_start_event_monitor() local
|
/external/musl/src/network/ |
D | lookup_serv.c | 12 int __lookup_serv(struct service buf[static MAXSERVS], const char *name, int proto, int socktype, i… in __lookup_serv()
|
D | getaddrinfo.c | 18 int family = AF_UNSPEC, flags = 0, proto = 0, socktype = 0; in getaddrinfo() local
|
D | lookup.h | 29 unsigned char proto, socktype; member
|
/external/python/cpython3/Lib/test/support/ |
D | socket_helper.py | 15 def find_unused_port(family=socket.AF_INET, socktype=socket.SOCK_STREAM): argument
|
/external/curl/lib/ |
D | connect.h | 99 int socktype; member
|
/external/toybox/lib/ |
D | net.c | 19 struct addrinfo *xgetaddrinfo(char *host, char *port, int family, int socktype, in xgetaddrinfo()
|
/external/python/cpython2/Lib/logging/ |
D | handlers.py | 741 facility=LOG_USER, socktype=None): argument
|
/external/libevent/ |
D | listener.c | 219 int socktype = SOCK_STREAM | EVUTIL_SOCK_NONBLOCK; in evconnlistener_new_bind() local
|
/external/libevent/test/ |
D | regress_util.c | 874 int socktype, int protocol, int line) in test_ai_eq_()
|
/external/python/cpython3/Lib/logging/ |
D | handlers.py | 845 facility=LOG_USER, socktype=None): argument
|
/external/python/cpython2/Lib/test/support/ |
D | __init__.py | 447 def find_unused_port(family=socket.AF_INET, socktype=socket.SOCK_STREAM): argument
|
/external/python/cpython2/Modules/ |
D | socketmodule.c | 4170 int family, socktype, protocol, flags; local
|
/external/google-breakpad/src/third_party/curl/ |
D | curl.h | 234 int socktype; member
|
/external/python/cpython3/Modules/ |
D | socketmodule.c | 6439 int family, socktype, protocol, flags; local
|
/external/curl/include/curl/ |
D | curl.h | 406 int socktype; member
|