Searched refs:rad_put_int (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/lib/libradius/ |
H A D | radlib.h | 208 int rad_put_int(struct rad_handle *, int, u_int32_t);
|
H A D | radlib.c | 879 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 D | pam_radius.c | 151 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 D | isakmp_cfg.c | 1570 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) {
|