Lines Matching refs:opts
114 static void do_encap_opts(struct dhcp_opt *opts, int encap, int flag, struct dhcp_packet *mess, unsigned char *end, int null_term);
1760 static struct dhcp_opt *option_find2(struct dhcp_netid *netid, struct dhcp_opt *opts, int opt)
1763 for (tmp = opts; tmp; tmp = tmp->next)
1768 return netid ? option_find2(NULL, opts, opt) : NULL;