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

/freebsd-current/usr.sbin/ctld/
H A Disns.h82 void isns_req_add_str(struct isns_req *req, uint32_t tag, const char *value);
H A Disns.c135 isns_req_add_str(struct isns_req *req, uint32_t tag, const char *value) function
H A Dctld.c820 isns_req_add_str(req, 32, TAILQ_FIRST(&conf->conf_targets)->t_name);
822 isns_req_add_str(req, 1, hostname);
834 isns_req_add_str(req, 32, target->t_name);
837 isns_req_add_str(req, 34, target->t_alias);
877 isns_req_add_str(req, 32, TAILQ_FIRST(&conf->conf_targets)->t_name);
878 isns_req_add_str(req, 1, hostname);
910 isns_req_add_str(req, 32, TAILQ_FIRST(&conf->conf_targets)->t_name);
912 isns_req_add_str(req, 1, hostname);

Completed in 114 milliseconds