Searched refs:proto_ent (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libexacct/demo/
H A Dexdump.c220 struct protoent *proto_ent; local
222 proto_ent = getprotobynumber(protocol);
223 if (proto_ent != NULL) {
224 (void) printf("%s", proto_ent->p_name);

Completed in 15 milliseconds