Home
last modified time | relevance | path

Searched refs:O_IP6_SRC_ME (Results 1 – 7 of 7) sorted by relevance

/freebsd-14-stable/tests/atf_python/sys/netpfil/ipfw/
HDinsn_headers.py72 O_IP6_SRC_ME = 67 variable in IpFwOpcode
HDinsns.py543 AttrDescr(IpFwOpcode.O_IP6_SRC_ME, InsnEmpty),
/freebsd-14-stable/sbin/ipfw/
HDipv6.c93 if (cmd->o.opcode == O_IP6_SRC_ME || cmd->o.opcode == O_IP6_DST_ME) { in print_ip6()
488 cmd->opcode = O_IP6_SRC_ME; in add_srcip6()
HDipfw2.c1612 case O_IP6_SRC_ME: in print_instruction()
2287 O_IP_SRC_SET, O_IP6_SRC, O_IP6_SRC_MASK, O_IP6_SRC_ME
/freebsd-14-stable/sys/netinet/
HDip_fw.h253 O_IP6_SRC_ME, /* my addresses */ enumerator
/freebsd-14-stable/sys/netpfil/ipfw/
HDip_fw_sockopt.c1784 case O_IP6_SRC_ME: in check_ipfw_rule_body()
2074 case O_IP6_SRC_ME: in check_ipfw_rule_body()
HDip_fw2.c2250 case O_IP6_SRC_ME: in ipfw_chk()