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

/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dip_log.c115 iplog_t **iplh[IPL_LOGSIZE];
116 iplog_t *iplt[IPL_LOGSIZE];
117 iplog_t *ipll[IPL_LOGSIZE];
512 iplog_t *ipl;
520 for (i = 0, len = sizeof(iplog_t); i < cnt; i++)
542 ipl = (iplog_t *)buf;
638 iplog_t *ipl;
657 if (uio->uio_resid < sizeof(iplog_t)) {
758 iplog_t *ipl;
H A Dip_fil.h967 } iplog_t; typedef in typeref:struct:iplog
975 #define IPLOG_SIZE sizeof(iplog_t)
/freebsd-current/sbin/ipf/ipmon/
H A Dipmon.c625 iplog_t *ipl;
632 ipl = (iplog_t *)buf;
813 iplog_t *ipl;
816 ipl = (iplog_t *)buf;
962 iplog_t *ipl;
969 ipl = (iplog_t *)buf;
1027 iplog_t *ipl;
1036 ipl = (iplog_t *)buf;
1395 sizeof(iplog_t) + sizeof(*ipf));
1757 iplog_t bu
[all...]
H A Dipmon_y.y437 iplog_t *ipl;
443 ipl = (iplog_t *)buf;

Completed in 414 milliseconds