Searched refs:iplt (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_log.c165 iplog_t **iplh[IPL_LOGSIZE], *iplt[IPL_LOGSIZE], *ipll[IPL_LOGSIZE]; variable
191 iplt[i] = NULL;
193 iplh[i] = &iplt[i];
583 while (iplt[unit] == NULL) {
626 for (copied = 0; (ipl = iplt[unit]) != NULL; copied += dlen) {
633 iplt[unit] = ipl->ipl_next;
641 ipl->ipl_next = iplt[unit];
642 iplt[unit] = ipl;
650 if (!iplt[unit]) {
652 iplh[unit] = &iplt[uni
[all...]
H A Dip_fil.h1552 extern iplog_t **iplh[IPL_LOGMAX+1], *iplt[IPL_LOGMAX+1];
/freebsd-9.3-release/etc/
H A Dprotocols139 iplt 129 IPLT
/freebsd-9.3-release/sys/boot/ia64/efi/
H A Dstart.S83 data16 @iplt(_start)

Completed in 62 milliseconds