1/* sorted */ 2/* Those are pulled from include/net/ax25.h, they should be part of UAPI */ 3AX25_P_ROSE 0x01 4AX25_P_VJCOMP 0x06 /* Compressed TCP/IP packet */ 5 /* Van Jacobsen (RFC 1144) */ 6AX25_P_VJUNCOMP 0x07 /* Uncompressed TCP/IP packet */ 7 /* Van Jacobsen (RFC 1144) */ 8AX25_P_SEGMENT 0x08 /* Segmentation fragment */ 9AX25_P_TEXNET 0xc3 /* TEXTNET datagram protocol */ 10AX25_P_LQ 0xc4 /* Link Quality Protocol */ 11AX25_P_ATALK 0xca /* Appletalk */ 12AX25_P_ATALK_ARP 0xcb /* Appletalk ARP */ 13AX25_P_IP 0xcc /* ARPA Internet Protocol */ 14AX25_P_ARP 0xcd /* ARPA Address Resolution */ 15AX25_P_FLEXNET 0xce /* FlexNet */ 16AX25_P_NETROM 0xcf /* NET/ROM */ 17AX25_P_TEXT 0xf0 /* No layer 3 protocol impl. */ 18