Return the address as a uint64_t, in network byte order.
Declared in <folly/MacAddress.h>
uint64_t
u64NBO() const;
The first two bytes will be 0, and the subsequent 6 bytes will contain the address in network byte order.
The address as a uint64_t in network byte order.