Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/netinet/
H A Dip_icmp.h155 #define ICMP_ROUTERSOLICIT 10 /* router solicitation */ macro
173 (type) == ICMP_ROUTERADVERT || (type) == ICMP_ROUTERSOLICIT || \
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Drdisc.c1191 u.so.icmp_type = ICMP_ROUTERSOLICIT; in rdisc_sol()
1232 } else if (p->icmp.icmp_type == ICMP_ROUTERSOLICIT) { in ck_icmp()
1369 case ICMP_ROUTERSOLICIT: in read_d()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux.c1029 case ICMP_ROUTERSOLICIT: in check_reply()
1262 {ICMP_ROUTERSOLICIT, "Router Solicitation"}, in pr_type()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux.c445 {ICMP_ROUTERSOLICIT, "Router Solicitation"}, in pr_type()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_icmp.c309 case ICMP_ROUTERSOLICIT: in interpret_icmp()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Din.rdisc.c558 icp->icmp_type = ICMP_ROUTERSOLICIT; in solicitor()
912 case ICMP_ROUTERSOLICIT: { in pr_pack()
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h2215 #ifndef ICMP_ROUTERSOLICIT
2216 # define ICMP_ROUTERSOLICIT 10 macro
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtnet.c774 icmp->icmp_type == ICMP_ROUTERSOLICIT) in tsol_get_pkt_label()
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c258 { ICMP_ROUTERSOLICIT, NULL, 0, "routersolicit" },
H A Dipf_y.y1370 | IPFY_ICMPT_ROUTERSOL { $$ = ICMP_ROUTERSOLICIT; }
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c974 case ICMP_ROUTERSOLICIT :