Home
last modified time | relevance | path

Searched refs:ICMP_ROUTERSOLICIT (Results 1 – 14 of 14) sorted by relevance

/netbsd/external/bsd/ipf/dist/lib/
H A Dicmptypes.c98 { "routersol", ICMP_ROUTERSOLICIT, ND_ROUTER_SOLICIT },
99 { "routersolcit",ICMP_ROUTERSOLICIT, ND_ROUTER_SOLICIT },
/netbsd/external/mpl/dhcp/dist/includes/netinet/
H A Dip_icmp.h151 #define ICMP_ROUTERSOLICIT 10 /* router solicitation */ macro
168 (type) == ICMP_ROUTERADVERT || (type) == ICMP_ROUTERSOLICIT || \
/netbsd/sys/netinet/
H A Dip_icmp.h220 #define ICMP_ROUTERSOLICIT 10 /* router solicitation */ macro
294 (type) == ICMP_ROUTERADVERT || (type) == ICMP_ROUTERSOLICIT || \
H A Dip_icmp.c675 case ICMP_ROUTERSOLICIT: in _icmp_input()
/netbsd/sbin/routed/
H A Drdisc.c891 u.so.icmp_type = ICMP_ROUTERSOLICIT; in rdisc_sol()
926 } else if (p->icmp.icmp_type == ICMP_ROUTERSOLICIT) { in ck_icmp()
1063 case ICMP_ROUTERSOLICIT: in read_d()
/netbsd/usr.bin/systat/
H A Dicmp.c151 SHOW(ICMP_STAT_OUTHIST + ICMP_ROUTERSOLICIT, 15, 35); in showicmp()
/netbsd/external/bsd/tcpdump/dist/
H A Dprint-icmp.c139 #define ICMP_ROUTERSOLICIT 10 /* router solicitation */ macro
201 { ICMP_ROUTERSOLICIT, "router solicitation" },
/netbsd/usr.sbin/npf/npfctl/
H A Dnpf_data.c535 case ICMP_ROUTERSOLICIT: in npfctl_icmpcode()
/netbsd/sys/external/bsd/ipf/netinet/
H A Dip_compat.h1228 #ifndef ICMP_ROUTERSOLICIT
1229 # define ICMP_ROUTERSOLICIT 10 macro
H A Dfil.c1239 case ICMP_ROUTERSOLICIT : in ipf_pr_icmp()
/netbsd/sbin/ping/
H A Dping.c1678 case ICMP_ROUTERSOLICIT: in pr_icmph()
/netbsd/external/bsd/ipf/dist/iplang/
H A Diplang_y.y401 | IL_ICMP_ROUTERSOLICIT ';' { set_icmptype(ICMP_ROUTERSOLICIT); }
/netbsd/external/bsd/ipf/dist/tools/
H A Dipmon.c225 { ICMP_ROUTERSOLICIT, NULL, 0, "routersolicit" },
/netbsd/dist/pf/sbin/pfctl/
H A Dpfctl_parser.c92 { "routersol", ICMP_ROUTERSOLICIT },