| Home | Sort by: relevance | last modified time | path |
| /src/sys/netinet6/ | |
| ip6protosw.h | 115 int pr_type; /* socket type used for */ member in struct:ip6protosw |
| /src/sys/sys/ | |
| protosw.h | 72 int pr_type; /* socket type used for */ member in struct:protosw |
| /src/usr.sbin/traceroute6/ | |
| traceroute6.c | 321 static const char *pr_type(int); 866 pr_type(int t0) function in typeref:typename:const char * 1008 printf(": icmp type %d (%s) code %d\n", type, pr_type(type), |
| /src/usr.sbin/traceroute/ | |
| traceroute.c | 415 static const char *pr_type(u_char); 1395 pr_type(u_char t) function in typeref:typename:const char * 1487 inet_ntoa(ip->ip_dst), type, pr_type(type), icp->icmp_code); |