Functions | |
| void | locate_host (char *tbuf, int client_socket) |
| get a hostname | |
| void locate_host | ( | char * | tbuf, | |
| int | client_socket | |||
| ) |
get a hostname
| tbuf | the returnbuffer | |
| client_socket | the sock fd where the client is connected |
Definition at line 18 of file locate_host.c.
References safestrncpy().
Referenced by session_loop().
1.5.2