Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/netinet/
H A Dip_icmp.h152 #define ICMP_ROUTERADVERT 9 /* router advertisement */ macro
173 (type) == ICMP_ROUTERADVERT || (type) == ICMP_ROUTERSOLICIT || \
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Drdisc.c123 if (p->icmp.icmp_type == ICMP_ROUTERADVERT) { in trace_rdisc()
1102 u.ad.icmp_type = ICMP_ROUTERADVERT; in send_adv()
1228 if (p->icmp.icmp_type == ICMP_ROUTERADVERT) { in ck_icmp()
1333 case ICMP_ROUTERADVERT: in read_d()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_icmp.c226 case ICMP_ROUTERADVERT: in interpret_icmp()
418 } else if (icmp->icmp_type == ICMP_ROUTERADVERT) { in interpret_icmp()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux.c1028 case ICMP_ROUTERADVERT: in check_reply()
1261 {ICMP_ROUTERADVERT, "Router Advertisement"}, in pr_type()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux.c444 {ICMP_ROUTERADVERT, "Router Advertisement"}, in pr_type()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Din.rdisc.c619 rap->icmp_type = ICMP_ROUTERADVERT; in advertise()
805 case ICMP_ROUTERADVERT: { in pr_pack()
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h2212 #ifndef ICMP_ROUTERADVERT
2213 # define ICMP_ROUTERADVERT 9 macro
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtnet.c773 if (icmp->icmp_type == ICMP_ROUTERADVERT || in tsol_get_pkt_label()
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c257 { ICMP_ROUTERADVERT, NULL, 0, "routeradvert" },
H A Dipf_y.y1369 | IPFY_ICMPT_ROUTERAD { $$ = ICMP_ROUTERADVERT; }
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c973 case ICMP_ROUTERADVERT :