Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Ddhcp.c202 int raw_optcount = 0; variable
918 memcpy(optptr++, raw_opt, raw_optcount); in dhcpc_addreqoptions()
919 *len += raw_optcount; in dhcpc_addreqoptions()
1289 raw_opt[raw_optcount] = (uint8_t) strtoopt(TT.req_opt->arg, 1); in dhcp_main()
1290 raw_optcount++; in dhcp_main()