Home
last modified time | relevance | path

Searched refs:ETH_P_802_EX1 (Results 1 – 2 of 2) sorted by path

/linux/include/uapi/linux/
H A Dif_ether.h94 #define ETH_P_802_EX1 0x88B5 /* 802.1 Local Experimental 1. */ macro
/linux/net/caif/
H A Dcaif_usb.c110 this->tx_eth_hdr[12] = cpu_to_be16(ETH_P_802_EX1) & 0xff; in cfusbl_create()
111 this->tx_eth_hdr[13] = (cpu_to_be16(ETH_P_802_EX1) >> 8) & 0xff; in cfusbl_create()
125 .type = cpu_to_be16(ETH_P_802_EX1),