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

1234567

/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw2.c563 ip->ip_dst.s_addr = htonl(id->src_ip);
666 h->ip_dst.s_addr = htonl(id->dst_ip);
669 h->ip_dst.s_addr = htonl(id->src_ip);
1671 dst_ip = ip->ip_dst;
H A Ddn_sched_fq_pie.c833 *((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-stable/sys/netinet/
H A Dtcp_timewait.c638 th->th_sum = in_pseudo(ip->ip_src.s_addr, ip->ip_dst.s_addr,
H A Dtcp_syncache.c1711 ip->ip_dst = sc->sc_inc.inc_faddr;
1838 th->th_sum = in_pseudo(ip->ip_src.s_addr, ip->ip_dst.s_addr,
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_pptp_pxy.c130 ip->ip_dst) != NULL) {
/freebsd-11-stable/tests/sys/netgraph/
H A Dbridge.c72 .ip.ip_dst = {htonl(0x0a00beef)},
/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_rx.c737 (c_iph->ip_dst.s_addr - iph->ip_dst.s_addr))
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_tom.c900 ip->ip_dst = inp->inp_faddr;
903 ip->ip_dst = ip->ip_src;
/freebsd-11-stable/tools/tools/netmap/
H A Dpkt-gen.c846 naddr = oaddr = ntohl(ip.ip_dst.s_addr);
849 ip.ip_dst.s_addr = nrand48(t->seed);
851 naddr = ntohl(ip.ip_dst.s_addr);
864 ip.ip_dst.s_addr = htonl(naddr);
868 ip.ip_dst.s_addr = htonl(naddr);
1060 ip.ip_dst.s_addr = htonl(targ->g->dst_ip.ipv4.start);
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_db.c2910 lnk = FindLinkIn(la, sm->ip_hdr->ip_src, sm->ip_hdr->ip_dst,
2915 redir = FindOriginalAddress(la,sm->ip_hdr->ip_dst);
2918 lnk = FindLinkIn(la, sm->ip_hdr->ip_src, sm->ip_hdr->ip_dst,
/freebsd-11-stable/sys/dev/xen/netback/
H A Dnetback.c2173 iph->ip_dst.s_addr, htons(IPPROTO_TCP + tcplen));
2184 iph->ip_dst.s_addr, htons(IPPROTO_UDP + udplen));
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_norm.c164 key->frc_dst.v4 = ip->ip_dst;
847 (struct pf_addr *)&h->ip_dst.s_addr, AF_INET,
H A Dpf.c2427 h->ip_dst.s_addr = daddr->v4.s_addr;
4747 pd2.dst = (struct pf_addr *)&h2.ip_dst;
5524 dst.sin_addr = ip->ip_dst;
5532 if (fib4_lookup_nh_basic(M_GETFIB(m0), ip->ip_dst, 0,
5833 ip->ip_dst.s_addr, htonl((u_short)len +
5847 ip->ip_dst.s_addr, htonl((u_short)len +
6004 pd.dst = (struct pf_addr *)&h->ip_dst;
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-rx.c695 UNALIGNED_MEMCPY(&rxent->server, &ip->ip_dst, sizeof(uint32_t));
717 UNALIGNED_MEMCPY(&clip, &ip->ip_dst, sizeof(uint32_t));
/freebsd-11-stable/sbin/routed/
H A Drdisc.c996 buf.pkt.ip.ip_dst.s_addr, p, cc);
/freebsd-11-stable/sys/netipsec/
H A Dxform_ah.c384 &(ip->ip_dst), sizeof(struct in_addr));
H A Dxform_ipcomp.c697 dst.sin.sin_addr = ip->ip_dst;
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipmon_y.y512 if ((ip->ip_dst.s_addr & a->ac_dmsk) != a->ac_dip) {
/freebsd-11-stable/sys/netgraph/
H A Dng_nat.c883 ip->ip_dst.s_addr, htons(IPPROTO_TCP +
/freebsd-11-stable/sys/dev/nxge/
H A Dif_nxge.c2610 lro_session->dest_ip == header_ip->ip_dst.s_addr) {
2674 lro_session->dest_ip = header_ip->ip_dst.s_addr;
/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_listen.c975 rpl->peer_ip = ip->ip_dst.s_addr;
/freebsd-11-stable/sys/netgraph/netflow/
H A Dnetflow.c712 r.r_dst = ip->ip_dst;
/freebsd-11-stable/sbin/natd/
H A Dnatd.c851 strcpy (dst, inet_ntoa (ip->ip_dst));
/freebsd-11-stable/sys/netinet6/
H A Dip6_input.c1276 pi6.ipi6_addr.s6_addr32[3] = ip->ip_dst.s_addr;

Completed in 451 milliseconds

1234567