Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/flow_filtering/
H A Dmain.c48 print_ether_addr(const char *what, struct rte_ether_addr *eth_addr) in print_ether_addr() function
76 print_ether_addr("src=", in main_loop()
78 print_ether_addr(" - dst=", in main_loop()
/f-stack/dpdk/app/test-pmd/
H A Dutil.c19 print_ether_addr(const char *what, const struct rte_ether_addr *eth_addr) in print_ether_addr() function
122 print_ether_addr(" src=", &eth_hdr->s_addr); in dump_pkt_burst()
123 print_ether_addr(" - dst=", &eth_hdr->d_addr); in dump_pkt_burst()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dflow_filtering.rst312 print_ether_addr("src=",
314 print_ether_addr(" - dst=",
342 print_ether_addr("src=", &eth_hdr->s_addr);
343 print_ether_addr(" - dst=", &eth_hdr->d_addr);