Searched defs:socktype (Results 1 – 12 of 12) sorted by relevance
/third_party/openssl/crypto/bio/ |
D | b_sock2.c | 40 int BIO_socket(int domain, int socktype, int protocol, int options) in BIO_socket() 209 int socktype; in BIO_listen() local
|
D | b_addr.c | 567 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/ |
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 | 25 int family = AF_UNSPEC, flags = 0, proto = 0, socktype = 0; in getaddrinfo() local
|
D | lookup.h | 42 unsigned char proto, socktype; member
|
/third_party/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
|
/third_party/python/Lib/test/support/ |
D | socket_helper.py | 15 def find_unused_port(family=socket.AF_INET, socktype=socket.SOCK_STREAM): argument
|
/third_party/curl/lib/ |
D | connect.h | 99 int socktype; member
|
/third_party/toybox/lib/ |
D | net.c | 19 struct addrinfo *xgetaddrinfo(char *host, char *port, int family, int socktype, in xgetaddrinfo()
|
/third_party/python/Lib/logging/ |
D | handlers.py | 845 facility=LOG_USER, socktype=None): argument
|
/third_party/python/Modules/ |
D | socketmodule.c | 6439 int family, socktype, protocol, flags; local
|
/third_party/curl/include/curl/ |
D | curl.h | 408 int socktype; member
|