Searched refs:rfc931 (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/tcp_wrappers/ |
H A D | rfc931.c | 74 void rfc931(struct sockaddr *rmt_sin, struct sockaddr *our_sin, char *dest) function 76 void rfc931(struct sockaddr_in *rmt_sin, struct sockaddr_in *our_sin,
|
H A D | eval.c | 50 rfc931(request->client->sin, request->server->sin, request->user); in eval_user()
|
H A D | CHANGES | 289 - Variable rfc931 timeout. Files: rfc931.c, options.c, log_tcp.h, try.c. 291 - Further simplification of the rfc931 code. File: rfc931.c. 406 you, adjust the TIMEOUT definition in file rfc931.c (problem reported 411 problem and its solution were discussed on the rfc931-users mailing 413 rfc931.c module.
|
H A D | tcpd.h | 87 void rfc931(TCPD_SOCKADDR *, TCPD_SOCKADDR *, char *); /* client name from RFC 931 daemon */
|