Searched refs:pr_type (Results 1 – 10 of 10) sorted by relevance
| /mirbsd/src/usr.bin/host/ |
| D | host.c | 819 char *pr_type PROTO((int)); 2294 itoa(n), pr_type(type), name); 2395 pr_type(type), name); 2438 pr_type(type), name); 2468 pr_type(type), name); 2491 pr_type(type), name); 2656 doprintf(("\t%s", pr_type(type))) 3017 itoa(n), pr_type(type), rname); 3062 doprintf(("\t%s", pr_type(n))) 3177 doprintf((" %s", pr_type(n))) [all …]
|
| /mirbsd/src/sys/kern/ |
| D | uipc_domain.c | 148 if (pr->pr_type && pr->pr_type == type) in pffindtype() 168 if ((pr->pr_protocol == protocol) && (pr->pr_type == type)) in pffindproto() 171 if (type == SOCK_RAW && pr->pr_type == SOCK_RAW && in pffindproto()
|
| D | uipc_socket.c | 108 if (prp->pr_type != type)
|
| /mirbsd/src/sys/netinet6/ |
| D | ip6protosw.h | 115 short pr_type; /* socket type used for */ member
|
| /mirbsd/src/usr.bin/less/ |
| D | prompt.c | 24 extern int pr_type; 556 prompt = pr_expand(prproto[pr_type], sc_width-so_s_width-so_e_width-2); in pr_string()
|
| D | optfunc.c | 33 extern int pr_type; 299 parg.p_string = prproto[pr_type];
|
| D | opttbl.c | 26 public int pr_type; /* Type of prompt (short, medium, long) */ variable 326 TRIPLE, OPT_OFF, &pr_type, NULL,
|
| /mirbsd/src/sys/sys/ |
| D | protosw.h | 64 short pr_type; /* socket type used for */ member
|
| /mirbsd/src/usr.sbin/traceroute6/ |
| D | traceroute6.c | 317 char *pr_type(int); 1044 pr_type(int t0) in pr_type() function 1206 printf(": icmp type %d (%s) code %d\n", type, pr_type(type), in packet_ok()
|
| /mirbsd/src/usr.sbin/traceroute/ |
| D | traceroute.c | 860 pr_type(u_int8_t t) in pr_type() function 939 printf(": icmp type %u (%s) code %d\n", type, pr_type(type), in packet_ok()
|