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

/darwin-on-arm/xnu/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.c1068 if (IPV6_FW_GETNSRCP(frwl) + IPV6_FW_GETNDSTP(frwl) > IPV6_FW_MAX_PORTS) {
1176 bcopy( rule->fw_pts, userrule_64->fw_pts, IPV6_FW_MAX_PORTS);
1205 bcopy( userrule_64->fw_pts, rule->fw_pts, IPV6_FW_MAX_PORTS);
1234 bcopy( rule->fw_pts, userrule_32->fw_pts, IPV6_FW_MAX_PORTS);
1263 bcopy( userrule_32->fw_pts, rule->fw_pts, IPV6_FW_MAX_PORTS);

Completed in 24 milliseconds