Searched refs:rad_get_attr (Results 1 – 6 of 6) sorted by relevance
/freebsd/lib/libpam/modules/pam_radius/ |
H A D | pam_radius.c | 151 while ((attrtype = rad_get_attr(radh, &attrval, &attrlen)) > 0) { in do_accept() 189 while ((attrtype = rad_get_attr(radh, &attrval, &attrlen)) > 0) { in do_reject() 233 while ((attrtype = rad_get_attr(radh, &attrval, &attrlen)) > 0) { in do_challenge()
|
/freebsd/lib/libradius/ |
H A D | Makefile | 51 libradius.3 rad_get_attr.3 \
|
H A D | radlib.h | 212 int rad_get_attr(struct rad_handle *, const void **,
|
H A D | radlib.c | 957 rad_get_attr(struct rad_handle *h, const void **value, size_t *lenp) in rad_get_attr() function
|
/freebsd/usr.sbin/ppp/ |
H A D | radius.c | 333 while ((res = rad_get_attr(r->cx.rad, &data, &len)) > 0) { in radius_Process()
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 6885 OLD_FILES+=usr/share/man/man3/rad_get_attr.3.gz
|