OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VALUE_PAIR
(Results
1 - 6
of
6
) sorted by null
/external/ppp/pppd/plugins/radius/
avpair.c
22
VALUE_PAIR
**vp);
34
VALUE_PAIR
*rc_avpair_add (
VALUE_PAIR
**list, int attrid, void *pval, int len,
37
VALUE_PAIR
*vp;
41
if (vp != (
VALUE_PAIR
*) NULL)
43
rc_avpair_insert (list, (
VALUE_PAIR
*) NULL, vp);
60
int rc_avpair_assign (
VALUE_PAIR
*vp, void *pval, int len)
110
VALUE_PAIR
*rc_avpair_new (int attrid, void *pval, int len, int vendorcode)
112
VALUE_PAIR
*vp = (
VALUE_PAIR
*) NULL
[
all
...]
radiusclient.h
327
typedef struct
value_pair
struct
335
struct
value_pair
*next;
336
}
VALUE_PAIR
;
356
VALUE_PAIR
*send_pairs; /* More a/v pairs to send */
357
VALUE_PAIR
*receive_pairs; /* Where to place received a/v pairs */
389
VALUE_PAIR
*rc_avpair_add __P((
VALUE_PAIR
**, int, void *, int, int));
390
int rc_avpair_assign __P((
VALUE_PAIR
*, void *, int));
391
VALUE_PAIR
*rc_avpair_new __P((int, void *, int, int));
392
VALUE_PAIR
*rc_avpair_gen __P((AUTH_HDR *))
[
all
...]
radattr.c
24
extern void (*radius_attributes_hook)(
VALUE_PAIR
*);
25
static void print_attributes(
VALUE_PAIR
*);
67
print_attributes(
VALUE_PAIR
*vp)
buildreq.c
24
int rc_get_nas_id(
VALUE_PAIR
**sendpairs)
162
int rc_auth(UINT4 client_port,
VALUE_PAIR
*send,
VALUE_PAIR
**received,
188
VALUE_PAIR
*send,
189
VALUE_PAIR
**received,
247
int rc_auth_proxy(
VALUE_PAIR
*send,
VALUE_PAIR
**received, char *msg)
291
VALUE_PAIR
*send)
294
VALUE_PAIR
*adt_vp;
360
int rc_acct(UINT4 client_port,
VALUE_PAIR
*send
[
all
...]
radius.c
86
static int radius_setparams(
VALUE_PAIR
*vp, char *msg, REQUEST_INFO *req_info,
96
static int radius_setmppekeys(
VALUE_PAIR
*vp, REQUEST_INFO *req_info,
98
static int radius_setmppekeys2(
VALUE_PAIR
*vp, REQUEST_INFO *req_info);
126
VALUE_PAIR
*avp; /* Additional (user supplied) vp's to send to server */
129
void (*radius_attributes_hook)(
VALUE_PAIR
*) = NULL;
250
VALUE_PAIR
*send, *received;
339
VALUE_PAIR
*send, *received;
537
radius_setparams(
VALUE_PAIR
*vp, char *msg, REQUEST_INFO *req_info,
766
radius_setmppekeys(
VALUE_PAIR
*vp, REQUEST_INFO *req_info,
820
radius_setmppekeys2(
VALUE_PAIR
*vp, REQUEST_INFO *req_info
[
all
...]
sendserver.c
33
static int rc_pack_list (
VALUE_PAIR
*vp, char *secret, AUTH_HDR *auth)
44
while (vp != (
VALUE_PAIR
*) NULL)
214
VALUE_PAIR
*vp;
Completed in 497 milliseconds