Home
last modified time | relevance | path

Searched refs:pr_protocol (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux6.c72 extern char *pr_protocol(int);
499 Printf(" for %s from %s", pr_protocol(last_hdr), in check_reply6()
563 Printf(" for %s from %s", pr_protocol(last_hdr), in check_reply6()
606 Printf(" for %s from %s", pr_protocol(last_hdr), in check_reply6()
655 Printf(" for %s from %s", pr_protocol(last_hdr), in check_reply6()
H A Dping_aux.c83 extern char *pr_protocol(int);
461 Printf(" for %s from %s", pr_protocol(ip->ip_p), in check_reply()
719 Printf(" for %s from %s", pr_protocol(ip->ip_p), in check_reply()
780 Printf(" for %s from %s", pr_protocol(ip->ip_p), in check_reply()
821 Printf(" for %s from %s", pr_protocol(ip->ip_p), in check_reply()
H A Dping.c208 char *pr_protocol(int);
2172 pr_protocol(int prot) in pr_protocol() function
/titanic_41/usr/src/uts/common/sys/
H A Dprotosw.h74 short pr_protocol; /* protocol number */ member