Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dfil.c6981 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 Dip_state.c5219 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 Dip_fil.h1332 const char *ipft_name; member
1357 char ipft_name[80]; member
H A Dip_nat.c7999 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")) {