Lines Matching refs:fwhole
685 aux_tcp->fwhole = -1; in AddLink()
768 old_lnk->data.tcp->fwhole > 0) { in ReLink()
2423 int fwhole; /* Where to punch hole */ in PunchFWHole() local
2438 for (fwhole = la->fireWallActiveNum; in PunchFWHole()
2439 fwhole < la->fireWallBaseNum + la->fireWallNumNums && in PunchFWHole()
2440 fw_tstfield(la, la->fireWallField, fwhole); in PunchFWHole()
2441 fwhole++); in PunchFWHole()
2442 if (fwhole == la->fireWallBaseNum + la->fireWallNumNums) { in PunchFWHole()
2443 for (fwhole = la->fireWallBaseNum; in PunchFWHole()
2444 fwhole < la->fireWallActiveNum && in PunchFWHole()
2445 fw_tstfield(la, la->fireWallField, fwhole); in PunchFWHole()
2446 fwhole++); in PunchFWHole()
2447 if (fwhole == la->fireWallActiveNum) { in PunchFWHole()
2457 la->fireWallActiveNum = fwhole + 1; in PunchFWHole()
2469 i = fill_rule(rulebuf, sizeof(rulebuf), fwhole, in PunchFWHole()
2477 i = fill_rule(rulebuf, sizeof(rulebuf), fwhole, in PunchFWHole()
2487 lnk->data.tcp->fwhole = fwhole; in PunchFWHole()
2488 fw_setfield(la, la->fireWallField, fwhole); in PunchFWHole()
2500 int fwhole = lnk->data.tcp->fwhole; /* Where is the firewall hole? */ in ClearFWHole() local
2503 if (fwhole < 0) in ClearFWHole()
2508 &fwhole, sizeof fwhole)); in ClearFWHole()
2509 fw_clrfield(la, la->fireWallField, fwhole); in ClearFWHole()
2510 lnk->data.tcp->fwhole = -1; in ClearFWHole()