Lines Matching refs:pc
67 char *pt, *pc, *px;
80 pc = "";
88 pc = buff;
98 pc = buff;
100 pc = "Bad net";
108 pc = buff;
110 pc = "Bad host";
117 pc = buff;
119 pc = "Bad protocol";
131 pc = buff;
137 pc = buff;
140 pc = "Port unreachable";
144 pc = "Bad port";
152 pc = buff;
154 pc = "Needed to fragment";
158 pc = "Source route failed";
161 pc = "Unknown network";
164 pc = "Unknown host";
167 pc = "Source host isolated";
170 pc = "Net administratively prohibited";
173 pc = "Host administratively prohibited";
176 pc = "Net unreachable for this TOS";
179 pc = "Host unreachable for this TOS";
182 pc = "Communication administratively prohibited";
185 pc = "Host precedence violation";
188 pc = "Precedence cutoff in effect";
201 pc = "for network";
204 pc = "for host";
207 pc = "for tos and net";
210 pc = "for tos and host";
216 pc, addrtoname(AF_INET, &icmp->icmp_ip.ip_dst),
218 pc = buff;
224 pc = buff;
306 pc = buff;
316 pc = "in transit";
319 pc = "in reassembly";
329 pc = "Required option missing";
332 pc = "Bad length";
337 pc = buff;
360 pc = buff;
368 if (*pc) {
371 pt, pc, px);
373 (void) sprintf(line, "ICMP %s (%s)", pt, pc);
385 if (*pc) {
387 icmp->icmp_code, pc);
445 char *pt, *pc;
455 pc = "";
462 pc = "No route to destination";
465 pc = "Communication administratively prohibited";
468 pc = "Address unreachable";
484 pc = buff;
494 pc = buff;
498 pc = "Port unreachable";
502 pc = "Bad port";
519 pc = "Hop limit exceeded in transit";
522 pc = "Fragment reassembly time exceeded";
532 pc = "Erroneous header field";
535 pc = "Unrecognized next header type";
538 pc = "Unrecognized IPv6 option";
546 pc = buff;
552 pc = buff;
589 if (*pc)
590 (void) sprintf(line, "ICMPv6 %s (%s)", pt, pc);
600 if (*pc)
602 icmp6->icmp6_code, pc);