Tagged Questions

1
vote
2answers
73 views

What is eth_addr_t and friends in libdnet

I'm attempting to create a wrapper around libdnet for the D programming language. The issue I have run into is not knowing what the underlining types for eth_addr_t, ip_addr_t, and ip6_addr_t while …