protoent           58 source4/heimdal/lib/roken/getaddrinfo.c 	struct protoent *protoent = getprotobynumber (hints->ai_protocol);
protoent           60 source4/heimdal/lib/roken/getaddrinfo.c 	if (protoent == NULL)
protoent           63 source4/heimdal/lib/roken/getaddrinfo.c 	proto_str = protoent->p_name;
protoent           64 source4/heimdal/lib/roken/getaddrinfo.c 	*protocol = protoent->p_proto;