Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
Ddhcp.c185 } dhcpc_state_t; typedef
196 static dhcpc_state_t *state;
1303 state = (dhcpc_state_t*) xmalloc(sizeof(dhcpc_state_t)); in dhcp_main()
1304 memset(state, 0, sizeof(dhcpc_state_t)); in dhcp_main()