Lines Matching refs:null_term
92 int null_term);
106 struct in_addr subnet_addr, unsigned char fqdn_flags, int null_term,
111 unsigned char* end, int null_term);
1486 int null_term) { in option_put_string() argument
1490 if (null_term && len != 255) len++; in option_put_string()
1497 int null_term) { in do_opt() argument
1500 if ((opt->flags & DHOPT_STRING) && null_term && len != 255) len++; in do_opt()
1559 unsigned char* end, int null_term) { in do_encap_opts() argument
1567 int new = do_opt(opt, NULL, NULL, null_term) + 2; in do_encap_opts()
1574 len = do_opt(start, p + 2, NULL, null_term); in do_encap_opts()
1587 len = do_opt(start, p + 2, NULL, null_term); in do_encap_opts()
1750 unsigned char fqdn_flags, int null_term, int pxe_arch, unsigned char* uuid) { in do_options() argument
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()
1881 else if (null_term) in do_options()
1903 if (null_term) *(p++) = 0; in do_options()
1940 (optno == OPTION_SNAME || optno == OPTION_FILENAME) ? 1 : null_term); in do_options()
1944 (optno == OPTION_SNAME || optno == OPTION_FILENAME) ? 1 : null_term); in do_options()
1976 do_encap_opts(config_opts, opt->u.encap, DHOPT_ENCAP_MATCH, mess, end, null_term); in do_options()
1990 null_term); in do_options()