HomeSort by: relevance | last modified time | path
    Searched refs:iplog_t (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_log.c 156 iplog_t **iplh[IPL_LOGSIZE];
157 iplog_t *iplt[IPL_LOGSIZE];
158 iplog_t *ipll[IPL_LOGSIZE];
559 iplog_t *ipl;
567 for (i = 0, len = sizeof(iplog_t); i < cnt; i++)
589 ipl = (iplog_t *)buf;
688 iplog_t *ipl;
707 if (uio->uio_resid < sizeof(iplog_t)) {
832 iplog_t *ipl;
ip_fil.h 1025 } iplog_t; typedef in typeref:struct:iplog
1033 #define IPLOG_SIZE sizeof(iplog_t)

Completed in 15 milliseconds