Searched refs:arphdr_type (Results 1 – 1 of 1) sorted by relevance
739 u16 arphdr_type; in is_ethernet() local741 memcpy(&arphdr_type, packet + 8, 2); in is_ethernet()742 arphdr_type = ntohs(arphdr_type); in is_ethernet()749 switch (arphdr_type) { in is_ethernet()753 printf("Packet captured: arphdr_type=%d\n", arphdr_type); in is_ethernet()