Home
last modified time | relevance | path

Searched refs:print_ether_addr (Results 1 – 2 of 2) sorted by relevance

/dpdk/examples/flow_filtering/
H A Dmain.c47 print_ether_addr(const char *what, struct rte_ether_addr *eth_addr) in print_ether_addr() function
77 print_ether_addr("src=", in main_loop()
79 print_ether_addr(" - dst=", in main_loop()
/dpdk/app/test-pmd/
H A Dutil.c28 print_ether_addr(const char *what, const struct rte_ether_addr *eth_addr, in print_ether_addr() function
148 print_ether_addr(" src=", &eth_hdr->src_addr, in dump_pkt_burst()
150 print_ether_addr(" - dst=", &eth_hdr->dst_addr, in dump_pkt_burst()