Lines Matching defs:gateway
1019 in6_addr_t *src, *dst, *gateway;
1051 gateway = &rd->nd_rd_target;
1065 if (!(IN6_IS_ADDR_LINKLOCAL(gateway) ||
1066 IN6_ARE_ADDR_EQUAL(gateway, dst))) {
1068 ip_drop_input("ipv6IfIcmpInBadRedirects - bad gateway",
1083 if (!IN6_ARE_ADDR_EQUAL(gateway, dst)) {
1087 gateway = dst; /* Add nce for dst */
1096 * that route was pointing to the old gateway (the source of the
1106 * old gateway is still directly reachable
1127 gateway, ncec_flags, ND_STALE, &nce);
1148 ASSERT(IN6_IS_ADDR_LINKLOCAL(gateway));
1152 * a router told us to use the particular gateway.
1157 gateway, /* gateway addr */
1170 * The gateway field is our link-local on the ill.
1188 dst, /* gateway == dst */
1190 &gw, /* gateway addr */