Kannel: Open Source WAP and SMS gateway
svn-r5336
|
Go to the source code of this file.
Functions | |
static int | update_table (RADIUS_PDU *pdu, Dict **table) |
static void | server (int lport, int pport) |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
|
static |
Definition at line 122 of file test_radius_acct.c.
References debug(), dict_create(), dict_key_count(), from, info(), octstr_create, octstr_destroy(), octstr_duplicate, octstr_get_cstr, octstr_imm(), panic, radius_authenticate_pdu(), radius_pdu_create(), radius_pdu_destroy(), radius_pdu_pack(), radius_pdu_unpack(), radius_table, RADIUS_PDU::type_name, RADIUS_PDU::u, udp_bind(), udp_client_socket(), udp_create_address(), udp_get_ip(), udp_get_port(), udp_recvfrom(), udp_sendto(), and update_table().
Referenced by cgw_handle_op(), cgw_listener(), cgw_open_send_connection(), cgw_read_op(), cgw_receiver(), cgw_send_loop(), cgw_sender(), cgw_wait_command(), emi2_do_send(), emi2_emimsg_send(), emi2_get_timeouttime(), emi2_handle_smscreq(), emi2_idleprocessing(), emi2_idletimeout_handling(), emi2_keepalive_handling(), emi2_listener(), emi2_receiver(), emi2_send_loop(), emi2_sender(), emi2_wait(), handle_operation(), main(), open_send_connection(), return_reply(), and wait_for_ack().
|
static |
Definition at line 75 of file test_radius_acct.c.
References RADIUS_PDU::attr, dict_get(), dict_put(), dict_remove(), error(), info(), octstr_compare(), octstr_destroy(), octstr_get_cstr, octstr_imm(), RADIUS_PDU::type, type, and warning().
Referenced by server().