Searched refs:pass (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Drtsock.c1266 int pass; local
1279 for (pass = 1; pass < 3; pass++) {
1281 if ((cmd == RTM_ADD && pass == 1) ||
1282 (cmd == RTM_DELETE && pass == 2)) {
1314 if ((cmd == RTM_ADD && pass == 2) ||
1315 (cmd == RTM_DELETE && pass == 1)) {
1501 * the list in two passes. In the first pass we compute the total
1504 * in the second pass
1518 int pass = 0; local
1647 int pass = 0; local
[all...]
H A Dpf_norm.c748 goto pass;
946 pass:
1276 goto pass;
1475 pass:
/darwin-on-arm/xnu/bsd/kern/
H A Dmach_loader.c481 int pass; local
591 for (pass = 1; pass <= 3; pass++) {
596 if ((pass == 3) && (result->validentry == 0)) {
641 if (pass != 2)
654 if (pass != 1)
663 if (pass != 1)
674 if (pass != 3)
684 if (pass
[all...]
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_input.c929 goto pass;
963 goto pass;
981 goto pass;
991 pass:
1816 * The pass argument is used when operating in the IPSTEALTH
1818 * [LS]SRR (pass 0) or the others (pass 1).
1825 ip_dooptions(struct mbuf *m, __unused int pass, struct sockaddr_in *next_hop) argument
H A Dip_output.c866 /* 4135317 - always pass network byte order to filter */
1070 /* 4135317 - always pass network byte order to filter */
1302 /* 4135317 - always pass network byte order to filter */
1376 goto pass ;
1381 * pass the pkt to dummynet. Need to include
1383 * not recomputed in the next pass.
1431 goto pass;
1595 goto pass ;
1607 pass:
H A Dip_fw2.c175 "Only do a single pass through ipfw when using dummynet(4)");
1308 int i, pass = 0, max_pass = 0; local
1321 * because O_LIMIT refer to parent rules, during the first pass only
1323 * them in a second pass.
1337 * handle parent in the second pass,
1341 if (pass == 0)
1362 if (pass++ < max_pass)
2503 /* Outgoing packets automatically pass/match */
3439 * pass up a copy of the current rules. Static rules

Completed in 55 milliseconds