Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dif_ether.h109 #define ETH_P_AX25 0x0002 /* Dummy protocol id for AX.25 */ macro
/linux-4.4.14/net/ax25/
Dax25_ip.c55 if (type == ETH_P_AX25) in ax25_hard_header()
Daf_ax25.c1973 .type = cpu_to_be16(ETH_P_AX25),
/linux-4.4.14/include/net/
Dax25.h284 return htons(ETH_P_AX25); in ax25_type_trans()