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

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dip6_fw.h227 #define IPV6_FW_GETNDSTP(rule) ((rule)->fw_nports >> 4) macro
H A Dip6_fw.c729 IPV6_FW_GETNDSTP(f), dst_port,
1067 if ((frwl->fw_flg & IPV6_FW_F_DRNG) && IPV6_FW_GETNDSTP(frwl) < 2) {
1069 err_prefix, IPV6_FW_GETNDSTP(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.c223 int ndp = IPV6_FW_GETNDSTP(chain);
1023 && (IPV6_FW_GETNSRCP(&rule) || IPV6_FW_GETNDSTP(&rule))) {

Completed in 171 milliseconds