Searched refs:DICT_VALUE (Results 1 - 3 of 3) sorted by relevance

/external/ppp/pppd/plugins/radius/
H A Ddict.c23 static DICT_VALUE *dictionary_values = NULL;
47 DICT_VALUE *dval;
250 (DICT_VALUE *) malloc (sizeof (DICT_VALUE)))
251 == (DICT_VALUE *) NULL)
371 DICT_VALUE *rc_dict_findval (char *valname)
373 DICT_VALUE *val;
376 while (val != (DICT_VALUE *) NULL)
384 return ((DICT_VALUE *) NULL);
395 DICT_VALUE * rc_dict_getva
[all...]
H A Dradiusclient.h317 } DICT_VALUE; typedef in typeref:struct:dict_value
432 DICT_VALUE *rc_dict_findval __P((char *));
433 DICT_VALUE * rc_dict_getval __P((UINT4, char *));
H A Davpair.c528 DICT_VALUE *dval;
612 == (DICT_VALUE *) NULL)
694 DICT_VALUE *dval;
734 if (dval != (DICT_VALUE *) NULL)

Completed in 91 milliseconds