Lines Matching defs:request_info
103 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 */
113 void (*cleanup) (); /* cleanup function or 0 */
114 struct netconfig *config; /* netdir handle */