|
REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
|
#include <netinet/in.h>#include <netinet/tcp.h>#include <sys/ioctl.h>#include <unistd.h>#include <Arduino.h>#include <Udp.h>#include <IPAddress.h>#include <stdexcept>#include <net/ethernet_client_hal.h>#include <sys/socket.h>#include <arpa/inet.h>#include <netdb.h>#include <fcntl.h>

Go to the source code of this file.
Classes | |
| class | net::NativeEthernetUDP |
Namespaces | |
| namespace | net |
Macros | |
| #define | SOCKET int |
| #define | INVALID_SOCKET -1 |
| #define | SOCKET_ERROR -1 |
| #define | closesocket close |
Macro Definition Documentation
◆ closesocket
| #define closesocket close |
Definition at line 39 of file native_ethernet_udp.h.
Referenced by net::NativeEthernetUDP::begin(), net::NativeEthernetClientHAL::stop(), net::NativeEthernetUDP::stop(), and net::NativeEthernetServerHAL::~NativeEthernetServerHAL().
◆ INVALID_SOCKET
| #define INVALID_SOCKET -1 |
Definition at line 37 of file native_ethernet_udp.h.
Referenced by net::NativeEthernetServerHAL::accept(), net::NativeEthernetServerHAL::begin(), net::NativeEthernetUDP::begin(), net::NativeEthernetUDP::endPacket(), net::NativeEthernetClientHAL::NativeEthernetClientHAL(), net::NativeEthernetUDP::NativeEthernetUDP(), net::NativeEthernetClientHAL::operator bool(), net::NativeEthernetUDP::parsePacket(), net::NativeEthernetClientHAL::stop(), and net::NativeEthernetUDP::stop().
◆ SOCKET
| #define SOCKET int |
Definition at line 36 of file native_ethernet_udp.h.
◆ SOCKET_ERROR
| #define SOCKET_ERROR -1 |
Definition at line 38 of file native_ethernet_udp.h.
Referenced by net::NativeEthernetUDP::begin(), net::NativeEthernetUDP::beginMulticast(), net::NativeEthernetUDP::endPacket(), and net::NativeEthernetUDP::parsePacket().