Home
last modified time | relevance | path

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

/openbmc/qemu/net/
H A Deth.c80 return ETH_P_UNKNOWN; in eth_get_l3_proto()
86 return (copied == sizeof(proto)) ? be16_to_cpu(proto) : ETH_P_UNKNOWN; in eth_get_l3_proto()
/openbmc/qemu/include/net/
H A Deth.h221 #define ETH_P_UNKNOWN (0xffff) macro