Searched refs:option_put_string (Results 1 – 1 of 1) sorted by relevance
/external/dnsmasq/src/ |
D | rfc2131.c | 91 static void option_put_string(struct dhcp_packet* mess, unsigned char* end, int opt, char* string, 1003 option_put_string(mess, end, OPTION_MESSAGE, message, borken_opt); in dhcp_reply() 1485 static void option_put_string(struct dhcp_packet* mess, unsigned char* end, int opt, char* string, in option_put_string() function 1599 option_put_string(mess, end, OPTION_VENDOR_ID, "PXEClient", 0); in pxe_misc() 1789 option_put_string(mess, end, OPTION_SNAME, boot->sname, 1); in do_options() 1797 option_put_string(mess, end, OPTION_FILENAME, boot->file, 1); in do_options() 1868 option_put_string(mess, end, OPTION_DOMAINNAME, domain, null_term); in do_options() 1874 option_put_string(mess, end, OPTION_HOSTNAME, hostname, null_term); in do_options()
|