Searched refs:rad_put_string (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/usr.sbin/ppp/ |
H A D | radius.c | 763 if (rad_put_string(r->cx.rad, RAD_USER_NAME, name) != 0 || in radius_Authenticate() 856 if (rad_put_string(r->cx.rad, RAD_NAS_IDENTIFIER, hostname) != 0) { in radius_Authenticate() 951 if (rad_put_string(r->cx.rad, RAD_USER_NAME, ac->user_name) != 0 || in radius_Account() 975 if (rad_put_string(r->cx.rad, RAD_NAS_IDENTIFIER, hostname) != 0) { in radius_Account() 986 rad_put_string(r->cx.rad, RAD_ACCT_SESSION_ID, ac->session_id) != 0 || in radius_Account() 987 rad_put_string(r->cx.rad, RAD_ACCT_MULTI_SESSION_ID, in radius_Account()
|
/dflybsd-src/usr.sbin/ppp/libradius/ |
H A D | radlib.h | 222 int rad_put_string(struct rad_handle *, int,
|
H A D | radlib.c | 1186 rad_put_string(struct rad_handle *h, int type, const char *str) in rad_put_string() function
|
/dflybsd-src/ |
H A D | Makefile_upgrade.inc | 3819 TO_REMOVE+=/usr/share/man/man3/rad_put_string.3.gz
|