This commit is contained in:
2021-08-27 17:52:48 +02:00
parent 765e9895b9
commit edbccd3661
15 changed files with 317 additions and 520 deletions

View File

@ -502,14 +502,9 @@ typedef struct {
uint32_t ip2_{};
uint64_t mac_{};
uint64_t mac2_{};
udpDestination() {}
udpDestination(uint32_t entry, uint32_t port, uint32_t ip, uint64_t mac)
: entry_(entry), port_(port), ip_(ip), mac_(mac) {}
udpDestination(uint32_t entry, uint32_t port, uint32_t ip, uint64_t mac,
uint32_t port2)
: entry_(entry), port_(port), port2_(port2), ip_(ip), mac_(mac) {}
udpDestination(uint32_t entry, uint32_t port, uint32_t ip, uint64_t mac,
uint32_t port2, uint32_t ip2, uint64_t mac2)
udpDestination() {}
udpDestination(uint32_t entry, uint32_t port = 0, uint32_t ip = 0, uint64_t mac = 0,
uint32_t port2 = 0, uint32_t ip2 = 0, uint64_t mac2 = 0)
: entry_(entry), port_(port), port2_(port2), ip_(ip), ip2_(ip2),
mac_(mac), mac2_(mac2) {}

View File

@ -6,10 +6,10 @@
#define APICTB 0x210826
#define APIGOTTHARD 0x210826
#define APIGOTTHARD2 0x210826
#define APIJUNGFRAU 0x210826
#define APIMYTHEN3 0x210826
#define APIEIGER 0x210827
#define APICTB 0x210827
#define APIGOTTHARD 0x210827
#define APIGOTTHARD2 0x210827
#define APIJUNGFRAU 0x210827
#define APIMYTHEN3 0x210827
#define APIMOENCH 0x210826
#define APIEIGER 0x210826