Lines Matching defs:request_info
34 struct request_info { struct
35 int fd; /* socket handle */
36 char user[STRING_LENGTH]; /* access via eval_user(request) */
37 char daemon[STRING_LENGTH]; /* access via eval_daemon(request) */
38 char pid[10]; /* access via eval_pid(request) */
39 struct host_info client[1]; /* client endpoint info */
40 struct host_info server[1]; /* server endpoint info */
41 void (*sink) (int); /* datagram sink function or 0 */
42 void (*hostname) /* address to printable hostname */
44 void (*hostaddr) /* address to printable address */
46 void (*cleanup) (void); /* cleanup function or 0 */
47 struct netconfig *config; /* netdir handle */