Home | History | Annotate | Download | only in openssh

Lines Matching refs:tid

195 	AuditInfoTermID	tid = ssh_bsm_tid;
212 pid, pid, &tid));
278 AuditInfoTermID *tid = &ssh_bsm_tid;
287 tid->at_port = (dev_t)port;
288 aug_get_machine((char *)host, &(tid->at_addr[0]), &(tid->at_type));
289 snprintf(buf, sizeof(buf), "%08x %08x %08x %08x", tid->at_addr[0],
290 tid->at_addr[1], tid->at_addr[2], tid->at_addr[3]);
291 debug3("BSM audit: iptype %d machine ID %s", (int)tid->at_type, buf);
294 tid->port = (dev_t)port;
295 tid->machine = inet_addr(host);
296 snprintf(buf, sizeof(buf), "%08x", tid->machine);