/src/usr.sbin/syslogd/ |
tls.c | 1356 char *peername; local in function:dispatch_socket_accept 1375 DPRINTF(D_NET, "could not get peername: %s", gai_strerror(rc)); 1376 peername = NULL; 1380 MALLOC(peername, len); 1381 (void)memcpy(peername, hbuf, len); 1388 logerror("access from %s denied by hosts_access", peername); 1426 "TLS connection from %s", peername); 1433 conn_info->hostname = peername; 1445 "calling SSL_accept()...\n", peername, newsock);
|
tls.c | 1356 char *peername; local in function:dispatch_socket_accept 1375 DPRINTF(D_NET, "could not get peername: %s", gai_strerror(rc)); 1376 peername = NULL; 1380 MALLOC(peername, len); 1381 (void)memcpy(peername, hbuf, len); 1388 logerror("access from %s denied by hosts_access", peername); 1426 "TLS connection from %s", peername); 1433 conn_info->hostname = peername; 1445 "calling SSL_accept()...\n", peername, newsock);
|
tls.c | 1356 char *peername; local in function:dispatch_socket_accept 1375 DPRINTF(D_NET, "could not get peername: %s", gai_strerror(rc)); 1376 peername = NULL; 1380 MALLOC(peername, len); 1381 (void)memcpy(peername, hbuf, len); 1388 logerror("access from %s denied by hosts_access", peername); 1426 "TLS connection from %s", peername); 1433 conn_info->hostname = peername; 1445 "calling SSL_accept()...\n", peername, newsock);
|