Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bio/
Dbio_sock2.c41 int BIO_socket(int domain, int socktype, int protocol, int options) in BIO_socket()
225 int socktype; in BIO_listen() local
Dbio_addr.c576 static int addrinfo_wrap(int family, int socktype, in addrinfo_wrap()
625 int family, int socktype, BIO_ADDRINFO **res) in BIO_lookup()
653 int family, int socktype, int protocol, BIO_ADDRINFO **res) in BIO_lookup_ex()
/third_party/node/deps/openssl/openssl/crypto/bio/
Dbio_sock2.c41 int BIO_socket(int domain, int socktype, int protocol, int options) in BIO_socket()
225 int socktype; in BIO_listen() local
Dbio_addr.c576 static int addrinfo_wrap(int family, int socktype, in addrinfo_wrap()
625 int family, int socktype, BIO_ADDRINFO **res) in BIO_lookup()
653 int family, int socktype, int protocol, BIO_ADDRINFO **res) in BIO_lookup_ex()
/third_party/musl/porting/linux/user/src/network/
Dlookup_serv.c13 int __lookup_serv(struct service buf[static MAXSERVS], const char *name, int proto, int socktype, i… in __lookup_serv()
Dgetaddrinfo.c112 int family = AF_UNSPEC, flags = 0, proto = 0, socktype = 0; in getaddrinfo_ext() local
Dlookup.h42 unsigned char proto, socktype; member
/third_party/musl/src/network/
Dlookup_serv.c13 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.h45 unsigned char proto, socktype; member
/third_party/curl/lib/
Dcf-socket.h46 int socktype; member
/third_party/python/Lib/test/support/
Dsocket_helper.py18 def find_unused_port(family=socket.AF_INET, socktype=socket.SOCK_STREAM): argument
/third_party/musl/src/network/linux/
Dgetaddrinfo.c127 int family = AF_UNSPEC, flags = 0, proto = 0, socktype = 0; in getaddrinfo_ext() local
/third_party/toybox/lib/
Dnet.c19 struct addrinfo *xgetaddrinfo(char *host, char *port, int family, int socktype, in xgetaddrinfo()
/third_party/musl/Benchmark/musl/
Dsocket_test.cpp245 static int ConnectTo(const char *host, const char *port, int socktype, struct addrinfo *addr) in ConnectTo()
/third_party/python/Lib/logging/
Dhandlers.py849 facility=LOG_USER, socktype=None): argument
/third_party/python/Modules/
Dsocketmodule.c6545 int family, socktype, protocol, flags; local
/third_party/curl/include/curl/
Dcurl.h418 int socktype; member