Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <ctype.h>
#include <errno.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
#include <arpa/inet.h>
#include <sys/utsname.h>
#include "gwlib.h"
Go to the source code of this file.
Macros | |
#define | UDP_PACKET_MAX_SIZE (64*1024) |
Functions | |
int | make_server_socket (int port, const char *interface_name) |
int | tcpip_connect_to_server (char *hostname, int port, const char *source_addr) |
int | tcpip_connect_to_server_with_port (char *hostname, int port, int our_port, const char *source_addr) |
int | tcpip_connect_nb_to_server (char *hostname, int port, const char *source_addr, int *done) |
int | tcpip_connect_nb_to_server_with_port (char *hostname, int port, int our_port, const char *source_addr, int *done) |
int | write_to_socket (int socket, char *str) |
int | socket_set_blocking (int fd, int blocking) |
int | socket_set_nodelay (int fd, int on) |
int | read_available (int fd, long wait_usec) |
int | udp_client_socket (void) |
int | udp_bind (int port, const char *source_addr) |
Octstr * | udp_create_address (Octstr *host_or_ip, int port) |
int | udp_get_port (Octstr *addr) |
Octstr * | udp_get_ip (Octstr *addr) |
int | udp_sendto (int s, Octstr *datagram, Octstr *addr) |
int | udp_recvfrom (int s, Octstr **datagram, Octstr **addr) |
int | udp_recvfrom_flags (int s, Octstr **datagram, Octstr **addr, int sockrcvflags) |
Octstr * | host_ip (struct sockaddr_in addr) |
int | host_port (struct sockaddr_in addr) |
Octstr * | get_official_name (void) |
Octstr * | get_official_ip (void) |
static void | setup_official_name (void) |
void | socket_init (void) |
void | socket_shutdown (void) |
Octstr * | gw_netaddr_to_octstr (int af, void *src) |
int | gw_accept (int fd, Octstr **client_addr) |
Variables | |
static Octstr * | official_name = NULL |
static Octstr * | official_ip = NULL |
static const struct sockaddr_in | empty_sockaddr_in |
#define UDP_PACKET_MAX_SIZE (64*1024) |
Definition at line 89 of file socket.c.
Referenced by udp_recvfrom_flags().
Octstr* get_official_ip | ( | void | ) |
Definition at line 634 of file socket.c.
References gw_assert(), and official_ip.
Referenced by name(), and version_report_string().
Octstr* get_official_name | ( | void | ) |
Definition at line 627 of file socket.c.
References gw_assert(), and official_name.
Referenced by add_via(), challenge(), tell_ppg_name(), and version_report_string().
int gw_accept | ( | int | fd, |
Octstr ** | client_addr | ||
) |
Definition at line 700 of file socket.c.
References debug(), error(), gwthread_pollfd(), host_ip(), octstr_get_cstr, and POLLIN.
Referenced by smpp_emu().
Octstr* gw_netaddr_to_octstr | ( | int | af, |
void * | src | ||
) |
Definition at line 677 of file socket.c.
References octstr_create.
Referenced by host_ip(), ois_open_receiver(), setup_official_name(), tcpip_connect_nb_to_server_with_port(), tcpip_connect_to_server_with_port(), udp_get_ip(), and wait_for_client().
Octstr* host_ip | ( | struct sockaddr_in | addr | ) |
Definition at line 615 of file socket.c.
References gw_netaddr_to_octstr().
Referenced by accept_boxc(), accept_smpp(), cgw_listener(), emi2_listener(), fake_listener(), get_data(), gw_accept(), and server_thread().
int host_port | ( | struct sockaddr_in | addr | ) |
int make_server_socket | ( | int | port, |
const char * | interface_name | ||
) |
Definition at line 93 of file socket.c.
References empty_sockaddr_in, error(), gw_gethostbyname(), and interface_name.
Referenced by accept_thread(), cgw_open_listening_socket(), emi2_open_listening_socket(), fake_open_connection(), http_open_port_if(), ois_open_listener(), smpp_emu(), smppboxc_run(), smsboxc_run(), sqlboxc_run(), start_wapbox(), wait_for_client(), and wapboxc_run().
int read_available | ( | int | fd, |
long | wait_usec | ||
) |
Definition at line 406 of file socket.c.
References gw_assert(), and warning().
Referenced by cimd2_get_packet(), cimd2_receive_msg(), ois_read_into_buffer(), oisd_get_packet(), oisd_receive_msg(), proxy_thread(), udp_receiver(), and wap_msg_recv().
|
static |
Definition at line 641 of file socket.c.
References error(), gw_assert(), gw_gethostbyname(), gw_netaddr_to_octstr(), octstr_create, official_ip, official_name, and panic.
Referenced by socket_init().
void socket_init | ( | void | ) |
Definition at line 663 of file socket.c.
References setup_official_name().
Referenced by gwlib_init().
int socket_set_blocking | ( | int | fd, |
int | blocking | ||
) |
Definition at line 368 of file socket.c.
References error().
Referenced by cgw_open_listening_socket(), conn_wrap_fd(), emi2_open_listening_socket(), fake_open_connection(), fill_threadinfo(), ois_open_listener(), and wait_for_client().
int socket_set_nodelay | ( | int | fd, |
int | on | ||
) |
void socket_shutdown | ( | void | ) |
Definition at line 668 of file socket.c.
References octstr_destroy(), official_ip, and official_name.
Referenced by gwlib_shutdown().
int tcpip_connect_nb_to_server | ( | char * | hostname, |
int | port, | ||
const char * | source_addr, | ||
int * | done | ||
) |
Definition at line 241 of file socket.c.
References hostname, and tcpip_connect_nb_to_server_with_port().
int tcpip_connect_nb_to_server_with_port | ( | char * | hostname, |
int | port, | ||
int | our_port, | ||
const char * | source_addr, | ||
int * | done | ||
) |
Definition at line 246 of file socket.c.
References debug(), empty_sockaddr_in, error(), gw_gethostbyname(), gw_netaddr_to_octstr(), hostname, octstr_destroy(), octstr_get_cstr, and our_port.
Referenced by conn_open_tcp_nb_with_port(), and tcpip_connect_nb_to_server().
int tcpip_connect_to_server | ( | char * | hostname, |
int | port, | ||
const char * | source_addr | ||
) |
Definition at line 149 of file socket.c.
References hostname, and tcpip_connect_to_server_with_port().
Referenced by at2_open_device1(), cimd_open_connection(), connect_tcpip(), ois_open_sender(), and oisd_login().
int tcpip_connect_to_server_with_port | ( | char * | hostname, |
int | port, | ||
int | our_port, | ||
const char * | source_addr | ||
) |
Definition at line 156 of file socket.c.
References debug(), empty_sockaddr_in, error(), gw_gethostbyname(), gw_netaddr_to_octstr(), hostname, octstr_destroy(), octstr_get_cstr, and our_port.
Referenced by cimd2_login(), conn_open_tcp_with_port(), emi_open_connection_ip(), and tcpip_connect_to_server().
int udp_bind | ( | int | port, |
const char * | source_addr | ||
) |
Definition at line 478 of file socket.c.
References empty_sockaddr_in, error(), and gw_gethostbyname().
Referenced by proxy_thread(), server(), and udpc_create().
int udp_client_socket | ( | void | ) |
Definition at line 464 of file socket.c.
References error().
Referenced by client(), client_session(), main(), proxy_thread(), and server().
Definition at line 517 of file socket.c.
References empty_sockaddr_in, error(), gw_gethostbyname(), octstr_create_from_data, and octstr_get_cstr.
Referenced by client(), main(), proxy_thread(), send_udp(), server(), udp_addwdp_from_client(), udp_addwdp_from_server(), and udpc_create().
Definition at line 557 of file socket.c.
References gw_assert(), gw_netaddr_to_octstr(), octstr_get_cstr, and octstr_len().
Referenced by client(), proxy_thread(), server(), udp_addwdp(), udp_addwdp_from_client(), udp_addwdp_from_server(), udp_receiver(), udpc_create(), and udpc_find_mapping().
int udp_get_port | ( | Octstr * | addr | ) |
Definition at line 547 of file socket.c.
References gw_assert(), octstr_get_cstr, and octstr_len().
Referenced by client(), proxy_thread(), server(), udp_addwdp(), udp_addwdp_from_client(), udp_addwdp_from_server(), udp_receiver(), udpc_create(), and udpc_find_mapping().
Definition at line 582 of file socket.c.
References udp_recvfrom_flags().
Referenced by client(), proxy_thread(), server(), and udp_receiver().
Definition at line 588 of file socket.c.
References error(), octstr_create_from_data, and UDP_PACKET_MAX_SIZE.
Referenced by udp_recvfrom(), and wap_msg_recv().
Definition at line 567 of file socket.c.
References error(), gw_assert(), octstr_get_cstr, and octstr_len().
Referenced by client(), proxy_thread(), send_file(), send_udp(), server(), and wap_msg_send().
int write_to_socket | ( | int | socket, |
char * | str | ||
) |
Definition at line 345 of file socket.c.
References error().
Referenced by cimd_close(), cimd_open_connection(), cimd_pending_smsmessage(), cimd_submit_msg(), connect_tcpip(), ois_deliver_sm_result(), ois_submit_sm_invoke(), and send_acknowledge().
|
static |
Definition at line 86 of file socket.c.
Referenced by make_server_socket(), tcpip_connect_nb_to_server_with_port(), tcpip_connect_to_server_with_port(), udp_bind(), and udp_create_address().
|
static |
Definition at line 79 of file socket.c.
Referenced by get_official_ip(), setup_official_name(), and socket_shutdown().
|
static |
Definition at line 78 of file socket.c.
Referenced by get_official_name(), setup_official_name(), and socket_shutdown().