Lines Matching refs:dst_ip
580 ip->ip_src.s_addr = htonl(id->dst_ip); in ipfw_send_abort()
684 h->ip_dst.s_addr = htonl(id->dst_ip); in ipfw_send_pkt()
686 h->ip_src.s_addr = htonl(id->dst_ip); in ipfw_send_pkt()
1114 dst_ip, dst_port, src_ip, src_port, in check_uidgid()
1117 struct in_addr src_ip, dst_ip; in check_uidgid()
1179 dst_ip.s_addr = htonl(id->dst_ip); in check_uidgid()
1183 dst_ip, htons(id->dst_port), in check_uidgid()
1187 dst_ip, htons(id->dst_port), in check_uidgid()
1469 struct in_addr src_ip, dst_ip; /* NOTE: network format */ in ipfw_chk() local
1536 dst_ip.s_addr = 0; /* make sure it is initialized */ in ipfw_chk()
1794 dst_ip = ip->ip_dst; in ipfw_chk()
1850 args->f_id.dst_ip = ntohl(dst_ip.s_addr); in ipfw_chk()
1853 dst_ip.s_addr = src_ip.s_addr = 0; in ipfw_chk()
2107 pkey = &dst_ip; in ipfw_chk()
2229 pkey = &dst_ip; in ipfw_chk()
2308 dst_ip.s_addr : src_ip.s_addr; in ipfw_chk()
2336 args->f_id.dst_ip : in ipfw_chk()
2351 dst_ip.s_addr); in ipfw_chk()
2356 match = in_localip(dst_ip); in ipfw_chk()
2805 dst_ip, htons(dst_port), in ipfw_chk()
3190 !IN_MULTICAST(ntohl(dst_ip.s_addr))) { in ipfw_chk()
3497 is_ipv4 ? (uintptr_t)&dst_ip : in ipfw_chk()