Searched refs:AX25_P_IP (Results 1 – 5 of 5) sorted by relevance
48 *buff++ = AX25_P_IP; in rose_header()
111 if (pid == AX25_P_IP) { in ax25_rx_iframe()239 case AX25_P_IP: in ax25_rcv()
870 case AX25_P_IP: in ax25_create()
602 arp->ar_pro = htons(AX25_P_IP); in arp_create()608 arp->ar_pro = htons(AX25_P_IP); in arp_create()752 if (arp->ar_pro != htons(AX25_P_IP) || in arp_process()757 if (arp->ar_pro != htons(AX25_P_IP) || in arp_process()
42 #define AX25_P_IP 0xcc /* ARPA Internet Protocol */ macro