Searched refs:rad_put_string (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/lib/libpam/modules/pam_radius/ |
| H A D | pam_radius.c | 105 rad_put_string(radh, RAD_USER_NAME, user) == -1) || in build_access_request() 107 rad_put_string(radh, RAD_USER_PASSWORD, pass) == -1) || in build_access_request() 109 rad_put_string(radh, RAD_NAS_IDENTIFIER, nas_id) == -1)) { in build_access_request() 130 rad_put_string(radh, RAD_CALLING_STATION_ID, rhost) == -1) { in build_access_request()
|
| /freebsd-12.1/usr.sbin/ppp/ |
| H A D | radius.c | 941 if (rad_put_string(r->cx.rad, RAD_USER_NAME, name) != 0 || in radius_Authenticate() 1038 rad_put_string(r->cx.rad, RAD_NAS_IDENTIFIER, hostname) != 0) { in radius_Authenticate() 1047 rad_put_string(r->cx.rad, RAD_CALLING_STATION_ID, mac_addr) != 0) { in radius_Authenticate() 1157 if (rad_put_string(r->cx.rad, RAD_USER_NAME, ac->user_name) != 0 || in radius_Account() 1203 rad_put_string(r->cx.rad, RAD_CALLING_STATION_ID, mac_addr) != 0) { in radius_Account() 1223 rad_put_string(r->cx.rad, RAD_NAS_IDENTIFIER, hostname) != 0) { in radius_Account() 1234 rad_put_string(r->cx.rad, RAD_ACCT_SESSION_ID, ac->session_id) != 0 || in radius_Account() 1235 rad_put_string(r->cx.rad, RAD_ACCT_MULTI_SESSION_ID, in radius_Account()
|
| /freebsd-12.1/lib/libradius/ |
| H A D | Makefile | 59 libradius.3 rad_put_string.3 \
|
| H A D | radlib.h | 224 int rad_put_string(struct rad_handle *, int,
|
| H A D | radlib.c | 1170 rad_put_string(struct rad_handle *h, int type, const char *str) in rad_put_string() function
|
| /freebsd-12.1/tools/build/mk/ |
| H A D | OptionalObsoleteFiles.inc | 7930 OLD_FILES+=usr/share/man/man3/rad_put_string.3.gz
|