Go to the source code of this file.
Classes | |
| struct | SOCKET_HANDLE |
| struct | GLOBALS |
Functions | |
| int | ipaddr_to_int (const char *stringIP, unsigned int *ip) |
| int | setup_rcv_socket (SOCKET_HANDLE *sock, int port) |
| int | setup_snd_socket (SOCKET_HANDLE *sock, int port, char *addr) |
| int | send_xml_output (GLOBALS *globals, SOCKET_HANDLE *sock) |
| int | process_udp_xml (GLOBALS *globals) |
| int | waitfor_udp (GLOBALS *globals, SOCKET_HANDLE *sock) |
| void | print_help (char *progname) |
| int | main (int argc, char *argv[]) |
Variables | |
| int | verbose = 0 |
| char | xml_filename [255] |
| int ipaddr_to_int | ( | const char * | stringIP, | |
| unsigned int * | ip | |||
| ) |
Definition at line 59 of file mythudprelay.c.
| int setup_rcv_socket | ( | SOCKET_HANDLE * | sock, | |
| int | port | |||
| ) |
| int setup_snd_socket | ( | SOCKET_HANDLE * | sock, | |
| int | port, | |||
| char * | addr | |||
| ) |
| int send_xml_output | ( | GLOBALS * | globals, | |
| SOCKET_HANDLE * | sock | |||
| ) |
| int process_udp_xml | ( | GLOBALS * | globals | ) |
| int waitfor_udp | ( | GLOBALS * | globals, | |
| SOCKET_HANDLE * | sock | |||
| ) |
| void print_help | ( | char * | progname | ) |
Definition at line 288 of file mythudprelay.c.
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 301 of file mythudprelay.c.
| int verbose = 0 |
Definition at line 37 of file mythudprelay.c.
| char xml_filename[255] |
Definition at line 38 of file mythudprelay.c.
1.5.5