Home
last modified time | relevance | path

Searched defs:request_info (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libwrap/
H A Dtcpd.h103 struct request_info { struct
104 int fd; /* socket handle */
105 char user[STRING_LENGTH]; /* access via eval_user(request) */
106 char daemon[STRING_LENGTH]; /* access via eval_daemon(request) */
107 char pid[10]; /* access via eval_pid(request) */
108 struct host_info client[1]; /* client endpoint info */
109 struct host_info server[1]; /* server endpoint info */
110 void (*sink) (); /* datagram sink function or 0 */
111 void (*hostname) (); /* address to printable hostname */
112 void (*hostaddr) (); /* address to printable address */
[all …]
H A Dupdate.c94 struct request_info *VARARGS(request_init, struct request_info *, request) in VARARGS()
119 struct request_info *VARARGS(request_set, struct request_info *, request) in VARARGS()