Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dprinttunable.c13 if (tup->ipft_sz == sizeof(u_long))
15 else if (tup->ipft_sz == sizeof(u_int))
17 else if (tup->ipft_sz == sizeof(u_short))
19 else if (tup->ipft_sz == sizeof(u_char))
22 printf("sz = %d\n", tup->ipft_sz);
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c6462 item->ipft_sz = sizeof ((_ifs)->_field); \ in ipftuneable_alloc()
6720 if (ta->ipft_sz > sizeof(tu.ipft_un))
6724 if (ta->ipft_sz == sizeof(u_long))
6726 else if (ta->ipft_sz == sizeof(u_int))
6730 else if (ta->ipft_sz == sizeof(u_char))
6733 tu.ipft_sz = ta->ipft_sz;
6768 if (ta->ipft_sz == sizeof(u_long))
6770 else if (ta->ipft_sz == sizeof(u_int))
6774 else if (ta->ipft_sz == sizeof(u_char))
6777 tu.ipft_sz = ta->ipft_sz;
[all …]
H A Dsolaris.c905 if (ipft->ipft_sz == sizeof (uint32_t)) {
907 } else if (ipft->ipft_sz == sizeof (uint64_t)) {
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h1230 int ipft_sz; member
1256 int ipft_sz; member
H A Dip_ftp_pxy.c123 ifsftp->ftptune.ipft_sz = sizeof(ifsftp->ippr_ftp_debug);