Home
last modified time | relevance | path

Searched refs:best_gw_priority (Results 1 - 1 of 1) sorted by relevance

/third_party/libwebsockets/lib/core-net/
H A Droute.c205 int best_gw_priority = INT_MAX; in _lws_route_est_outgoing() local
252 rou->priority < best_gw_priority) { in _lws_route_est_outgoing()
254 best_gw_priority = rou->priority; in _lws_route_est_outgoing()
261 * Either best_gw is the best gw route and we set *best_gw_priority to in _lws_route_est_outgoing()

Completed in 1 milliseconds