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

/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dip_scan.c540 rv = !IP6_EQ(&fin->fin_fi.fi_src, &is->is_src);
H A Dip_state.c1194 if (IP6_EQ(&is1->is_src, &is2->is_src) &&
1195 IP6_EQ(&is1->is_dst, &is2->is_dst))
1197 else if (IP6_EQ(&is1->is_src, &is2->is_dst) &&
1198 IP6_EQ(&is1->is_dst, &is2->is_src)) {
2488 if ((IP6_EQ(&is->is_dst, dst) || (flags & SI_W_DADDR)) &&
2489 (IP6_EQ(&is->is_src, src) || (flags & SI_W_SADDR))) {
2500 if ((IP6_EQ(&is->is_dst, src) || (flags & SI_W_DADDR)) &&
2501 (IP6_EQ(&is->is_src, dst) || (flags & SI_W_SADDR))) {
2747 * the IP6_EQ and IP6_NEQ macros produce the wrong results because
H A Dip_nat6.c401 if (IP6_EQ(&hm->hm_osrc6, src) &&
402 IP6_EQ(&hm->hm_odst6, dst) &&
527 IP6_EQ(&np->in_osrcmsk6, &np->in_nsrcmsk6)) {
698 IP6_EQ(&st_ip, &np->in_snip6))) {
818 if (IP6_EQ(&np->in_ndstip6, &in)) {
845 IP6_EQ(&np->in_ndstmsk6, &np->in_odstmsk6)) {
H A Dip_fil.h189 #define IP6_EQ(a,b) ((I63(a) == I63(b)) && (I62(a) == I62(b)) && \ macro
H A Dfil.c9096 if (IP6_EQ(&addr, ipaddr))
9802 /* As with IP6_EQ, comparing IPv6 addresses starts at the bottom because */
10238 if (IP6_EQ(&mtab->imt6_active[i], mask)) {
10241 if (IP6_EQ(&mtab->imt6_active[j - 1], &zero))
/freebsd-10.2-release/contrib/ipfilter/tools/
H A Dipfstat.c2086 if (IP6_EQ(&ap->st_src, &bp->st_src))
2126 if (IP6_EQ(&ap->st_dst, &bp->st_dst))

Completed in 186 milliseconds