Searched refs:iplused (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_log.c166 int iplused[IPL_LOGSIZE]; variable
194 iplused[i] = 0;
478 if ((iplused[dev] + len) > ipl_logsize) {
484 iplused[dev] += len;
634 iplused[unit] -= dlen;
643 iplused[unit] += dlen;
651 iplused[unit] = 0;
684 used = iplused[unit];
685 iplused[unit] = 0;
H A Dip_fil.h1553 extern int iplused[IPL_LOGMAX + 1];
H A Dip_nat.c763 arg = iplused[IPL_LOGNAT];
H A Dip_state.c541 arg = iplused[IPL_LOGSTATE]; /* returned in an int */
H A Dfil.c7203 tmp = (int)iplused[IPL_LOGIPF];

Completed in 94 milliseconds