Home
last modified time | relevance | path

Searched defs:socktype (Results 1 – 16 of 16) sorted by relevance

/external/libusb/libusb/os/
Dlinux_netlink.c56 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/
Dlookup_serv.c12 int __lookup_serv(struct service buf[static MAXSERVS], const char *name, int proto, int socktype, i… in __lookup_serv()
Dgetaddrinfo.c18 int family = AF_UNSPEC, flags = 0, proto = 0, socktype = 0; in getaddrinfo() local
Dlookup.h29 unsigned char proto, socktype; member
/external/python/cpython3/Lib/test/support/
Dsocket_helper.py15 def find_unused_port(family=socket.AF_INET, socktype=socket.SOCK_STREAM): argument
/external/curl/lib/
Dconnect.h99 int socktype; member
/external/toybox/lib/
Dnet.c19 struct addrinfo *xgetaddrinfo(char *host, char *port, int family, int socktype, in xgetaddrinfo()
/external/python/cpython2/Lib/logging/
Dhandlers.py741 facility=LOG_USER, socktype=None): argument
/external/libevent/
Dlistener.c219 int socktype = SOCK_STREAM | EVUTIL_SOCK_NONBLOCK; in evconnlistener_new_bind() local
/external/libevent/test/
Dregress_util.c874 int socktype, int protocol, int line) in test_ai_eq_()
/external/python/cpython3/Lib/logging/
Dhandlers.py845 facility=LOG_USER, socktype=None): argument
/external/python/cpython2/Lib/test/support/
D__init__.py447 def find_unused_port(family=socket.AF_INET, socktype=socket.SOCK_STREAM): argument
/external/python/cpython2/Modules/
Dsocketmodule.c4170 int family, socktype, protocol, flags; local
/external/google-breakpad/src/third_party/curl/
Dcurl.h234 int socktype; member
/external/python/cpython3/Modules/
Dsocketmodule.c6439 int family, socktype, protocol, flags; local
/external/curl/include/curl/
Dcurl.h406 int socktype; member