Home
last modified time | relevance | path

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

/freebsd-14-stable/sbin/ipfw/
HDipv6.c200 { "dstopt", EXT_DSTOPTS },
229 case EXT_DSTOPTS: in fill_ext6hdr()
230 cmd->arg1 |= EXT_DSTOPTS; in fill_ext6hdr()
283 if (cmd->arg1 & EXT_DSTOPTS) { in print_ext6hdr()
/freebsd-14-stable/sys/netinet/
HDip_fw.h330 #define EXT_DSTOPTS 0x20 macro
/freebsd-14-stable/sys/netpfil/ipfw/
HDip_fw2.c1659 ext_hd |= EXT_DSTOPTS; in ipfw_chk()