Home
last modified time | relevance | path

Searched refs:ipft_sz (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dfil.c7326 if (ta->ipft_sz > sizeof(tu.ipft_un)) {
7332 if (ta->ipft_sz == sizeof(u_long))
7334 else if (ta->ipft_sz == sizeof(u_int))
7336 else if (ta->ipft_sz == sizeof(u_short))
7338 else if (ta->ipft_sz == sizeof(u_char))
7341 tu.ipft_sz = ta->ipft_sz;
7379 if (ta->ipft_sz == sizeof(u_long))
7381 else if (ta->ipft_sz == sizeof(u_int))
7383 else if (ta->ipft_sz == sizeof(u_short))
7385 else if (ta->ipft_sz == sizeof(u_char))
[all …]
H A Dip_fil.h1335 int ipft_sz; member
1355 int ipft_sz; member