Searched refs:ipft_sz (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/ipfilter/lib/
H A Dprinttunable.c19 if (tup->ipft_sz == sizeof(u_long))
21 else if (tup->ipft_sz == sizeof(u_int))
23 else if (tup->ipft_sz == sizeof(u_short))
25 else if (tup->ipft_sz == sizeof(u_char))
28 PRINTF("sz = %d\n", tup->ipft_sz);
/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dfil.c7290 if (ta->ipft_sz > sizeof(tu.ipft_un)) {
7296 if (ta->ipft_sz == sizeof(u_long))
7298 else if (ta->ipft_sz == sizeof(u_int))
7300 else if (ta->ipft_sz == sizeof(u_short))
7302 else if (ta->ipft_sz == sizeof(u_char))
7305 tu.ipft_sz = ta->ipft_sz;
7343 if (ta->ipft_sz == sizeof(u_long))
7345 else if (ta->ipft_sz == sizeof(u_int))
7347 else if (ta->ipft_sz
[all...]
H A Dip_fil.h1399 int ipft_sz; member in struct:ipftuneable
1419 int ipft_sz; member in struct:ipftune

Completed in 69 milliseconds