Searched refs:dst_ip6 (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_flowid.h73 struct in6_addr dst_ip6; /* could also store MAC addr! */ member in struct:ip_flow_id
H A Dip_dummynet.c1290 APPLY_MASK(&id->dst_ip6, &fs->flow_mask.dst_ip6);
1294 i = ((id->dst_ip6.__u6_addr.__u6_addr32[0]) & 0xffff)^
1295 ((id->dst_ip6.__u6_addr.__u6_addr32[1]) & 0xffff)^
1296 ((id->dst_ip6.__u6_addr.__u6_addr32[2]) & 0xffff)^
1297 ((id->dst_ip6.__u6_addr.__u6_addr32[3]) & 0xffff)^
1299 ((id->dst_ip6.__u6_addr.__u6_addr32[0] >> 15) & 0xffff)^
1300 ((id->dst_ip6.__u6_addr.__u6_addr32[1] >> 15) & 0xffff)^
1301 ((id->dst_ip6.__u6_addr.__u6_addr32[2] >> 15) & 0xffff)^
1302 ((id->dst_ip6
[all...]
/darwin-on-arm/xnu/bsd/net/
H A Dpf.c5297 dnflow.fwa_id.dst_ip6 = saddr->v6;

Completed in 32 milliseconds