Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ether_addr_show
Function
ether_addr_show
dpdk/examples/ip_pipeline/cli.c:4686–4690 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4684
}
4685
4686
static void
4687
ether_addr_show(FILE *f, struct rte_ether_addr *addr)
4688
{
4689
fprintf(f, RTE_ETHER_ADDR_PRT_FMT, RTE_ETHER_ADDR_BYTES(addr));
4690
}
4691
4692
static void
4693
ipv4_addr_show(FILE *f, uint32_t addr)
Callers
1
table_rule_show
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected