Home
last modified time | relevance | path

Searched refs:odst (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/netinet6/
H A Dip6_forward.c101 struct in6_addr odst; in ip6_forward() local
314 odst = ip6->ip6_dst; in ip6_forward()
322 if (!IN6_ARE_ADDR_EQUAL(&odst, &ip6->ip6_dst)) { in ip6_forward()
H A Dip6_input.c535 struct in6_addr odst; in ip6_input() local
751 odst = ip6->ip6_dst; in ip6_input()
756 srcrt = !IN6_ARE_ADDR_EQUAL(&odst, &ip6->ip6_dst); in ip6_input()
H A Dip6_output.c434 struct in6_addr odst; in ip6_output() local
1024 odst = ip6->ip6_dst; in ip6_output()
1039 if (!IN6_ARE_ADDR_EQUAL(&odst, &ip6->ip6_dst)) { in ip6_output()
/f-stack/freebsd/netinet/
H A Dip_input.c462 struct in_addr odst; /* original dst address */ in ip_input() local
609 odst = ip->ip_dst; in ip_input()
617 dchg = (odst.s_addr != ip->ip_dst.s_addr); in ip_input()
H A Dip_output.c118 struct in_addr odst; in ip_output_pfil() local
129 odst.s_addr = ip->ip_dst.s_addr; in ip_output_pfil()
143 if (odst.s_addr != ip->ip_dst.s_addr) { in ip_output_pfil()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_nat6.c1593 int flags, dlen, odst; local
1714 odst = 1;
1722 odst = 0;
1765 if (odst == 1) {
1841 if (odst == 1) {
H A Dip_nat.c3777 int flags, dlen, odst; local
3899 odst = 1;
3907 odst = 0;
3942 if (odst == 1) {
4013 if (odst == 1) {