Searched refs:ethtype (Results 1 – 1 of 1) sorted by relevance
73 static const char* ethtype_to_string(uint16_t ethtype) { in ethtype_to_string() argument74 switch (ethtype) { in ethtype_to_string()135 uint16_t ethtype = htons(frame->h_proto); in parse_packet() local141 printf(", ethertype %s (0x%x), ", ethtype_to_string(ethtype), ethtype); in parse_packet()
Completed in 3 milliseconds