Home
last modified time | relevance | path

Searched refs: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); in prot_ver_negotiate()
222 if (ver_str_concat == NULL) { in prot_ver_negotiate()
229 (void) memcpy(ver_str_concat, out_buf.value, out_buf.length); in prot_ver_negotiate()
230 (void) memcpy(ver_str_concat + out_buf.length, in_buf.value, in prot_ver_negotiate()
232 DPRINT((dfile, "Concatenated version strings: %s\n", ver_str_concat)); in prot_ver_negotiate()
338 input_chan_bindings.application_data.length = strlen(ver_str_concat); in establish_context()
339 input_chan_bindings.application_data.value = ver_str_concat; in establish_context()