Home
last modified time | relevance | path

Searched refs:IP6_EQ (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_scan.c532 rv = !IP6_EQ(&fin->fin_fi.fi_src, &is->is_src);
H A Dip_state.c1197 if (IP6_EQ(&is1->is_src, &is2->is_src) &&
1198 IP6_EQ(&is1->is_dst, &is2->is_dst))
1200 else if (IP6_EQ(&is1->is_src, &is2->is_dst) &&
1201 IP6_EQ(&is1->is_dst, &is2->is_src)) {
2501 if ((IP6_EQ(&is->is_dst, dst) || (flags & SI_W_DADDR)) &&
2502 (IP6_EQ(&is->is_src, src) || (flags & SI_W_SADDR))) {
2513 if ((IP6_EQ(&is->is_dst, src) || (flags & SI_W_DADDR)) &&
2514 (IP6_EQ(&is->is_src, dst) || (flags & SI_W_SADDR))) {
H A Dip_nat6.c395 if (IP6_EQ(&hm->hm_osrc6, src) &&
396 IP6_EQ(&hm->hm_odst6, dst) &&
521 IP6_EQ(&np->in_osrcmsk6, &np->in_nsrcmsk6)) {
692 IP6_EQ(&st_ip, &np->in_snip6))) {
812 if (IP6_EQ(&np->in_ndstip6, &in)) {
839 IP6_EQ(&np->in_ndstmsk6, &np->in_odstmsk6)) {
H A Dip_fil.h129 #define IP6_EQ(a,b) ((I63(a) == I63(b)) && (I62(a) == I62(b)) && \ macro
H A Dfil.c9128 if (IP6_EQ(&addr, ipaddr))
10267 if (IP6_EQ(&mtab->imt6_active[i], mask)) {
10270 if (IP6_EQ(&mtab->imt6_active[j - 1], &zero))