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

  /src/sys/external/bsd/ipf/netinet/
fil.c 7113 if (ta->ipft_sz > sizeof(tu.ipft_un)) {
7119 if (ta->ipft_sz == sizeof(u_long))
7121 else if (ta->ipft_sz == sizeof(u_int))
7123 else if (ta->ipft_sz == sizeof(u_short))
7125 else if (ta->ipft_sz == sizeof(u_char))
7128 tu.ipft_sz = ta->ipft_sz;
7166 if (ta->ipft_sz == sizeof(u_long))
7168 else if (ta->ipft_sz == sizeof(u_int))
7170 else if (ta->ipft_sz == sizeof(u_short)
    [all...]
ip_fil.h 1399 int ipft_sz; member in struct:ipftuneable
1419 int ipft_sz; member in struct:ipftune

Completed in 19 milliseconds