Searched refs:req_opt (Results 1 – 2 of 2) sorted by relevance
66 struct arg_list *req_opt;1286 while (TT.req_opt) { in dhcp_main()1287 raw_opt[raw_optcount] = (uint8_t) strtoopt(TT.req_opt->arg, 1); in dhcp_main()1289 TT.req_opt = TT.req_opt->next; in dhcp_main()
450 struct arg_list *req_opt; member