Home
last modified time | relevance | path

Searched refs:IPOPT_RA (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dip.h111 #define IPOPT_RA 148 /* router-alert, rfc2113 */ macro
H A Dprint-ip.c44 { IPOPT_RA, "RA" },
281 case IPOPT_RA: in ip_optprint()
/freebsd/sys/netinet/
H A Dip.h158 #define IPOPT_RA 148 /* router alert */ macro
H A Dip_options.c744 case IPOPT_RA: in ip_checkrouteralert()
H A Digmp.c608 p->ipopt_list[0] = (char)IPOPT_RA; /* Router Alert Option */ in igmp_ra_alloc()
/freebsd/sys/netpfil/pf/
H A Dpf.c10753 case IPOPT_RA: in pf_walk_option()