Searched refs:rad_put_string (Results 1 – 6 of 6) sorted by relevance
| /src/lib/libpam/modules/pam_radius/ |
| H A D | pam_radius.c | 102 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()
|
| /src/usr.sbin/ppp/ |
| H A D | radius.c | 939 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()
|
| /src/lib/libradius/ |
| H A D | Makefile | 60 libradius.3 rad_put_string.3 \
|
| H A D | radlib.h | 222 int rad_put_string(struct rad_handle *, int,
|
| H A D | radlib.c | 1200 rad_put_string(struct rad_handle *h, int type, const char *str) in rad_put_string() function
|
| /src/tools/build/mk/ |
| H A D | OptionalObsoleteFiles.inc | 7121 OLD_FILES+=usr/share/man/man3/rad_put_string.3.gz
|