Lines Matching refs:gateway
60 if (rou->gateway.sa4.sin_family) {
61 lws_sa46_write_numeric_address(&rou->gateway, sa, sizeof(sa));
90 * lte there may still be a valid gateway route, but all existing tcp
91 * connections previously using the wlan gateway will be broken, since their
92 * connections are from its gateway to the peer.
95 * estimated to be using that route, eg, for gateway, and close those wsi.
150 (!robj->gateway.sa4.sin_family ||
151 !lws_sa46_compare_ads(&robj->gateway, &rou->gateway)) &&
216 * route, just return that, otherwise find the "best" gateway by
230 * any gateway route. This is like finding a route for
236 dest->sa4.sin_family, rou->gateway.sa4.sin_family,
239 if (rou->gateway.sa4.sin_family &&
249 (dest->sa4.sin_family == rou->gateway.sa4.sin_family ||
251 rou->gateway.sa4.sin_family == AF_INET6)) &&