Searched refs:AX25_P_IP (Results 1 – 6 of 6) sorted by relevance
82 *buff++ = AX25_P_IP; in ax25_hard_header()130 if (bp[16] == AX25_P_IP) { in ax25_ip_xmit()
111 if (pid == AX25_P_IP) { in ax25_rx_iframe()239 case AX25_P_IP: in ax25_rcv()
859 case AX25_P_IP: in ax25_create()
48 *buff++ = AX25_P_IP; in rose_header()
599 arp->ar_pro = htons(AX25_P_IP); in arp_create()605 arp->ar_pro = htons(AX25_P_IP); in arp_create()747 if (arp->ar_pro != htons(AX25_P_IP) || in arp_process()752 if (arp->ar_pro != htons(AX25_P_IP) || in arp_process()
42 #define AX25_P_IP 0xcc /* ARPA Internet Protocol */ macro