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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_fw.h227 #define IPV6_FW_GETNDSTP(rule) ((rule)->fw_nports >> 4) macro
H A Dip6_fw.c728 IPV6_FW_GETNDSTP(f), dst_port,
1063 if ((frwl->fw_flg & IPV6_FW_F_DRNG) && IPV6_FW_GETNDSTP(frwl) < 2) {
1065 err_prefix, IPV6_FW_GETNDSTP(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 23 milliseconds