Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ipf/lib/common/
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);
/titanic_41/usr/src/uts/common/inet/ipf/
H A Dfil.c6463 item->ipft_sz = sizeof ((_ifs)->_field); \ in ipftuneable_alloc()
6721 if (ta->ipft_sz > sizeof(tu.ipft_un))
6725 if (ta->ipft_sz == sizeof(u_long))
6727 else if (ta->ipft_sz == sizeof(u_int))
6729 else if (ta->ipft_sz == sizeof(u_short))
6731 else if (ta->ipft_sz == sizeof(u_char))
6734 tu.ipft_sz = ta->ipft_sz;
6769 if (ta->ipft_sz == sizeof(u_long))
6771 else if (ta->ipft_sz == sizeof(u_int))
6773 else if (ta->ipft_sz == sizeof(u_short))
[all …]
H A Dsolaris.c905 if (ipft->ipft_sz == sizeof (uint32_t)) {
907 } else if (ipft->ipft_sz == sizeof (uint64_t)) {
/titanic_41/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h1227 int ipft_sz; member
1253 int ipft_sz; member
H A Dip_ftp_pxy.c123 ifsftp->ftptune.ipft_sz = sizeof(ifsftp->ippr_ftp_debug);