Home
last modified time | relevance | path

Searched refs:O_EXTERNAL_DATA (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/pmod/
H A Dtcpmod.c187 icmd->opcode != O_EXTERNAL_DATA || in ipfw_tcpmod()
/f-stack/tools/compat/include/netinet/
H A Dip_fw.h293 O_EXTERNAL_DATA, /* variable length data */ enumerator
/f-stack/freebsd/netinet/
H A Dip_fw.h293 O_EXTERNAL_DATA, /* variable length data */ enumerator
/f-stack/tools/ipfw/
H A Dipfw2.c1965 case O_EXTERNAL_DATA: in print_action_instruction()
2145 O_EXTERNAL_ACTION, O_EXTERNAL_INSTANCE, O_EXTERNAL_DATA
4207 fill_cmd(action, O_EXTERNAL_DATA, 0, (uint16_t)mss); in compile_rule()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_sockopt.c1810 if (cmd->opcode == O_EXTERNAL_DATA) in check_ipfw_rule_body()