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

/osnet-11/usr/src/lib/libexacct/demo/
H A Dexdump.c188 struct servent *port_info; local
190 port_info = getservbyport(htons(port), NULL);
191 if (port_info != NULL) {
192 (void) printf("%s", port_info->s_name);

Completed in 30 milliseconds