Searched defs:request_info (Results 1 – 4 of 4) sorted by relevance
25 struct request_info { struct26 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 */[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()
228 list_match(char *list, struct request_info *request, in list_match()
64 struct request_info { struct76 struct request_info *ri = arg; in readcb() argument