Searched refs:option_put_string (Results 1 - 1 of 1) sorted by relevance

/external/dnsmasq/src/
H A Drfc2131.c88 static void option_put_string(struct dhcp_packet *mess, unsigned char *end,
1126 option_put_string(mess, end, OPTION_MESSAGE, message, borken_opt);
1702 static void option_put_string(struct dhcp_packet *mess, unsigned char *end, int opt, function
1842 option_put_string(mess, end, OPTION_VENDOR_ID, "PXEClient", 0);
2073 option_put_string(mess, end, OPTION_SNAME, boot->sname, 1);
2083 option_put_string(mess, end, OPTION_FILENAME, boot->file, 1);
2162 option_put_string(mess, end, OPTION_DOMAINNAME, domain, null_term);
2169 option_put_string(mess, end, OPTION_HOSTNAME, hostname, null_term);

Completed in 62 milliseconds