Home
last modified time | relevance | path

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

/external/libwebsockets/lib/core/
Dcontext.c730 extern const struct lws_protocols lws_system_protocol_dhcpc; in lws_create_context()
741 pp[n++] = &lws_system_protocol_dhcpc; in lws_create_context()
/external/libwebsockets/lib/system/dhcpclient/
Ddhcpclient.c658 struct lws_protocols lws_system_protocol_dhcpc = variable