Home
last modified time | relevance | path

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

/external/libwebsockets/lib/core-net/
Droute.c69 lws_dll2_get_head(&cx->routing_table)) { in _lws_routing_table_dump()
112 lws_dll2_get_head(&cx->routing_table)) { in _lws_route_get_uidx()
138 lws_dll2_get_head(&pt->context->routing_table)) { in _lws_route_remove()
171 lws_dll2_get_head(&pt->context->routing_table)) { in _lws_route_table_empty()
184 lws_dll2_get_head(&pt->context->routing_table)) { in _lws_route_table_ifdown()
216 lws_dll2_get_head(&pt->context->routing_table)) { in _lws_route_est_outgoing()
275 lws_dll2_get_head(&pt->context->routing_table)) { in _lws_route_find_source()
/external/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()
/external/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()
/external/libwebsockets/lib/core/
Dprivate-lib-core.h456 lws_dll2_owner_t routing_table; member