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

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dip6_fw.h131 #define IPV6_FW_MAX_PORTS 10 /* A reasonable maximum */ macro
133 u_short fw_pts[IPV6_FW_MAX_PORTS]; /* Array of port numbers to match */
165 #define IPV6_FW_MAX_PORTS 10 /* A reasonable maximum */ macro
167 u_short fw_pts[IPV6_FW_MAX_PORTS]; /* Array of port numbers to match */
198 #define IPV6_FW_MAX_PORTS 10 /* A reasonable maximum */ macro
200 u_short fw_pts[IPV6_FW_MAX_PORTS]; /* Array of port numbers to match */
H A Dip6_fw.c1072 if (IPV6_FW_GETNSRCP(frwl) + IPV6_FW_GETNDSTP(frwl) > IPV6_FW_MAX_PORTS) {
1180 bcopy( rule->fw_pts, userrule_64->fw_pts, IPV6_FW_MAX_PORTS);
1209 bcopy( userrule_64->fw_pts, rule->fw_pts, IPV6_FW_MAX_PORTS);
1238 bcopy( rule->fw_pts, userrule_32->fw_pts, IPV6_FW_MAX_PORTS);
1267 bcopy( userrule_32->fw_pts, rule->fw_pts, IPV6_FW_MAX_PORTS);
/macosx-10.10.1/network_cmds-457/ip6fw.tproj/
H A Dip6fw.c629 if (off + *cnt >= IPV6_FW_MAX_PORTS)
630 errx(1, "too many ports (max is %d)", IPV6_FW_MAX_PORTS);

Completed in 411 milliseconds