Home
last modified time | relevance | path

Searched refs:EXT_RTHDR0 (Results 1 – 3 of 3) sorted by relevance

/freebsd/sbin/ipfw/
H A Dipv6.c203 { "rthdr0", EXT_RTHDR0 },
238 case EXT_RTHDR0: in fill_ext6hdr()
239 cmd->arg1 |= EXT_RTHDR0; in fill_ext6hdr()
275 if (cmd->arg1 & EXT_RTHDR0) { in print_ext6hdr()
/freebsd/sys/netinet/
H A Dip_fw.h331 #define EXT_RTHDR0 0x40 macro
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c1608 ext_hd |= EXT_RTHDR0; in ipfw_chk()