Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/
H A Dnetwork_helpers.c814 u16 arphdr_type; in is_ethernet() local
816 memcpy(&arphdr_type, packet + 8, 2); in is_ethernet()
817 arphdr_type = ntohs(arphdr_type); in is_ethernet()
824 switch (arphdr_type) { in is_ethernet()
828 tm_print("Packet captured: arphdr_type=%d\n", arphdr_type); in is_ethernet()