#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include "cryptlib.h"
#include <openssl/bio.h>
#include <iodef.h>
#include <starlet.h>
Go to the source code of this file.
Classes | |
struct | io_status |
struct | rpc_msg |
struct | rpc_ctx |
Macros | |
#define | RPC_HDR_SIZE (sizeof(struct rpc_msg) - 4092) |
Typedefs | |
typedef unsigned short | io_channel |
Functions | |
BIO_METHOD * | BIO_s_rtcp (void) |
#define RPC_HDR_SIZE (sizeof(struct rpc_msg) - 4092) |
Definition at line 84 of file bss_rtcp.c.
typedef unsigned short io_channel |
Definition at line 74 of file bss_rtcp.c.
BIO_METHOD* BIO_s_rtcp | ( | void | ) |
Definition at line 113 of file bss_rtcp.c.