Lines Matching refs:pt
71 char *pt, *pc, *px; in interpret_icmp() local
83 pt = "Unknown"; in interpret_icmp()
89 pt = "Echo reply"; in interpret_icmp()
95 pt = "Destination unreachable"; in interpret_icmp()
199 pt = "Packet lost, slow down"; in interpret_icmp()
202 pt = "Redirect"; in interpret_icmp()
225 pt = "Echo request"; in interpret_icmp()
236 pt = "Router advertisement"; in interpret_icmp()
313 pt = "Router solicitation"; in interpret_icmp()
316 pt = "Time exceeded"; in interpret_icmp()
329 pt = "IP parameter problem"; in interpret_icmp()
346 pt = "Timestamp request"; in interpret_icmp()
349 pt = "Timestamp reply"; in interpret_icmp()
352 pt = "Information request"; in interpret_icmp()
355 pt = "Information reply"; in interpret_icmp()
358 pt = "Address mask request"; in interpret_icmp()
361 pt = "Address mask reply"; in interpret_icmp()
374 pt, pc, px); in interpret_icmp()
376 (void) sprintf(line, "ICMP %s (%s)", pt, pc); in interpret_icmp()
379 (void) sprintf(line, "ICMP %s", pt); in interpret_icmp()
387 icmp->icmp_type, pt); in interpret_icmp()
445 char *pt, *pc; in interpret_icmpv6() local
454 pt = "Unknown"; in interpret_icmpv6()
459 pt = "Destination unreachable"; in interpret_icmpv6()
510 pt = "Packet too big"; in interpret_icmpv6()
513 pt = "Redirect"; in interpret_icmpv6()
516 pt = "Time exceeded"; in interpret_icmpv6()
529 pt = "Parameter problem"; in interpret_icmpv6()
543 pt = "Echo request"; in interpret_icmpv6()
549 pt = "Echo reply"; in interpret_icmpv6()
556 pt = "Group membership query - MLDv1"; in interpret_icmpv6()
558 pt = "Group membership query - MLDv2"; in interpret_icmpv6()
560 pt = "Unknown membership query"; in interpret_icmpv6()
563 pt = "Group membership report - MLDv1"; in interpret_icmpv6()
566 pt = "Group membership termination - MLDv1"; in interpret_icmpv6()
569 pt = "Group membership report - MLDv2"; in interpret_icmpv6()
572 pt = "Router solicitation"; in interpret_icmpv6()
575 pt = "Router advertisement"; in interpret_icmpv6()
578 pt = "Neighbor solicitation"; in interpret_icmpv6()
581 pt = "Neighbor advertisement"; in interpret_icmpv6()
590 (void) sprintf(line, "ICMPv6 %s (%s)", pt, pc); in interpret_icmpv6()
592 (void) sprintf(line, "ICMPv6 %s", pt); in interpret_icmpv6()
599 icmp6->icmp6_type, pt); in interpret_icmpv6()