dRonin
adbada4
dRonin firmware
|
TCP private definitions. More...
#include <pios.h>
#include <stdio.h>
#include <pthread.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <fcntl.h>
Go to the source code of this file.
Data Structures | |
struct | pios_tcp_cfg |
Functions | |
int32_t | PIOS_TCP_Init (uintptr_t *tcp_id, const struct pios_tcp_cfg *cfg) |
Variables | |
const struct pios_com_driver | pios_tcp_com_driver |
TCP private definitions.
Definition in file pios_tcp_priv.h.
int32_t PIOS_TCP_Init | ( | uintptr_t * | tcp_id, |
const struct pios_tcp_cfg * | cfg | ||
) |
const struct pios_com_driver pios_tcp_com_driver |