Home
last modified time | relevance | path

Searched refs:rad_put_string (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/libpam/modules/pam_radius/
H A Dpam_radius.c102 rad_put_string(radh, RAD_USER_NAME, user) == -1) || in build_access_request()
104 rad_put_string(radh, RAD_USER_PASSWORD, pass) == -1) || in build_access_request()
106 rad_put_string(radh, RAD_NAS_IDENTIFIER, nas_id) == -1)) { in build_access_request()
127 rad_put_string(radh, RAD_CALLING_STATION_ID, rhost) == -1) { in build_access_request()
/freebsd/usr.sbin/ppp/
H A Dradius.c939 if (rad_put_string(r->cx.rad, RAD_USER_NAME, name) != 0 || in radius_Authenticate()
1036 rad_put_string(r->cx.rad, RAD_NAS_IDENTIFIER, hostname) != 0) { in radius_Authenticate()
1045 rad_put_string(r->cx.rad, RAD_CALLING_STATION_ID, mac_addr) != 0) { in radius_Authenticate()
1155 if (rad_put_string(r->cx.rad, RAD_USER_NAME, ac->user_name) != 0 || in radius_Account()
1201 rad_put_string(r->cx.rad, RAD_CALLING_STATION_ID, mac_addr) != 0) { in radius_Account()
1221 rad_put_string(r->cx.rad, RAD_NAS_IDENTIFIER, hostname) != 0) { in radius_Account()
1232 rad_put_string(r->cx.rad, RAD_ACCT_SESSION_ID, ac->session_id) != 0 || in radius_Account()
1233 rad_put_string(r->cx.rad, RAD_ACCT_MULTI_SESSION_ID, in radius_Account()
/freebsd/lib/libradius/
H A DMakefile58 libradius.3 rad_put_string.3 \
H A Dradlib.h222 int rad_put_string(struct rad_handle *, int,
H A Dradlib.c1200 rad_put_string(struct rad_handle *h, int type, const char *str) in rad_put_string() function
/freebsd/tools/build/mk/
H A DOptionalObsoleteFiles.inc6892 OLD_FILES+=usr/share/man/man3/rad_put_string.3.gz