Searched refs:fw_pts (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_fw.h134 u_short fw_pts[IPV6_FW_MAX_PORTS]; /* Array of port numbers to match */ member in struct:ip6_fw
H A Dip6_fw.c716 if (!port_match6(&f->fw_pts[0],
720 if (!port_match6(&f->fw_pts[IPV6_FW_GETNSRCP(f)],
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_fw2_compat.h62 u_short fw_pts[IP_FW_MAX_PORTS_COMPAT]; /* Array of port numbers to match */ member in union:ip_fw_compat::__anon313
279 u_short fw_pts[IP_OLD_FW_MAX_PORTS]; /* Array of port numbers to match */ member in union:ip_old_fw::__anon316
H A Dip_fw2_compat.c300 printf("source ports: fw_uar_compat.fw_pts: %04x", vers1_rule->fw_uar_compat.fw_pts[i]);
313 printf("source ports: fw_uar_compat.fw_pts: %04x", vers1_rule->fw_uar_compat.fw_pts[nsp+i]);
984 compat_rule->fw_uar_compat.fw_pts[j++] = p[0];
985 compat_rule->fw_uar_compat.fw_pts[j] = p[1];
987 compat_rule->fw_uar_compat.fw_pts[j] = p[0];
1040 compat_rule->fw_uar_compat.fw_pts[j++] = p[0];
1041 compat_rule->fw_uar_compat.fw_pts[j] = p[1];
1043 compat_rule->fw_uar_compat.fw_pts[
[all...]
H A Dip_fw.h102 u_short fw_pts[IP_FW_MAX_PORTS]; /* Array of port numbers to match */ member in union:ip_fw::__anon309

Completed in 41 milliseconds