summaryrefslogtreecommitdiff
path: root/lib/include/radsec/request-impl.h
blob: 4fa0ca9e00b262fc951bed5f9c957c75fc3b1e56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* See the file COPYING for licensing information.  */

struct rs_request
{
  struct rs_connection *conn;
  struct event *timer;
  struct rs_packet *req;
  struct rs_packet *resp;
  struct rs_conn_callbacks saved_cb;
  int verified;
};

#define VENDORPEC_MS                        311 /* RFC 2548 */

#define PW_MS_MPPE_SEND_KEY                 16
#define PW_MS_MPPE_RECV_KEY                 17