MCPcopy 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
4686static void
4687ether_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
4692static void
4693ipv4_addr_show(FILE *f, uint32_t addr)

Callers 1

table_rule_showFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected