Kannel: Open Source WAP and SMS gateway
svn-r5336
|
Go to the source code of this file.
Typedefs | |
typedef unsigned char | Octet |
typedef unsigned long | MultibyteInt |
Functions | |
MultibyteInt | get_variable_value (Octet *source, int *len) |
int | write_variable_value (MultibyteInt value, Octet *dest) |
Octet | reverse_octet (Octet source) |
int | get_and_set_debugs (int argc, char **argv, int(*find_own)(int index, int argc, char **argv)) |
int | is_allowed_ip (Octstr *allow_ip, Octstr *deny_ip, Octstr *ip) |
int | connect_denied (Octstr *allow_ip, Octstr *ip) |
int | does_prefix_match (Octstr *prefix, Octstr *number) |
int | normalize_number (char *dial_prefixes, Octstr **number) |
long | decode_network_long (unsigned char *data) |
void | encode_network_long (unsigned char *data, unsigned long value) |
void | kannel_cfmakeraw (struct termios *tio) |
int | gw_isdigit (int) |
int | gw_isxdigit (int) |
int | roundup_div (int a, int b) |
unsigned long long | gw_generate_id (void) |
void | init_fatal_signals (void) |
Octstr * | version_report_string (const char *boxname) |
void | report_versions (const char *boxname) |
typedef unsigned long MultibyteInt |
Definition at line 833 of file utils.c.
References allow_ip, octstr_imm(), and pattern_list_matches_ip().
Referenced by httpsmsc_receiver().
long decode_network_long | ( | unsigned char * | data | ) |
Definition at line 935 of file utils.c.
Referenced by conn_read_withlen(), parse_integer(), read_msg(), and smpp_pdu_read_len().
Definition at line 850 of file utils.c.
References gw_assert(), number, and octstr_get_cstr.
Referenced by check_allowed_translation(), smsbox_req_handle(), and smscconn_usable().
void encode_network_long | ( | unsigned char * | data, |
unsigned long | value | ||
) |
Definition at line 940 of file utils.c.
Referenced by append_integer(), conn_write_withlen(), and write_msg().
int get_and_set_debugs | ( | int | argc, |
char ** | argv, | ||
int(*)(int index, int argc, char **argv) | find_own | ||
) |
Definition at line 626 of file utils.c.
References become_daemon(), cfg_dump_all(), change_user(), GW_DEBUG, GW_NON_EXCL, info(), init_fatal_signals(), log_close_all(), log_open(), log_set_debug_places(), log_set_output_level(), log_set_syslog(), octstr_destroy(), octstr_get_cstr, panic, parachute_start(), pid_file, remove_pid_file(), version_report_string(), and write_pid_file().
Referenced by main().
MultibyteInt get_variable_value | ( | Octet * | source, |
int * | len | ||
) |
unsigned long long gw_generate_id | ( | void | ) |
int gw_isdigit | ( | int | ) |
Definition at line 988 of file utils.c.
Referenced by convert_addr_from_pdu(), date_parse_iso(), get_originator_type(), handle_dlr(), handle_pdu(), msg_to_cgwop(), msg_to_emimsg(), msg_to_pdu(), pack_parameter(), packet_check_header(), and packet_check_parameter().
int gw_isxdigit | ( | int | ) |
Definition at line 994 of file utils.c.
Referenced by octstr_hex_to_binary(), octstr_is_all_hex(), octstr_symbolize(), packet_check(), and packet_check_parameter().
void init_fatal_signals | ( | void | ) |
Install fatal signal handler. Usefull to receive backtrace if program crash with SEGFAULT.
Definition at line 527 of file utils.c.
References fatal_handler().
Referenced by get_and_set_debugs(), and parachute_init_signals().
Definition at line 815 of file utils.c.
References allow_ip, deny_ip, octstr_len(), and pattern_list_matches_ip().
Referenced by accept_boxc(), authorise_username(), cgw_listener(), check_login(), emi2_listener(), fake_listener(), get_data(), httpadmin_run(), main(), and udp_receiver().
void kannel_cfmakeraw | ( | struct termios * | tio | ) |
Definition at line 951 of file utils.c.
Referenced by at2_open_device(), at_dial(), and X28_open_data_link().
int normalize_number | ( | char * | dial_prefixes, |
Octstr ** | number | ||
) |
Definition at line 882 of file utils.c.
References gw_assert(), number, octstr_create_from_data, octstr_destroy(), octstr_get_cstr, octstr_insert_data(), octstr_len(), and start.
Referenced by bb_smscconn_receive(), radius_acct_get_msisdn(), smsc2_rout(), and smscconn_send().
void report_versions | ( | const char * | boxname | ) |
Definition at line 539 of file utils.c.
References debug(), octstr_destroy(), octstr_get_cstr, and version_report_string().
Referenced by main().
int roundup_div | ( | int | a, |
int | b | ||
) |
Octstr* version_report_string | ( | const char * | boxname | ) |
Definition at line 549 of file utils.c.
References get_official_ip(), get_official_name(), octstr_format(), and octstr_get_cstr.
Referenced by bb_print_status(), get_and_set_debugs(), and report_versions().
int write_variable_value | ( | MultibyteInt | value, |
Octet * | dest | ||
) |
Definition at line 490 of file utils.c.
Referenced by sema_encode_msg(), sema_submit_result(), and wbmp_create_stream().