OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IP6_EQ
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/ipf/netinet/
ip_scan.c
547
rv = !
IP6_EQ
(&fin->fin_fi.fi_src, &is->is_src);
ip_state.c
1176
if (
IP6_EQ
(&is1->is_src, &is2->is_src) &&
1177
IP6_EQ
(&is1->is_dst, &is2->is_dst))
1179
else if (
IP6_EQ
(&is1->is_src, &is2->is_dst) &&
1180
IP6_EQ
(&is1->is_dst, &is2->is_src)) {
2448
if ((
IP6_EQ
(&is->is_dst, dst) || (flags & SI_W_DADDR)) &&
2449
(
IP6_EQ
(&is->is_src, src) || (flags & SI_W_SADDR))) {
2460
if ((
IP6_EQ
(&is->is_dst, src) || (flags & SI_W_DADDR)) &&
2461
(
IP6_EQ
(&is->is_src, dst) || (flags & SI_W_SADDR))) {
2705
* the
IP6_EQ
and IP6_NEQ macros produce the wrong results because
ip_nat6.c
387
if (
IP6_EQ
(&hm->hm_osrc6, src) &&
388
IP6_EQ
(&hm->hm_odst6, dst) &&
510
IP6_EQ
(&np->in_osrcmsk6, &np->in_nsrcmsk6)) {
681
IP6_EQ
(&st_ip, &np->in_snip6))) {
798
if (
IP6_EQ
(&np->in_ndstip6, &in)) {
825
IP6_EQ
(&np->in_ndstmsk6, &np->in_odstmsk6)) {
ip_fil.h
187
#define
IP6_EQ
(a,b) ((I63(a) == I63(b)) && (I62(a) == I62(b)) && \
fil.c
8857
if (
IP6_EQ
(&addr, ipaddr))
9546
/* As with
IP6_EQ
, comparing IPv6 addresses starts at the bottom because */
9959
if (
IP6_EQ
(&mtab->imt6_active[i], mask)) {
9962
if (
IP6_EQ
(&mtab->imt6_active[j - 1], &zero))
Completed in 30 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025