KM3NeT CLB
2.0
KM3NeT CLB v2 Embedded Software
|
#include <stdbool.h>
#include <stdint.h>
#include <string.h>
Go to the source code of this file.
Data Structures | |
struct | SockAddr |
Combination of IP address and port. More... | |
Macros | |
#define | NET_IP_U32(A, B, C, D) |
Creates a U32 IP address from components. More... | |
Functions | |
static bool | sockAddrEq (SockAddr *addr1, SockAddr *addr2) |
Checks if two socket addresses are equal. More... | |
#define NET_IP_U32 | ( | A, | |
B, | |||
C, | |||
D | |||
) |