Lines Matching defs:h
76 clear_password(struct rad_handle *h) in clear_password()
86 generr(struct rad_handle *h, const char *format, ...) in generr()
96 insert_scrambled_password(struct rad_handle *h, int srv) in insert_scrambled_password()
130 insert_request_authenticator(struct rad_handle *h, int resp) in insert_request_authenticator()
150 insert_message_authenticator(struct rad_handle *h, int resp) in insert_message_authenticator()
181 is_valid_response(struct rad_handle *h, int srv, in is_valid_response()
281 is_valid_request(struct rad_handle *h) in is_valid_request()
363 put_password_attr(struct rad_handle *h, int type, const void *value, size_t len) in put_password_attr()
393 put_raw_attr(struct rad_handle *h, int type, const void *value, size_t len) in put_raw_attr()
411 rad_add_server(struct rad_handle *h, const char *host, int port, in rad_add_server()
422 rad_add_server_ex(struct rad_handle *h, const char *host, int port, in rad_add_server_ex()
477 rad_close(struct rad_handle *h) in rad_close()
493 rad_bind_to(struct rad_handle *h, in_addr_t addr) in rad_bind_to()
500 rad_config(struct rad_handle *h, const char *path) in rad_config()
679 rad_continue_send_request(struct rad_handle *h, int selected, int *fd, in rad_continue_send_request()
794 rad_receive_request(struct rad_handle *h) in rad_receive_request()
831 rad_send_response(struct rad_handle *h) in rad_send_response()
863 rad_create_request(struct rad_handle *h, int code) in rad_create_request()
895 rad_create_response(struct rad_handle *h, int code) in rad_create_response()
957 rad_get_attr(struct rad_handle *h, const void **value, size_t *lenp) in rad_get_attr()
988 rad_init_send_request(struct rad_handle *h, int *fd, struct timeval *tv) in rad_init_send_request()
1081 struct rad_handle *h; in rad_auth_open() local
1105 struct rad_handle *h; in rad_acct_open() local
1116 struct rad_handle *h; in rad_server_open() local
1133 rad_put_addr(struct rad_handle *h, int type, struct in_addr addr) in rad_put_addr()
1139 rad_put_addr6(struct rad_handle *h, int type, struct in6_addr addr) in rad_put_addr6()
1146 rad_put_attr(struct rad_handle *h, int type, const void *value, size_t len) in rad_put_attr()
1191 rad_put_int(struct rad_handle *h, int type, u_int32_t value) in rad_put_int()
1200 rad_put_string(struct rad_handle *h, int type, const char *str) in rad_put_string()
1206 rad_put_message_authentic(struct rad_handle *h) in rad_put_message_authentic()
1235 rad_send_request(struct rad_handle *h) in rad_send_request()
1283 rad_strerror(struct rad_handle *h) in rad_strerror()
1380 rad_put_vendor_addr(struct rad_handle *h, int vendor, int type, in rad_put_vendor_addr()
1388 rad_put_vendor_addr6(struct rad_handle *h, int vendor, int type, in rad_put_vendor_addr6()
1397 rad_put_vendor_attr(struct rad_handle *h, int vendor, int type, in rad_put_vendor_attr()
1430 rad_put_vendor_int(struct rad_handle *h, int vendor, int type, u_int32_t i) in rad_put_vendor_int()
1439 rad_put_vendor_string(struct rad_handle *h, int vendor, int type, in rad_put_vendor_string()
1446 rad_request_authenticator(struct rad_handle *h, char *buf, size_t len) in rad_request_authenticator()
1457 rad_demangle(struct rad_handle *h, const void *mangled, size_t mlen) in rad_demangle()
1511 rad_demangle_mppe_key(struct rad_handle *h, const void *mangled, in rad_demangle_mppe_key()
1589 rad_server_secret(struct rad_handle *h) in rad_server_secret()