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