Searched refs:ip_dst (Results 101 - 125 of 149) sorted by relevance

123456

/freebsd-11.0-release/sys/netpfil/pf/
H A Dpf_norm.c163 key->frc_dst.v4 = ip->ip_dst;
836 (struct pf_addr *)&h->ip_dst.s_addr, AF_INET,
H A Dpf.c2382 h->ip_dst.s_addr = daddr->v4.s_addr;
4680 pd2.dst = (struct pf_addr *)&h2.ip_dst;
5440 dst.sin_addr = ip->ip_dst;
5448 if (fib4_lookup_nh_basic(M_GETFIB(m0), ip->ip_dst, 0,
5745 ip->ip_dst.s_addr, htonl((u_short)len +
5759 ip->ip_dst.s_addr, htonl((u_short)len +
5914 pd.dst = (struct pf_addr *)&h->ip_dst;
/freebsd-11.0-release/sys/dev/xen/netback/
H A Dnetback.c2178 iph->ip_dst.s_addr, htons(IPPROTO_TCP + tcplen));
2189 iph->ip_dst.s_addr, htons(IPPROTO_UDP + udplen));
/freebsd-11.0-release/sys/dev/ixgbe/
H A Dix_txrx.c934 ip->ip_dst.s_addr, htons(IPPROTO_TCP));
1211 common.ip ^= ip->ip_src.s_addr ^ ip->ip_dst.s_addr;
/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-pim.c767 ipaddr_string(ndo, &ip->ip_dst)));
/freebsd-11.0-release/contrib/ipfilter/tools/
H A Dipmon_y.y512 if ((ip->ip_dst.s_addr & a->ac_dmsk) != a->ac_dip) {
/freebsd-11.0-release/sys/netipsec/
H A Dipsec_input.c178 m_copydata(m, offsetof(struct ip, ip_dst),
H A Dxform_ah.c399 &(ip->ip_dst), sizeof(struct in_addr));
H A Dxform_ipcomp.c719 dst.sin.sin_addr = ip->ip_dst;
/freebsd-11.0-release/sys/netpfil/ipfw/
H A Ddn_sched_fq_pie.c811 *((uint32_t *) &tuple[9]) = ip->ip_dst.s_addr;
H A Dip_fw_nat.c425 cksum = in_pseudo(ip->ip_src.s_addr, ip->ip_dst.s_addr,
/freebsd-11.0-release/sbin/routed/
H A Drdisc.c996 buf.pkt.ip.ip_dst.s_addr, p, cc);
/freebsd-11.0-release/sys/dev/nxge/
H A Dif_nxge.c2595 lro_session->dest_ip == header_ip->ip_dst.s_addr) {
2659 lro_session->dest_ip = header_ip->ip_dst.s_addr;
/freebsd-11.0-release/sys/dev/cxgb/ulp/tom/
H A Dcxgb_listen.c975 rpl->peer_ip = ip->ip_dst.s_addr;
/freebsd-11.0-release/sys/netinet/
H A Dtcp_output.c1277 th->th_sum = in_pseudo(ip->ip_src.s_addr, ip->ip_dst.s_addr,
H A Dip_carp.c853 ip->ip_dst.s_addr = htonl(INADDR_CARP_GROUP);
H A Dsctp_output.c4131 ip->ip_dst.s_addr = ((struct sockaddr_in *)to)->sin_addr.s_addr;
4193 udp->uh_sum = in_pseudo(ip->ip_src.s_addr, ip->ip_dst.s_addr, udp->uh_ulen + htons(IPPROTO_UDP));
4231 (uint32_t) (ntohl(ip->ip_dst.s_addr)));
11120 ip->ip_dst.s_addr = src_sin->sin_addr.s_addr;
11202 udp->uh_sum = in_pseudo(ip->ip_src.s_addr, ip->ip_dst.s_addr, udp->uh_ulen + htons(IPPROTO_UDP));
/freebsd-11.0-release/sys/netinet6/
H A Dip6_input.c1196 pi6.ipi6_addr.s6_addr32[3] = ip->ip_dst.s_addr;
/freebsd-11.0-release/sys/netgraph/netflow/
H A Dnetflow.c712 r.r_dst = ip->ip_dst;
/freebsd-11.0-release/sbin/natd/
H A Dnatd.c851 strcpy (dst, inet_ntoa (ip->ip_dst));
/freebsd-11.0-release/sys/dev/ixl/
H A Dixl_txrx.c799 ip->ip_dst.s_addr, htons(IPPROTO_TCP));
/freebsd-11.0-release/sys/dev/cxgbe/tom/
H A Dt4_listen.c1077 inc->inc_laddr = ip->ip_dst;
/freebsd-11.0-release/sys/dev/sge/
H A Dif_sge.c1459 tcp->th_sum = in_pseudo(ip->ip_src.s_addr, ip->ip_dst.s_addr,
/freebsd-11.0-release/sys/dev/jme/
H A Dif_jme.c1758 ip->ip_dst.s_addr,
1765 ip->ip_dst.s_addr, htons(IPPROTO_TCP));
/freebsd-11.0-release/contrib/sendmail/src/
H A Ddaemon.c48 # define IP_DST ip_dst

Completed in 312 milliseconds

123456