Home
last modified time | relevance | path

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

/netbsd-src/lib/libradius/
H A Dradlib.h208 int rad_put_int(struct rad_handle *, int, u_int32_t);
H A Dradlib.c879 rad_put_int(struct rad_handle *h, int type, u_int32_t value) in rad_put_int() function
/netbsd-src/lib/libpam/modules/pam_radius/
H A Dpam_radius.c151 if (rad_put_int(radh, RAD_SERVICE_TYPE, RAD_AUTHENTICATE_ONLY) == -1) { in build_access_request()
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Disakmp_cfg.c1570 if (rad_put_int(radius_acct_state, RAD_ACCT_STATUS_TYPE, inout) != 0) {
1630 if (rad_put_int(radius_state, RAD_NAS_PORT, port) != 0) {
1637 if (rad_put_int(radius_state, RAD_NAS_PORT_TYPE, RAD_VIRTUAL) != 0) {
1644 if (rad_put_int(radius_state, RAD_SERVICE_TYPE, RAD_FRAMED) != 0) {