Lines Matching defs:gateway
70 const in6_addr_t *gateway, int type, const ill_t *ill,
401 * in the gateway security attributes; such routes are
500 * pointing at the specified gateway and
502 * when a default gateway is going away.
505 ire_delete_host_redirects_v6(const in6_addr_t *gateway, ip_stack_t *ipst)
526 if (IN6_ARE_ADDR_EQUAL(&gw_addr_v6, gateway))
563 * when a default gateway is going away
565 * gateway.
687 const in6_addr_t *gateway, int type, const ill_t *ill, zoneid_t zoneid,
698 ASSERT((!(match_flags & MATCH_IRE_GW)) || gateway != NULL);
737 * that any IRE_OFFLINK has a gateway that reachable from the
858 IN6_ARE_ADDR_EQUAL(&gw_addr_v6, gateway)) &&
874 * gateway address. If ill is non-NULL we also match on it.
878 ire_gateway_ok_zone_v6(const in6_addr_t *gateway, zoneid_t zoneid, ill_t *ill,
893 ire = ire_ftable_lookup_impl_v6(gateway, &ipv6_all_zeros,
917 const in6_addr_t *gateway, int type, const ill_t *ill,
925 ASSERT((!(flags & MATCH_IRE_GW)) || gateway != NULL);
938 ire = ire_ftable_lookup_impl_v6(addr, mask, gateway, type, ill, zoneid,
967 if (gateway != NULL)
968 margs.ift_gateway_v6 = *gateway;
1019 const in6_addr_t *gateway, int type, const ill_t *ill,
1049 if (ire_match_args_v6(ire, addr, mask, gateway, type,
1087 &ire->ire_mask_v6, gateway, type, ill,
1154 * resolve the gateway.