Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux6.c74 extern char *pr_protocol(int);
501 Printf(" for %s from %s", pr_protocol(last_hdr), in check_reply6()
565 Printf(" for %s from %s", pr_protocol(last_hdr), in check_reply6()
608 Printf(" for %s from %s", pr_protocol(last_hdr), in check_reply6()
657 Printf(" for %s from %s", pr_protocol(last_hdr), in check_reply6()
H A Dping_aux.c85 extern char *pr_protocol(int);
464 Printf(" for %s from %s", pr_protocol(ip->ip_p), in check_reply()
722 Printf(" for %s from %s", pr_protocol(ip->ip_p), in check_reply()
783 Printf(" for %s from %s", pr_protocol(ip->ip_p), in check_reply()
824 Printf(" for %s from %s", pr_protocol(ip->ip_p), in check_reply()
H A Dping.c234 char *pr_protocol(int);
2249 pr_protocol(int prot) in pr_protocol() function
/illumos-gate/usr/src/uts/common/sys/
H A Dprotosw.h72 short pr_protocol; /* protocol number */ member