• Home
  • Raw
  • Download

Lines Matching refs:null_term

89 			      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()
1829 len = do_opt(start, p + 2, NULL, null_term); in do_encap_opts()
2023 int null_term, int pxe_arch, in do_options() argument
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()
2177 else if (null_term) in do_options()
2206 if (null_term) in do_options()
2257 (optno == OPTION_SNAME || optno == OPTION_FILENAME) ? 1 : null_term); in do_options()
2262 (optno == OPTION_SNAME || optno == OPTION_FILENAME) ? 1 : null_term); in do_options()
2300 do_encap_opts(config_opts, opt->u.encap, DHOPT_ENCAP_MATCH, mess, end, null_term); in do_options()
2315 do_encap_opts(config_opts, OPTION_VENDOR_CLASS_OPT, DHOPT_VENDOR_MATCH, mess, end, null_term); in do_options()