Home
last modified time | relevance | path

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

/netbsd/src/sys/altq/
Daltq_afmap.c240 if (!IN6_IS_ADDR_UNSPECIFIED(&afm->afm_flowinfo6.fi6_dst) && in afm_match6()
241 !IN6_ARE_ADDR_EQUAL(&afm->afm_flowinfo6.fi6_dst, in afm_match6()
242 &fp->fi6_dst)) in afm_match6()
Daltq_subr.c845 fin6->fi6_dst = ip6->ip6_dst; in altq_extractflow()
1148 if (IN6_IS_ADDR_UNSPECIFIED(&filter6->ff_flow6.fi6_dst)) in acc_add_filter()
1159 filter6->ff_flow6.fi6_dst.s6_addr[i] &= in acc_add_filter()
1442 if (filt->ff_flow6.fi6_dst.s6_addr32[i] != in apply_filter6()
1443 (pkt->fi6_dst.s6_addr32[i] & in apply_filter6()
1538 if (!IN6_IS_ADDR_UNSPECIFIED(&filt6->ff_flow6.fi6_dst)) in filt2fibmask()
Daltq.h126 struct in6_addr fi6_dst; /* dest address */ member
/netbsd/src/usr.sbin/altq/libaltq/
Dqop.c985 inet_ntop(AF_INET6, &sfilt6->ff_flow6.fi6_dst, in print_filter()
1206 if (!IN6_IS_ADDR_UNSPECIFIED(&front6->ff_flow6.fi6_dst) && in filt_disjoint()
1207 !IN6_IS_ADDR_UNSPECIFIED(&back6->ff_flow6.fi6_dst)) { in filt_disjoint()
1211 if ((IN6ADDR32_GET(&front6->ff_flow6.fi6_dst, i) & mask) != in filt_disjoint()
1212 (IN6ADDR32_GET(&back6->ff_flow6.fi6_dst, i) & mask)) in filt_disjoint()
1312 if (IN6_IS_ADDR_UNSPECIFIED(&front6->ff_flow6.fi6_dst)) { in filt_subset()
1313 if (!IN6_IS_ADDR_UNSPECIFIED(&back6->ff_flow6.fi6_dst)) in filt_subset()
1315 } else if (!IN6_IS_ADDR_UNSPECIFIED(&back6->ff_flow6.fi6_dst)) in filt_subset()
Dquip_server.c339 if (IN6_IS_ADDR_UNSPECIFIED(&filt6->ff_flow6.fi6_dst)) { in query_filterspec()
343 inet_ntop(AF_INET6, &filt6->ff_flow6.fi6_dst, in query_filterspec()
Dparser.c711 if (!get_ip6addr(&cp, &sfilt.ff_flow6.fi6_dst, in filter6_parser()