Searched refs:dst_ip (Results 1 – 5 of 5) sorted by relevance
| /xnu-8019.80.24/tests/ |
| H A D | net_bridge.c | 98 struct in_addr dst_ip; member 116 struct in_addr dst_ip; member 129 struct in6_addr dst_ip; member 984 struct in_addr dst_ip, in ethernet_udp4_frame_populate() argument 1017 bcopy(&dst_ip, &udp_pseudo->dst_ip, sizeof(dst_ip)); in ethernet_udp4_frame_populate() 1037 bcopy(&dst_ip, &ip_udp->ip.ip_dst, sizeof(dst_ip)); in ethernet_udp4_frame_populate() 1054 struct in6_addr * dst_ip, in ethernet_udp6_frame_populate() argument 1086 bcopy(dst_ip, &udp6_pseudo->dst_ip, sizeof(*dst_ip)); in ethernet_udp6_frame_populate() 1104 bcopy(dst_ip, &ip6_udp->ip6.ip6_dst, sizeof(*dst_ip)); in ethernet_udp6_frame_populate() 1117 union ifbrip * dst_ip, in ethernet_udp_frame_populate() argument [all …]
|
| /xnu-8019.80.24/bsd/netinet/ |
| H A D | ip_flowid.h | 66 u_int32_t dst_ip; member
|
| H A D | ip_dummynet.c | 1302 id->dst_ip &= fs->flow_mask.dst_ip; in find_queue() 1305 i = ((id->dst_ip) & 0xffff) ^ in find_queue() 1306 ((id->dst_ip >> 15) & 0xffff) ^ in find_queue() 1327 if (!is_v6 && id->dst_ip == q->id.dst_ip && in find_queue()
|
| /xnu-8019.80.24/bsd/net/ |
| H A D | if_bridge.c | 9438 struct in_addr dst_ip; 9440 bcopy(&state.hdr.ip->ip_dst, &dst_ip, sizeof(dst_ip)); 9441 if (in_addr_is_ours(dst_ip)) {
|
| H A D | pf.c | 6296 dnflow.fwa_id.dst_ip = ntohl(daddr->v4addr.s_addr); in pf_test_dummynet()
|