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

/freebsd-10.2-release/contrib/ipfilter/lib/
H A Dipf_dotuning.c41 tu.ipft_name[sizeof(tu.ipft_name) - 1] = '\0';
47 strncpy(tu.ipft_name, s, sizeof(tu.ipft_name));
60 strncpy(tu.ipft_name, s, sizeof(tu.ipft_name));
70 tu.ipft_name[sizeof(tu.ipft_name) - 1] = '\0';
H A Dprinttunable.c18 tup->ipft_name, tup->ipft_min, tup->ipft_max);
/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dfil.c6934 for (ta = *ptop; ta->ipft_name != NULL; ta++)
6945 if ((ta + 1)->ipft_name != NULL)
6983 if (!strcmp(ta->ipft_name, name)) {
7011 for (nt = newtune; nt->ipft_name != NULL; nt++) {
7046 if (t->ipft_name == NULL)
7049 for (; t[1].ipft_name != NULL; t++)
7058 if (t->ipft_name == NULL)
7086 for (; t[1].ipft_name != NULL; t++)
7129 for (i = 0; copy[i].ipft_name; i++) {
7154 ta = ipf_tune_findbyname(softc->ipf_tuners, newtune->ipft_name);
[all...]
H A Dip_state.c5205 if (!strncmp(t->ipft_name, "tcp_", 4))
5208 if (!strcmp(t->ipft_name, "udp_timeout")) {
5210 } else if (!strcmp(t->ipft_name, "udp_ack_timeout")) {
5212 } else if (!strcmp(t->ipft_name, "icmp_timeout")) {
5214 } else if (!strcmp(t->ipft_name, "icmp_ack_timeout")) {
5216 } else if (!strcmp(t->ipft_name, "ip_timeout")) {
H A Dip_fil.h1396 const char *ipft_name; member in struct:ipftuneable
1421 char ipft_name[80]; member in struct:ipftune
H A Dip_nat.c8013 if (!strncmp(t->ipft_name, "tcp_", 4))
8016 if (!strcmp(t->ipft_name, "udp_timeout")) {
8018 } else if (!strcmp(t->ipft_name, "udp_ack_timeout")) {
8020 } else if (!strcmp(t->ipft_name, "icmp_timeout")) {
8022 } else if (!strcmp(t->ipft_name, "icmp_ack_timeout")) {
8024 } else if (!strcmp(t->ipft_name, "ip_timeout")) {

Completed in 187 milliseconds