HomeSort by: relevance | last modified time | path
    Searched refs:rfc931 (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.sbin/tcpdchk/
scaffold.h 14 void rfc931(struct request_info *);
scaffold.c 42 * These are referenced by the options module and by rfc931.c.
128 /* dummy function to intercept the real rfc931() */
133 rfc931(struct request_info *request)
  /src/lib/libwrap/
Makefile 7 SRCS= hosts_access.c options.c shell_cmd.c rfc931.c eval.c hosts_ctl.c \
eval.c 58 rfc931(request->client->sin, request->server->sin, request->user);
tcpd.h 80 extern void rfc931 /* client name from RFC 931 daemon */
rfc931.c 1 /* $NetBSD: rfc931.c,v 1.12 2016/03/16 22:32:32 christos Exp $ */
4 * rfc931() speaks a common subset of the RFC 931, AUTH, TAP, IDENT and RFC
17 static char sccsid[] = "@(#) rfc931.c 1.10 95/01/02 16:11:34";
19 __RCSID("$NetBSD: rfc931.c,v 1.12 2016/03/16 22:32:32 christos Exp $");
78 /* rfc931 - return remote user name, given socket structures */
81 rfc931(struct sockaddr *rmt_sin, struct sockaddr *our_sin, char *dest) function in typeref:typename:void
132 * the RFC931 etc. server. This is done because of a bug in the SunOS
155 * might have more than one network address. The RFC931 etc.

Completed in 16 milliseconds