Searched refs:req_opt (Results 1 – 2 of 2) sorted by relevance
66 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()
528 struct arg_list *req_opt; member