#include <cstdint>
#include <cstdio>
#include <vector>
#include <pthread.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <sys/un.h>
#include <sys/stat.h>
#include <sys/uio.h>
#include "libmythbase/mythchrono.h"
Go to the source code of this file.
|
int | tcp_listen (struct sockaddr_in *name, int sckt, unsigned long address=INADDR_ANY) |
|
int | accept_tcp (int ip_sock, struct sockaddr_in *ip_name) |
|
int | udp_listen (struct sockaddr_un *name, char const *filename) |
|
int | accept_udp (int ip_sock, struct sockaddr_un *ip_name) |
|
◆ CPLM_MORE
◆ CPLM_FIRST
◆ CPLM_LAST
◆ CPLM_ONLY
◆ CPLM_ADD
◆ CPLM_UPDATE
◆ MAX_CI_SESSION
#define MAX_CI_SESSION 16 |
◆ dvbca_vector
◆ tcp_listen()
int tcp_listen |
( |
struct sockaddr_in * |
name, |
|
|
int |
sckt, |
|
|
unsigned long |
address = INADDR_ANY |
|
) |
| |
◆ accept_tcp()
int accept_tcp |
( |
int |
ip_sock, |
|
|
struct sockaddr_in * |
ip_name |
|
) |
| |
◆ udp_listen()
int udp_listen |
( |
struct sockaddr_un * |
name, |
|
|
char const * |
filename |
|
) |
| |
◆ accept_udp()
int accept_udp |
( |
int |
ip_sock, |
|
|
struct sockaddr_un * |
ip_name |
|
) |
| |