Home
last modified time | relevance | path

Searched refs:EXT_DSTOPTS (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/ipfw/
H A Dipv6.c211 { "dstopt", EXT_DSTOPTS },
240 case EXT_DSTOPTS: in fill_ext6hdr()
241 cmd->arg1 |= EXT_DSTOPTS; in fill_ext6hdr()
294 if (cmd->arg1 & EXT_DSTOPTS) { in print_ext6hdr()
/f-stack/tools/compat/include/netinet/
H A Dip_fw.h310 #define EXT_DSTOPTS 0x20 macro
/f-stack/freebsd/netinet/
H A Dip_fw.h310 #define EXT_DSTOPTS 0x20 macro
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c1625 ext_hd |= EXT_DSTOPTS; in ipfw_chk()