Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Drfc2131.c109 static void match_vendor_opts(unsigned char* opt, struct dhcp_opt* dopt);
612 match_vendor_opts(option_find(mess, sz, OPTION_VENDOR_ID, 1), daemon->dhcp_opts); in dhcp_reply()
1543 static void match_vendor_opts(unsigned char* opt, struct dhcp_opt* dopt) { in match_vendor_opts() function
1948 if (optno == OPTION_VENDOR_ID) match_vendor_opts(p - 2, config_opts); in do_options()