LiVES
3.2.0
|
#include "main.h"
#include <stdio.h>
#include <unistd.h>
#include <errno.h>
#include <netinet/in.h>
#include <netdb.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
#include "htmsocket.h"
Go to the source code of this file.
Functions | |
void * | OpenHTMSocket (const char *host, int portnumber, boolean sender) |
boolean | lives_stream_out (void *htmsendhandle, size_t length, void *buffer) |
ssize_t | lives_stream_in (void *htmrecvhandle, size_t length, void *buffer, int bfsize) |
void | CloseHTMSocket (void *htmsendhandle) |
void CloseHTMSocket | ( | void * | htmsendhandle | ) |
Definition at line 173 of file htmsocket.c.
Referenced by lives2lives_read_stream().
ssize_t lives_stream_in | ( | void * | htmrecvhandle, |
size_t | length, | ||
void * | buffer, | ||
int | bfsize | ||
) |
Definition at line 163 of file htmsocket.c.
boolean lives_stream_out | ( | void * | htmsendhandle, |
size_t | length, | ||
void * | buffer | ||
) |
Definition at line 158 of file htmsocket.c.
void* OpenHTMSocket | ( | const char * | host, |
int | portnumber, | ||
boolean | sender | ||
) |
Definition at line 40 of file htmsocket.c.
Referenced by lives2lives_read_stream().