Request object implementation and bug fixes by Luke Howard.
[radsecproxy.git] / lib / include / radsec / request-impl.h
1 /* See the file COPYING for licensing information.  */
2
3 struct rs_request
4 {
5   struct rs_connection *conn;
6   struct event *timer;
7   struct rs_packet *req;
8   struct rs_packet *resp;
9   struct rs_conn_callbacks saved_cb;
10   int verified;
11 };
12
13 #define VENDORPEC_MS                        311 /* RFC 2548 */
14
15 #define PW_MS_MPPE_SEND_KEY                 16
16 #define PW_MS_MPPE_RECV_KEY                 17