Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dradius.c857 if (rad_put_int(rad->cx.rad, RAD_NAS_PORT_TYPE, type) != 0) { in radius_put_physical_details()
880 if (rad_put_int(rad->cx.rad, RAD_NAS_PORT, slot) != 0) { in radius_put_physical_details()
940 rad_put_int(r->cx.rad, RAD_SERVICE_TYPE, RAD_FRAMED) != 0 || in radius_Authenticate()
941 rad_put_int(r->cx.rad, RAD_FRAMED_PROTOCOL, RAD_PPP) != 0) { in radius_Authenticate()
1156 rad_put_int(r->cx.rad, RAD_SERVICE_TYPE, RAD_FRAMED) != 0 || in radius_Account()
1157 rad_put_int(r->cx.rad, RAD_FRAMED_PROTOCOL, RAD_PPP) != 0) { in radius_Account()
1231 if (rad_put_int(r->cx.rad, RAD_ACCT_STATUS_TYPE, acct_type) != 0 || in radius_Account()
1235 rad_put_int(r->cx.rad, RAD_ACCT_DELAY_TIME, 0) != 0) { in radius_Account()
1244 if (rad_put_int(r->cx.rad, RAD_ACCT_INPUT_OCTETS, stats->OctetsIn % UINT32_MAX) != 0 || in radius_Account()
1245 rad_put_int(r->cx.rad, RAD_ACCT_INPUT_GIGAWORDS, stats->OctetsIn / UINT32_MAX) != 0 || in radius_Account()
[all …]
/freebsd/lib/libradius/
H A DMakefile56 libradius.3 rad_put_int.3 \
H A Dradlib.h221 int rad_put_int(struct rad_handle *, int, u_int32_t);
H A Dradlib.c1191 rad_put_int(struct rad_handle *h, int type, u_int32_t value) in rad_put_int() function
/freebsd/lib/libpam/modules/pam_radius/
H A Dpam_radius.c136 if (rad_put_int(radh, RAD_SERVICE_TYPE, RAD_AUTHENTICATE_ONLY) == -1) { in build_access_request()
/freebsd/tools/build/mk/
H A DOptionalObsoleteFiles.inc6890 OLD_FILES+=usr/share/man/man3/rad_put_int.3.gz