|
NetBurner 3.5.6
PDF Version |
Used to store and manipulate MAC addresses. More...
#include <nettypes.h>
Public Member Functions | |
| bool | IsNull () |
| Checks if MAC is null. | |
| bool | IsMultiCast () |
| Checks if MAC is a Multicast MAC. | |
| bool | IsBroadCast () |
| Checks if MAC is a Broadcast MAC. | |
| uint8_t | GetByte (int n) const |
| Get the nth byte of the MAC. | |
| void | SetFromBytes (const uint8_t *pb) |
| Set the MAC Address from a pointer to an array of 6 bytes. | |
| void | fdprint (int fd) |
| print the MAC to a file descriptor | |
| void | print () |
| print the MAC to file descriptor 1 | |
| MACADR | operator+ (uint32_t rhs) |
Used to store and manipulate MAC addresses.
|
inline |