Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/libipf/
H A Dipf_dotuning.c37 tu.ipft_name[sizeof(tu.ipft_name) - 1] = '\0'; in ipf_dotuning()
43 strncpy(tu.ipft_name, s, sizeof(tu.ipft_name)); in ipf_dotuning()
56 strncpy(tu.ipft_name, s, sizeof(tu.ipft_name)); in ipf_dotuning()
66 tu.ipft_name[sizeof(tu.ipft_name) - 1] = '\0'; in ipf_dotuning()
H A Dprinttunable.c16 tup->ipft_name, tup->ipft_min, tup->ipft_max); in printtunable()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dfil.c6774 if ((ta + 1)->ipft_name != NULL)
6810 if (!strcmp(ta->ipft_name, name)) {
6869 if (t->ipft_name == NULL)
6872 for (; t[1].ipft_name != NULL; t++)
6881 if (t->ipft_name == NULL)
6907 for (; t[1].ipft_name != NULL; t++)
7071 tu.ipft_name[sizeof(tu.ipft_name) - 1] = '\0';
7118 bcopy(ta->ipft_name, tu.ipft_name,
7119 MIN(sizeof(tu.ipft_name),
7120 strlen(ta->ipft_name) + 1));
[all …]
H A Dip_state.c5095 if (!strncmp(t->ipft_name, "tcp_", 4)) in ipf_state_settimeout()
5098 if (!strcmp(t->ipft_name, "udp_timeout")) { in ipf_state_settimeout()
5100 } else if (!strcmp(t->ipft_name, "udp_ack_timeout")) { in ipf_state_settimeout()
5102 } else if (!strcmp(t->ipft_name, "icmp_timeout")) { in ipf_state_settimeout()
5104 } else if (!strcmp(t->ipft_name, "icmp_ack_timeout")) { in ipf_state_settimeout()
5106 } else if (!strcmp(t->ipft_name, "ip_timeout")) { in ipf_state_settimeout()
H A Dip_fil.h1333 const char *ipft_name; member
1358 char ipft_name[80]; member
H A Dip_nat.c7824 if (!strncmp(t->ipft_name, "tcp_", 4)) in ipf_nat_settimeout()
7827 if (!strcmp(t->ipft_name, "udp_timeout")) { in ipf_nat_settimeout()
7829 } else if (!strcmp(t->ipft_name, "udp_ack_timeout")) { in ipf_nat_settimeout()
7831 } else if (!strcmp(t->ipft_name, "icmp_timeout")) { in ipf_nat_settimeout()
7833 } else if (!strcmp(t->ipft_name, "icmp_ack_timeout")) { in ipf_nat_settimeout()
7835 } else if (!strcmp(t->ipft_name, "ip_timeout")) { in ipf_nat_settimeout()