FD.io VPP  v18.10-32-g1161dda
Vector Packet Processing
mac_address.c File Reference
+ Include dependency graph for mac_address.c:

Go to the source code of this file.

Functions

u8format_mac_address_t (u8 *s, va_list *args)
 

Variables

const mac_address_t ZERO_MAC_ADDRESS
 

Function Documentation

u8* format_mac_address_t ( u8 s,
va_list *  args 
)

Definition at line 25 of file mac_address.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

const mac_address_t ZERO_MAC_ADDRESS
Initial value:
= {
.bytes = {
0, 0, 0, 0, 0, 0,
},
}

Definition at line 18 of file mac_address.c.