Searched refs:option_put_string (Results 1 – 1 of 1) sorted by relevance
/external/dnsmasq/src/ |
D | rfc2131.c | 88 static void option_put_string(struct dhcp_packet *mess, unsigned char *end, 1126 option_put_string(mess, end, OPTION_MESSAGE, message, borken_opt); in dhcp_reply() 1702 static void option_put_string(struct dhcp_packet *mess, unsigned char *end, int opt, in option_put_string() function 1842 option_put_string(mess, end, OPTION_VENDOR_ID, "PXEClient", 0); in pxe_misc() 2073 option_put_string(mess, end, OPTION_SNAME, boot->sname, 1); in do_options() 2083 option_put_string(mess, end, OPTION_FILENAME, boot->file, 1); in do_options() 2162 option_put_string(mess, end, OPTION_DOMAINNAME, domain, null_term); in do_options() 2169 option_put_string(mess, end, OPTION_HOSTNAME, hostname, null_term); in do_options()
|