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

/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dip_log.c150 iplog_t **iplh[IPL_LOGSIZE];
151 iplog_t *iplt[IPL_LOGSIZE];
152 iplog_t *ipll[IPL_LOGSIZE];
565 iplog_t *ipl;
573 for (i = 0, len = sizeof(iplog_t); i < cnt; i++)
595 ipl = (iplog_t *)buf;
697 iplog_t *ipl;
716 if (uio->uio_resid < sizeof(iplog_t)) {
843 iplog_t *ipl;
H A Dip_fil.h1026 } iplog_t; typedef in typeref:struct:iplog
1034 #define IPLOG_SIZE sizeof(iplog_t)
/freebsd-10.2-release/contrib/ipfilter/tools/
H A Dipmon.c669 iplog_t *ipl;
676 ipl = (iplog_t *)buf;
859 iplog_t *ipl;
862 ipl = (iplog_t *)buf;
1011 iplog_t *ipl;
1018 ipl = (iplog_t *)buf;
1078 iplog_t *ipl;
1087 ipl = (iplog_t *)buf;
1465 sizeof(iplog_t) + sizeof(*ipf));
1824 iplog_t bu
[all...]
H A Dipmon_y.y443 iplog_t *ipl;
449 ipl = (iplog_t *)buf;

Completed in 109 milliseconds