Lines Matching refs:dhcp_opt
113 static void match_vendor_opts(unsigned char *opt, struct dhcp_opt *dopt);
114 static void do_encap_opts(struct dhcp_opt *opts, int encap, int flag, struct dhcp_packet *mess, uns…
117 static struct dhcp_opt *pxe_opts(int pxe_arch, struct dhcp_netid *netid);
148 struct dhcp_opt *o; in dhcp_reply()
730 struct dhcp_opt opt71; in dhcp_reply()
1716 static int do_opt(struct dhcp_opt *opt, unsigned char *p, struct dhcp_context *context, int null_te… in do_opt()
1760 static struct dhcp_opt *option_find2(struct dhcp_netid *netid, struct dhcp_opt *opts, int opt) in option_find2()
1762 struct dhcp_opt *tmp; in option_find2()
1773 static void match_vendor_opts(unsigned char *opt, struct dhcp_opt *dopt) in match_vendor_opts()
1793 static void do_encap_opts(struct dhcp_opt *opt, int encap, int flag, in do_encap_opts()
1797 struct dhcp_opt *start; in do_encap_opts()
1850 struct dhcp_opt *opt; in prune_vendor_opts()
1864 static struct dhcp_opt *pxe_opts(int pxe_arch, struct dhcp_netid *netid) in pxe_opts()
1870 static struct dhcp_opt *o, *ret; in pxe_opts()
1876 static struct dhcp_opt *fake_opts = NULL; in pxe_opts()
1887 if (!fake_opts && !(fake_opts = whine_malloc(NUM_OPTS * sizeof(struct dhcp_opt)))) in pxe_opts()
2026 struct dhcp_opt *opt, *config_opts = daemon->dhcp_opts; in do_options()
2281 struct dhcp_opt *o; in do_options()