Lines Matching defs:dest
46 if (rou->dest.sa4.sin_family) {
47 lws_sa46_write_numeric_address(&rou->dest, sa, sizeof(sa));
149 (!(flags & LRR_MATCH_DST) || !lws_sa46_compare_ads(&robj->dest, &rou->dest)) &&
202 const lws_sockaddr46 *dest)
207 if (!dest->sa4.sin_family) {
208 lwsl_cx_notice(pt->context, "dest has 0 AF");
214 * Given the dest address and the current routing table, select the
226 if (rou->dest.sa4.sin_family &&
227 !lws_sa46_on_net(dest, &rou->dest, rou->dest_len))
231 * 192.168.0.0/24 when dest is 192.168.0.1.
235 lwsl_cx_debug(pt->context, "dest af %d, rou gw af %d, pri %d",
236 dest->sa4.sin_family, rou->gateway.sa4.sin_family,
242 * dest gw
249 (dest->sa4.sin_family == rou->gateway.sa4.sin_family ||
250 (dest->sa4.sin_family == AF_INET &&
263 * gw route for dest.
317 lwsl_wsi_notice(wsi, "dest route gone");
338 lwsl_wsi_debug(wsi, "source + dest OK");