Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dif_ether.h131 #define ETH_P_AX25 0x0002 /* Dummy protocol id for AX.25 */ macro
/openbmc/linux/include/uapi/linux/
H A Dif_ether.h131 #define ETH_P_AX25 0x0002 /* Dummy protocol id for AX.25 */ macro
/openbmc/linux/net/ax25/
H A Dax25_ip.c52 if (type == ETH_P_AX25) in ax25_hard_header()
H A Daf_ax25.c2037 .type = cpu_to_be16(ETH_P_AX25),
/openbmc/linux/include/net/
H A Dax25.h300 return htons(ETH_P_AX25); in ax25_type_trans()