Searched refs:pkt_opt (Results 1 – 2 of 2) sorted by relevance
68 struct arg_list *pkt_opt;1293 while (TT.pkt_opt) { in dhcp_main()1294 (void) strtoopt(TT.pkt_opt->arg, 0); in dhcp_main()1295 TT.pkt_opt = TT.pkt_opt->next; in dhcp_main()
452 struct arg_list *pkt_opt; member