|
Electroneum
|
#include "util/net_help.h"

Go to the source code of this file.
Classes | |
| struct | ecs_data |
Macros | |
| #define | EDNSSUBNET_ADDRFAM_IP4 1 |
| #define | EDNSSUBNET_ADDRFAM_IP6 2 |
Functions | |
| int | copy_clear (uint8_t *dst, size_t dstlen, uint8_t *src, size_t srclen, size_t n) |
Subnet option related constants.
Definition in file edns-subnet.h.
| #define EDNSSUBNET_ADDRFAM_IP4 1 |
In use by the edns subnet option code, as assigned by IANA
Definition at line 46 of file edns-subnet.h.
| #define EDNSSUBNET_ADDRFAM_IP6 2 |
Definition at line 47 of file edns-subnet.h.