Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rte_ether_format_addr
Function
rte_ether_format_addr
dpdk/lib/net/rte_ether.c:21–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
void
22
rte_ether_format_addr(char *buf, uint16_t size,
23
const struct rte_ether_addr *eth_addr)
24
{
25
snprintf(buf, size, RTE_ETHER_ADDR_PRT_FMT,
26
RTE_ETHER_ADDR_BYTES(eth_addr));
27
}
28
29
static int8_t get_xdigit(char ch)
30
{
Callers
15
eth_dev_handle_port_info
Function · 0.85
eth_dev_handle_port_macs
Function · 0.85
print_ethaddr
Function · 0.85
virtio_user_dev_init_mac
Function · 0.85
mana_probe_port
Function · 0.85
debug_log_add_del_addr
Function · 0.85
enicpmd_set_mc_addr_list
Function · 0.85
mrvl_mac_addr_remove
Function · 0.85
mrvl_mac_addr_add
Function · 0.85
mrvl_mac_addr_set
Function · 0.85
dump_lacp_port_param
Function · 0.85
rx_machine_update
Function · 0.85
Calls
1
snprintf
Function · 0.85
Tested by
5
print_packet
Function · 0.68
print_ethaddr
Function · 0.68
print_ethaddr
Function · 0.68
print_ethaddr
Function · 0.68
test_format_addr
Function · 0.68