Home
last modified time | relevance | path

Searched refs:rad_create_request (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/usr.sbin/ppp/ppp/
Dradlib.h178 int rad_create_request(struct rad_handle *, int);
Dradius.c767 if (rad_create_request(r->cx.rad, RAD_ACCESS_REQUEST) != 0) { in radius_Authenticate()
931 if (rad_create_request(r->cx.rad, RAD_ACCOUNTING_REQUEST) != 0) { in radius_Account()
Dradlib.c509 rad_create_request(struct rad_handle *h, int code) in rad_create_request() function