FD.io VPP  v20.01-48-g3e0dafb74
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)
 
uword unformat_mac_address_t (unformat_input_t *input, va_list *args)
 
void mac_address_increment (mac_address_t *mac)
 

Variables

const mac_address_t ZERO_MAC_ADDRESS
 

Function Documentation

◆ format_mac_address_t()

u8* format_mac_address_t ( u8 s,
va_list *  args 
)

Definition at line 27 of file mac_address.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ mac_address_increment()

void mac_address_increment ( mac_address_t mac)

Definition at line 65 of file mac_address.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ unformat_mac_address_t()

uword unformat_mac_address_t ( unformat_input_t input,
va_list *  args 
)

Definition at line 37 of file mac_address.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ ZERO_MAC_ADDRESS

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

Definition at line 19 of file mac_address.c.