Searched refs:fireWallField (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/netinet/libalias/ |
| H A D | alias_db.c | 2658 la->fireWallField = malloc(la->fireWallNumNums); in InitPunchFW() 2659 if (la->fireWallField) { in InitPunchFW() 2660 memset(la->fireWallField, 0, la->fireWallNumNums); in InitPunchFW() 2677 if (la->fireWallField) in UninitPunchFW() 2678 free(la->fireWallField); in UninitPunchFW() 2679 la->fireWallField = NULL; in UninitPunchFW() 2707 fw_tstfield(la, la->fireWallField, fwhole); in PunchFWHole() 2712 fw_tstfield(la, la->fireWallField, fwhole); in PunchFWHole() 2755 fw_setfield(la, la->fireWallField, fwhole); in PunchFWHole() 2777 fw_clrfield(la, la->fireWallField, fwhole); in ClearFWHole() [all …]
|
| H A D | alias_local.h | 155 char *fireWallField; /* bool array for entries */ member
|