Lines Matching defs:request_info
25 struct request_info { struct
26 int fd; /* socket handle */
27 char user[STRING_LENGTH]; /* access via eval_user(request) */
28 char daemon[STRING_LENGTH]; /* access via eval_daemon(request) */
29 char pid[10]; /* access via eval_pid(request) */
30 struct host_info client[1]; /* client endpoint info */
31 struct host_info server[1]; /* server endpoint info */
32 void (*sink)(int); /* datagram sink function or 0 */
33 void (*hostname)(struct host_info *); /* address to printable hostname */
34 void (*hostaddr)(struct host_info *); /* address to printable address */
35 void (*cleanup)(void); /* cleanup function or 0 */
36 struct netconfig *config; /* netdir handle */