Searched defs:protoent (Results 1 – 5 of 5) sorted by relevance
168 struct protoent in version() struct170 char* p_name; in version()171 char** p_aliases; in version()172 int p_proto; in version()252 struct protoent in version() struct254 char* p_name; in version()255 char** p_aliases; in version()256 int p_proto; in version()336 struct protoent in version() struct338 char* p_name; in version()[all …]
183 struct protoent *protoent; in parse_protocol() local260 struct protoent *protoent; in printaddrinfo() local
181 struct protoent { struct182 char *p_name; /*%< official protocol name */183 char **p_aliases; /*%< alias list */184 int p_proto; /*%< protocol # */
168 struct protoent { struct169 char *p_name; /*%< official protocol name */170 char **p_aliases; /*%< alias list */171 int p_proto; /*%< protocol # */
57 struct protoent *protoent = getprotobynumber (hints->ai_protocol); in get_port_protocol_socktype() local