Home
last modified time | relevance | path

Searched refs:IP6OPT_ROUTER_ALERT (Results 1 – 7 of 7) sorted by relevance

/freebsd/usr.sbin/mld6query/
H A Dmld6.c71 #ifndef IP6OPT_ROUTER_ALERT
72 #define IP6OPT_ROUTER_ALERT IP6OPT_RTALERT macro
251 if ((hbhlen = inet6_opt_append(NULL, 0, hbhlen, IP6OPT_ROUTER_ALERT, 2, in make_msg()
279 IP6OPT_ROUTER_ALERT, 2, in make_msg()
/freebsd/contrib/tcpdump/
H A Dip6.h134 #define IP6OPT_ROUTER_ALERT 0x05 /* 00 0 00101 */ macro
H A Dprint-ip6opts.c123 case IP6OPT_ROUTER_ALERT: in ip6_opt_process()
/freebsd/sys/netinet/
H A Dip6.h146 #define IP6OPT_ROUTER_ALERT 0x05 /* 00 0 00101 (RFC3542, recommended) */ macro
/freebsd/sys/netinet6/
H A Dip6_input.c1031 case IP6OPT_ROUTER_ALERT: in ip6_process_hopopts()
H A Dmld6.c265 .ip6or_type = IP6OPT_ROUTER_ALERT,
/freebsd/sbin/ping/
H A Dping6.c1899 case IP6OPT_ROUTER_ALERT: in pr_ip6opt()