Home
last modified time | relevance | path

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

/external/libwebsockets/lib/system/dhcpclient/
Ddhcpclient.c48 IPV4_PROPOSED = 0, enumerator
297 lws_ser_wu32be(p, r->ipv4[IPV4_PROPOSED]); in lws_dhcpc_prep()
371 r->ipv4[IPV4_PROPOSED] = lws_ser_ru32be(&p[0x10]); in callback_dhcpc()
501 if (!r->ipv4[IPV4_PROPOSED] || in callback_dhcpc()
517 if ((r->ipv4[IPV4_PROPOSED] & r->ipv4[IPV4_SUBNET_MASK]) != in callback_dhcpc()
521 if ((r->ipv4[IPV4_PROPOSED] & r->ipv4[IPV4_SUBNET_MASK]) != in callback_dhcpc()
540 (uint8_t *)&r->ipv4[IPV4_PROPOSED], in callback_dhcpc()
567 (uint8_t *)&r->ipv4[IPV4_PROPOSED], 4); in callback_dhcpc()