Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Ddhcp.c66 struct arg_list *req_opt;
1288 while (TT.req_opt) { in dhcp_main()
1289 raw_opt[raw_optcount] = (uint8_t) strtoopt(TT.req_opt->arg, 1); in dhcp_main()
1291 TT.req_opt = TT.req_opt->next; in dhcp_main()
/external/toybox/generated/
Dglobals.h528 struct arg_list *req_opt; member