Home
last modified time | relevance | path

Searched refs:ipft_name (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dipf_dotuning.c35 tu.ipft_name[sizeof(tu.ipft_name) - 1] = '\0';
41 strncpy(tu.ipft_name, s, sizeof(tu.ipft_name));
53 strncpy(tu.ipft_name, s, sizeof(tu.ipft_name));
63 tu.ipft_name[sizeof(tu.ipft_name) - 1] = '\0';
H A Dprinttunable.c12 tup->ipft_name, tup->ipft_min, tup->ipft_max);
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c6357 if (strcmp(ifs->ifs_ipf_tuneables[i].ipft_name, name) == 0) in tune_lookup()
6561 if ((ta + 1)->ipft_name != NULL)
6598 if (!strcmp(ta->ipft_name, name)) {
6603 if (!strcmp(ta->ipft_name, name)) {
6626 ta = fr_findtunebyname(newtune->ipft_name, ifs);
6693 tu.ipft_name[sizeof(tu.ipft_name) - 1] = '\0';
6737 bcopy(ta->ipft_name, tu.ipft_name,
6738 MIN(sizeof(tu.ipft_name),
6739 strlen(ta->ipft_name) + 1));
6755 } else if (tu.ipft_name[0] != '\0') {
[all …]
H A Dsolaris.c887 (name = ipft->ipft_name) != NULL; ipft++) {
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h1227 char *ipft_name; member
1258 char ipft_name[80]; member
H A Dip_ftp_pxy.c121 ifsftp->ftptune.ipft_name = "ippr_ftp_debug";