Searched defs:request_info (Results 1 – 2 of 2) sorted by relevance
103 struct request_info { struct104 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 …]
94 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()