Searched refs:IPV6_FW_GETNSRCP (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dip6_fw.h222 #define IPV6_FW_GETNSRCP(rule) ((rule)->fw_nports & 0x0f) macro
H A Dip6_fw.c725 IPV6_FW_GETNSRCP(f), src_port,
728 if (!port_match6(&f->fw_pts[IPV6_FW_GETNSRCP(f)],
1062 if ((frwl->fw_flg & IPV6_FW_F_SRNG) && IPV6_FW_GETNSRCP(frwl) < 2) {
1064 err_prefix, IPV6_FW_GETNSRCP(frwl)));
1072 if (IPV6_FW_GETNSRCP(frwl) + IPV6_FW_GETNDSTP(frwl) > IPV6_FW_MAX_PORTS) {
1074 err_prefix, IPV6_FW_GETNSRCP(frwl), IPV6_FW_GETNDSTP(frwl)));
1082 (IPV6_FW_GETNSRCP(frwl) || IPV6_FW_GETNDSTP(frwl))) {
/macosx-10.10.1/network_cmds-457/ip6fw.tproj/
H A Dip6fw.c222 int nsp = IPV6_FW_GETNSRCP(chain);
1016 rule.fw_pts, IPV6_FW_GETNSRCP(&rule), *av))
1023 && (IPV6_FW_GETNSRCP(&rule) || IPV6_FW_GETNDSTP(&rule))) {

Completed in 178 milliseconds