Home
last modified time | relevance | path

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

/freebsd-10-stable/sbin/ipfw/
Dipv6.c202 { "dstopt", EXT_DSTOPTS },
235 case EXT_DSTOPTS: in fill_ext6hdr()
236 cmd->arg1 |= EXT_DSTOPTS; in fill_ext6hdr()
293 if (cmd->arg1 & EXT_DSTOPTS ) { in print_ext6hdr()
/freebsd-10-stable/sys/netinet/
Dip_fw.h237 #define EXT_DSTOPTS 0x20 macro
/freebsd-10-stable/sys/netpfil/ipfw/
Dip_fw2.c1108 ext_hd |= EXT_DSTOPTS; in ipfw_chk()