Home | History | Annotate | Download | only in routed

Lines Matching defs:icmp

50 /* router advertisement ICMP packet */
64 /* router solicitation ICMP packet */
73 struct icmp icmp;
110 /* dump an ICMP Router Discovery Advertisement Message
129 if (p->icmp.icmp_type == ICMP_ROUTERADVERT) {
695 /* Send a router discovery advertisement or solicitation ICMP packet.
912 /* check the IP header of a possible Router Discovery ICMP packet */
924 if (p->icmp.icmp_type == ICMP_ROUTERADVERT) {
926 } else if (p->icmp.icmp_type == ICMP_ROUTERSOLICIT) {
932 if (p->icmp.icmp_code != 0) {
933 trace_pkt("unrecognized ICMP Router %s code=%d from %s to %s",
934 type, p->icmp.icmp_code,
1025 switch (p->icmp.icmp_type) {