Searched defs:ver_str_concat (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Dtransport.c61 static char *ver_str_concat; /* concat serv/client version */ variable
221 ver_str_concat = (char *)calloc(1, ver_str_concat_sz);
222 if (ver_str_concat == NULL) {
229 (void) memcpy(ver_str_concat, out_buf.value, out_buf.length);
230 (void) memcpy(ver_str_concat + out_buf.length, in_buf.value,
232 DPRINT((dfile, "Concatenated version strings: %s\n", ver_str_concat));
338 input_chan_bindings.application_data.length = strlen(ver_str_concat);
339 input_chan_bindings.application_data.value = ver_str_concat;

Completed in 63 milliseconds