| H A D | getaddrinfo.c | 46 int *protocol, in get_port_protocol_socktype() argument 61 *protocol = protoent->p_proto; in get_port_protocol_socktype() 70 *protocol = IPPROTO_TCP; in get_port_protocol_socktype() 74 *protocol = IPPROTO_UDP; in get_port_protocol_socktype() 80 *protocol = IPPROTO_TCP; in get_port_protocol_socktype() 84 *protocol = IPPROTO_UDP; in get_port_protocol_socktype() 104 add_one (int port, int protocol, int socktype, in add_one() argument 119 a->ai_protocol = protocol; in add_one() 181 int port, int protocol, int socktype, in get_null() argument 210 ret = add_one (port, protocol, socktype, in get_null() [all …]
|