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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_fw.h222 #define IPV6_FW_GETNSRCP(rule) ((rule)->fw_nports & 0x0f) macro
H A Dip6_fw.c724 IPV6_FW_GETNSRCP(f), src_port,
727 if (!port_match6(&f->fw_pts[IPV6_FW_GETNSRCP(f)],
1058 if ((frwl->fw_flg & IPV6_FW_F_SRNG) && IPV6_FW_GETNSRCP(frwl) < 2) {
1060 err_prefix, IPV6_FW_GETNSRCP(frwl)));
1068 if (IPV6_FW_GETNSRCP(frwl) + IPV6_FW_GETNDSTP(frwl) > IPV6_FW_MAX_PORTS) {
1070 err_prefix, IPV6_FW_GETNSRCP(frwl), IPV6_FW_GETNDSTP(frwl)));
1078 (IPV6_FW_GETNSRCP(frwl) || IPV6_FW_GETNDSTP(frwl))) {

Completed in 15 milliseconds