Home
last modified time | relevance | path

Searched refs:routing_table (Results 1 – 4 of 4) sorted by relevance

/third_party/libwebsockets/lib/core-net/
Droute.c71 lws_dll2_get_head(&cx->routing_table)) { in _lws_routing_table_dump()
114 lws_dll2_get_head(&cx->routing_table)) { in _lws_route_get_uidx()
140 lws_dll2_get_head(&pt->context->routing_table)) { in _lws_route_remove()
173 lws_dll2_get_head(&pt->context->routing_table)) { in _lws_route_table_empty()
186 lws_dll2_get_head(&pt->context->routing_table)) { in _lws_route_table_ifdown()
218 lws_dll2_get_head(&pt->context->routing_table)) { in _lws_route_est_outgoing()
277 lws_dll2_get_head(&pt->context->routing_table)) { in _lws_route_find_source()
/third_party/libwebsockets/lib/roles/netlink/
Dops-netlink.c391 lws_dll2_add_tail(&rou->list, &cx->routing_table); in rops_handle_POLLIN_netlink()
393 cx->routing_table.count); in rops_handle_POLLIN_netlink()
445 cx->routing_table.count) { in rops_handle_POLLIN_netlink()
/third_party/libwebsockets/lib/core-net/client/
Dsort-dns.c649 if (pt->context->routing_table.count) { in lws_sort_dns()
718 lws_dll2_get_head(&pt->context->routing_table)) { in lws_sort_dns()
733 if (!bestsrc && pt->context->routing_table.count) { in lws_sort_dns()
/third_party/libwebsockets/lib/core/
Dprivate-lib-core.h456 lws_dll2_owner_t routing_table; member