Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pmd/
H A Dicmpecho.c63 static const char * ip_proto_names[] = { in ip_proto_name() local
191 if (ip_proto < RTE_DIM(ip_proto_names)) in ip_proto_name()
192 return ip_proto_names[ip_proto]; in ip_proto_name()