Home
last modified time | relevance | path

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

/linux/drivers/net/arcnet/
H A Dcapmode.c91 skb->protocol = cpu_to_be16(ETH_P_ARCNET); in rx()
218 ackskb->protocol = cpu_to_be16(ETH_P_ARCNET); in ack_tx()
H A Darc-rawmode.c77 skb->protocol = cpu_to_be16(ETH_P_ARCNET); in rx()
H A Darcnet.c662 if (type == ETH_P_ARCNET) { in arcnet_header()
/linux/include/uapi/linux/
H A Dif_ether.h149 #define ETH_P_ARCNET 0x001A /* 1A for ArcNet :-) */ macro