Home
last modified time | relevance | path

Searched refs:dhcp_opt (Results 1 – 3 of 3) sorted by relevance

/external/dnsmasq/src/
Drfc2131.c109 static void match_vendor_opts(unsigned char* opt, struct dhcp_opt* dopt);
110 static void do_encap_opts(struct dhcp_opt* opts, int encap, int flag, struct dhcp_packet* mess,
114 static struct dhcp_opt* pxe_opts(int pxe_arch, struct dhcp_netid* netid);
143 struct dhcp_opt* o; in dhcp_reply()
647 struct dhcp_opt opt71; in dhcp_reply()
1496 static int do_opt(struct dhcp_opt* opt, unsigned char* p, struct dhcp_context* context, in do_opt()
1532 static struct dhcp_opt* option_find2(struct dhcp_netid* netid, struct dhcp_opt* opts, int opt) { in option_find2()
1533 struct dhcp_opt* tmp; in option_find2()
1543 static void match_vendor_opts(unsigned char* opt, struct dhcp_opt* dopt) { in match_vendor_opts()
1558 static void do_encap_opts(struct dhcp_opt* opt, int encap, int flag, struct dhcp_packet* mess, in do_encap_opts()
[all …]
Ddnsmasq.h464 struct dhcp_opt { struct
473 struct dhcp_opt* next; argument
604 struct dhcp_opt *dhcp_opts, *dhcp_match;
Doption.c655 struct dhcp_opt* new = opt_malloc(sizeof(struct dhcp_opt)); in parse_dhcp_opt()
1744 struct dhcp_opt* new = opt_malloc(sizeof(struct dhcp_opt)); in one_opt()
2404 struct dhcp_opt *opts, *cp, **up; in reread_dhcp()