Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bio/
Db_sock2.c40 int BIO_socket(int domain, int socktype, int protocol, int options) in BIO_socket()
209 int socktype; in BIO_listen() local
Db_addr.c567 static int addrinfo_wrap(int family, int socktype, in addrinfo_wrap()
618 int family, int socktype, BIO_ADDRINFO **res) in BIO_lookup()
646 int family, int socktype, int protocol, BIO_ADDRINFO **res) in BIO_lookup_ex()
/third_party/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.c25 int family = AF_UNSPEC, flags = 0, proto = 0, socktype = 0; in getaddrinfo() local
Dlookup.h42 unsigned char proto, socktype; member
/third_party/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
/third_party/python/Lib/test/support/
Dsocket_helper.py15 def find_unused_port(family=socket.AF_INET, socktype=socket.SOCK_STREAM): argument
/third_party/curl/lib/
Dconnect.h99 int socktype; member
/third_party/toybox/lib/
Dnet.c19 struct addrinfo *xgetaddrinfo(char *host, char *port, int family, int socktype, in xgetaddrinfo()
/third_party/python/Lib/logging/
Dhandlers.py845 facility=LOG_USER, socktype=None): argument
/third_party/python/Modules/
Dsocketmodule.c6439 int family, socktype, protocol, flags; local
/third_party/curl/include/curl/
Dcurl.h408 int socktype; member