Searched refs:ipft_name (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | fil.c | 6981 if ((ta + 1)->ipft_name != NULL) 7019 if (!strcmp(ta->ipft_name, name)) { 7082 if (t->ipft_name == NULL) 7085 for (; t[1].ipft_name != NULL; t++) 7094 if (t->ipft_name == NULL) 7122 for (; t[1].ipft_name != NULL; t++) 7298 tu.ipft_name[sizeof(tu.ipft_name) - 1] = '\0'; 7345 bcopy(ta->ipft_name, tu.ipft_name, 7346 MIN(sizeof(tu.ipft_name), 7347 strlen(ta->ipft_name) + 1)); [all …]
|
| H A D | ip_state.c | 5219 if (!strncmp(t->ipft_name, "tcp_", 4)) 5222 if (!strcmp(t->ipft_name, "udp_timeout")) { 5224 } else if (!strcmp(t->ipft_name, "udp_ack_timeout")) { 5226 } else if (!strcmp(t->ipft_name, "icmp_timeout")) { 5228 } else if (!strcmp(t->ipft_name, "icmp_ack_timeout")) { 5230 } else if (!strcmp(t->ipft_name, "ip_timeout")) {
|
| H A D | ip_fil.h | 1332 const char *ipft_name; member 1357 char ipft_name[80]; member
|
| H A D | ip_nat.c | 7999 if (!strncmp(t->ipft_name, "tcp_", 4)) 8002 if (!strcmp(t->ipft_name, "udp_timeout")) { 8004 } else if (!strcmp(t->ipft_name, "udp_ack_timeout")) { 8006 } else if (!strcmp(t->ipft_name, "icmp_timeout")) { 8008 } else if (!strcmp(t->ipft_name, "icmp_ack_timeout")) { 8010 } else if (!strcmp(t->ipft_name, "ip_timeout")) {
|