Searched defs:request_info (Results 1 – 1 of 1) sorted by relevance
34 struct request_info { struct35 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 */[all …]