Home
last modified time | relevance | path

Searched defs:socktype (Results 1 – 9 of 9) 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/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/python/Lib/test/support/
Dsocket_helper.py15 def find_unused_port(family=socket.AF_INET, socktype=socket.SOCK_STREAM): argument
/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