Searched refs:proto_ent (Results 1 – 1 of 1) sorted by relevance
220 struct protoent *proto_ent; in disp_proto() local222 proto_ent = getprotobynumber(protocol); in disp_proto()223 if (proto_ent != NULL) { in disp_proto()224 (void) printf("%s", proto_ent->p_name); in disp_proto()