HomeSort by: relevance | last modified time | path
    Searched refs:ih_dst (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/ipf/bin/ipsend/
tcpip.h 46 struct in_addr ih_dst; /* destination internet address */ member in struct:ipovly
74 #define ti_dst ti_i.ih_dst
  /src/sys/netinet/
udp_var.h 51 #define ui_dst ui_i.ih_dst
ip_var.h 48 struct in_addr ih_dst; /* destination internet address */ member in struct:ipovly
tcp_var.h 179 #define ti_dst ti_i.ih_dst
tcp_subr.c 519 ipov->ih_dst = in4p_faddr(inp);
526 bcopy(&in6p_faddr(inp).s6_addr32[3], &ipov->ih_dst,
527 sizeof(ipov->ih_dst));
539 ipov->ih_dst.s_addr,
tcp_input.c 3038 ippseudo.ippseudo_dst = ipovly->ih_dst;
  /src/sys/arch/powerpc/powerpc/
in_cksum.c 262 u.ipov.ih_dst = mtod(m, struct ip *)->ip_dst;
  /src/external/bsd/ipf/dist/ipsd/Celler/
ip_compat.h 130 struct in_addr ih_dst; /* destination internet address */ member in struct:ipovly
  /src/sys/arch/mips/mips/
in_cksum.c 299 u.ipov.ih_dst = mtod(m, struct ip *)->ip_dst;

Completed in 42 milliseconds