Home
last modified time | relevance | path

Searched refs:iplog_t (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_log.c124 iplog_t **iplh[IPL_LOGSIZE];
125 iplog_t *iplt[IPL_LOGSIZE];
126 iplog_t *ipll[IPL_LOGSIZE];
539 iplog_t *ipl;
547 for (i = 0, len = sizeof(iplog_t); i < cnt; i++)
569 ipl = (iplog_t *)buf;
671 iplog_t *ipl;
690 if (uio->uio_resid < sizeof(iplog_t)) {
793 iplog_t *ipl;
H A Dip_fil.h966 } iplog_t; typedef
974 #define IPLOG_SIZE sizeof(iplog_t)