Home
last modified time | relevance | path

Searched refs:dhcpc_owner (Results 1 – 2 of 2) sorted by relevance

/external/libwebsockets/lib/system/dhcpclient/
Ddhcpclient.c683 lws_start_foreach_dll(struct lws_dll2 *, p, context->dhcpc_owner.head) { in lws_dhcpc_status()
707 lws_start_foreach_dll(struct lws_dll2 *, p, context->dhcpc_owner.head) { in lws_dhcpc_find()
749 lws_dll2_add_head(&r->list, &context->dhcpc_owner); /* add him to list */ in lws_dhcpc_request()
774 lws_dll2_foreach_safe(&context->dhcpc_owner, (void *)iface, _remove_if); in lws_dhcpc_remove()
/external/libwebsockets/lib/core/
Dprivate-lib-core.h374 lws_dll2_owner_t dhcpc_owner; member