Home | History | Annotate | Download | only in libradius

Lines Matching refs:rad_handle

83 static void	 clear_password(struct rad_handle *);
84 static void generr(struct rad_handle *, const char *, ...)
86 static void insert_scrambled_password(struct rad_handle *, size_t);
87 static void insert_request_authenticator(struct rad_handle *, size_t);
88 static void insert_message_authenticator(struct rad_handle *, size_t);
89 static int is_valid_response(struct rad_handle *, size_t,
91 static int put_password_attr(struct rad_handle *, int,
93 static int put_raw_attr(struct rad_handle *, int,
98 clear_password(struct rad_handle *h)
108 generr(struct rad_handle *h, const char *format, ...)
118 insert_scrambled_password(struct rad_handle *h, size_t srv)
152 insert_request_authenticator(struct rad_handle *h, size_t srv)
174 insert_message_authenticator(struct rad_handle *h, size_t srv)
204 is_valid_response(struct rad_handle *h, size_t srv,
289 put_password_attr(struct rad_handle *h, int type, const void *value, size_t len)
319 put_raw_attr(struct rad_handle *h, int type, const void *value, size_t len)
337 rad_add_server(struct rad_handle *h, const char *host, int port,
387 rad_close(struct rad_handle *h)
403 rad_config(struct rad_handle *h, const char *path)
557 rad_continue_send_request(struct rad_handle *h, int selected, int *fd,
629 rad_create_request(struct rad_handle *h, int code)
684 rad_get_attr(struct rad_handle *h, const void **value, size_t *len)
709 rad_init_send_request(struct rad_handle *h, int *fd, struct timeval *tv)
782 * Create and initialize a rad_handle structure, and return it to the
786 struct rad_handle *
789 struct rad_handle *h;
791 h = (struct rad_handle *)malloc(sizeof(struct rad_handle));
810 struct rad_handle *
813 struct rad_handle *h;
821 struct rad_handle *
828 rad_put_addr(struct rad_handle *h, int type, struct in_addr addr)
834 rad_put_attr(struct rad_handle *h, int type, const void *value, size_t len)
879 rad_put_int(struct rad_handle *h, int type, u_int32_t value)
888 rad_put_string(struct rad_handle *h, int type, const char *str)
894 rad_put_message_authentic(struct rad_handle *h)
923 rad_send_request(struct rad_handle *h)
971 rad_strerror(struct rad_handle *h)
1070 rad_put_vendor_addr(struct rad_handle *h, int vendor, int type,
1078 rad_put_vendor_attr(struct rad_handle *h, int vendor, int type,
1111 rad_put_vendor_int(struct rad_handle *h, int vendor, int type, u_int32_t i)
1120 rad_put_vendor_string(struct rad_handle *h, int vendor, int type,
1127 rad_request_authenticator(struct rad_handle *h, char *buf, size_t len)
1138 rad_demangle(struct rad_handle *h, const void *mangled, size_t mlen)
1193 rad_demangle_mppe_key(struct rad_handle *h, const void *mangled,
1273 rad_server_secret(struct rad_handle *h)