Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Drfc2131.c89 int opt, char *string, int null_term);
109 int null_term, int pxearch,
114 … dhcp_opt *opts, int encap, int flag, struct dhcp_packet *mess, unsigned char *end, int null_term);
1703 char *string, int null_term) in option_put_string() argument
1708 if (null_term && len != 255) in option_put_string()
1716 …tic int do_opt(struct dhcp_opt *opt, unsigned char *p, struct dhcp_context *context, int null_term) in do_opt() argument
1720 if ((opt->flags & DHOPT_STRING) && null_term && len != 255) in do_opt()
1794 struct dhcp_packet *mess, unsigned char *end, int null_term) in do_encap_opts() argument
1804 int new = do_opt(opt, NULL, NULL, null_term) + 2; in do_encap_opts()
1813 len = do_opt(start, p + 2, NULL, null_term); in do_encap_opts()
[all …]