Home
last modified time | relevance | path

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

/system/uapp/netdump/
A Dnetdump.c73 static const char* ethtype_to_string(uint16_t ethtype) { in ethtype_to_string() argument
74 switch (ethtype) { in ethtype_to_string()
135 uint16_t ethtype = htons(frame->h_proto); in parse_packet() local
141 printf(", ethertype %s (0x%x), ", ethtype_to_string(ethtype), ethtype); in parse_packet()

Completed in 3 milliseconds