Searched refs:tli_error (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/libwrap/ |
H A D | tli.c | 65 static char *tli_error(); 149 tcpd_warn("t_alloc: %s", tli_error()); 155 tcpd_warn("can't get client address: %s", tli_error()); 168 tcpd_warn("t_alloc: %s", tli_error()); 313 static char *tli_error() in tli_error() function 346 tcpd_warn("t_alloc: %s", tli_error());
|
/titanic_44/usr/src/cmd/listen/ |
H A D | listen.c | 658 tli_error(E_FD1OPEN, CONTINUE); 664 tli_error(E_FD1OPEN, EXIT); 708 tli_error( E_T_ALLOC, EXIT); 710 tli_error( E_T_ALLOC, CONTINUE); 716 tli_error( E_T_ALLOC, EXIT); 718 tli_error( E_T_ALLOC, CONTINUE); 758 tli_error(E_T_BIND, EXIT | NOCORE); 762 tli_error(E_T_BIND, CONTINUE); 766 tli_error(E_T_FREE, EXIT); 768 tli_error(E_T_FREE, EXIT); [all …]
|
H A D | nlps_serv.c | 239 tli_error(E_RCV_MSG, CONTINUE); 258 tli_error(E_RCV_MSG, CONTINUE); 274 tli_error(E_RCV_MSG, CONTINUE); 292 tli_error(E_RCV_MSG, CONTINUE); 305 tli_error(E_RCV_MSG, CONTINUE);
|
H A D | lslog.c | 106 tli_error(int code, int exitflag) in tli_error() function
|