Home
last modified time | relevance | path

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

/freebsd-14-stable/sbin/ipf/ipnat/
HDipnat.c703 rv |= (nat->nat_pr[1] == e->ipfe_arg0[i]); in nat_matcharray()
712 e->ipfe_arg0[i * 2 + 1]) == in nat_matcharray()
713 e->ipfe_arg0[i * 2]) || in nat_matcharray()
715 e->ipfe_arg0[i * 2 + 1]) == in nat_matcharray()
716 e->ipfe_arg0[i * 2]); in nat_matcharray()
725 e->ipfe_arg0[i * 2 + 1]) == in nat_matcharray()
726 e->ipfe_arg0[i * 2]) || in nat_matcharray()
728 e->ipfe_arg0[i * 2 + 1]) == in nat_matcharray()
729 e->ipfe_arg0[i * 2]); in nat_matcharray()
738 e->ipfe_arg0[i * 2 + 1]) == in nat_matcharray()
[all …]
/freebsd-14-stable/sbin/ipf/libipf/
HDprintipfexpr.c170 printhostmask(AF_INET, (u_32_t *)ipfe->ipfe_arg0 + j * 2, in printhosts()
171 (u_32_t *)ipfe->ipfe_arg0 + j * 2 + 1); in printhosts()
187 printhostmask(AF_INET6, (u_32_t *)ipfe->ipfe_arg0 + j * 8, in printhostsv6()
188 (u_32_t *)ipfe->ipfe_arg0 + j * 8 + 4); in printhostsv6()
/freebsd-14-stable/sbin/ipf/ipfstat/
HDipfstat.c2183 rv |= (stp->is_p == e->ipfe_arg0[i]); in state_matcharray()
2192 e->ipfe_arg0[i * 2 + 1]) == in state_matcharray()
2193 e->ipfe_arg0[i * 2]); in state_matcharray()
2202 e->ipfe_arg0[i * 2 + 1]) == in state_matcharray()
2203 e->ipfe_arg0[i * 2]); in state_matcharray()
2212 e->ipfe_arg0[i * 2 + 1]) == in state_matcharray()
2213 e->ipfe_arg0[i * 2]) || in state_matcharray()
2215 e->ipfe_arg0[i * 2 + 1]) == in state_matcharray()
2216 e->ipfe_arg0[i * 2]); in state_matcharray()
2226 &e->ipfe_arg0[i * 8 + 4], in state_matcharray()
[all …]
/freebsd-14-stable/sys/netpfil/ipfilter/netinet/
HDip_state.c4956 rv |= (state->is_p == e->ipfe_arg0[i]); in ipf_state_matcharray()
4965 e->ipfe_arg0[i * 2 + 1]) == in ipf_state_matcharray()
4966 e->ipfe_arg0[i * 2]); in ipf_state_matcharray()
4975 e->ipfe_arg0[i * 2 + 1]) == in ipf_state_matcharray()
4976 e->ipfe_arg0[i * 2]); in ipf_state_matcharray()
4985 e->ipfe_arg0[i * 2 + 1]) == in ipf_state_matcharray()
4986 e->ipfe_arg0[i * 2]) || in ipf_state_matcharray()
4988 e->ipfe_arg0[i * 2 + 1]) == in ipf_state_matcharray()
4989 e->ipfe_arg0[i * 2]); in ipf_state_matcharray()
4999 &e->ipfe_arg0[i * 8 + 4], in ipf_state_matcharray()
[all …]
HDfil.c8553 rv |= (fin->fin_p == e->ipfe_arg0[i]);
8562 e->ipfe_arg0[i * 2 + 1]) ==
8563 e->ipfe_arg0[i * 2]);
8572 e->ipfe_arg0[i * 2 + 1]) ==
8573 e->ipfe_arg0[i * 2]);
8582 e->ipfe_arg0[i * 2 + 1]) ==
8583 e->ipfe_arg0[i * 2]) ||
8585 e->ipfe_arg0[i * 2 + 1]) ==
8586 e->ipfe_arg0[i * 2]);
8596 &e->ipfe_arg0[i * 8 + 4],
[all …]
HDip_fil.h1479 int ipfe_arg0[1]; member