folly::MacAddress::u64NBO

Return the address as a uint64_t, in network byte order.

Synopsis

Declared in <folly/MacAddress.h>

uint64_t
u64NBO() const;

Description

The first two bytes will be 0, and the subsequent 6 bytes will contain the address in network byte order.

Return Value

The address as a uint64_t in network byte order.