Searched refs:AX25_P_IP (Results 1 – 6 of 6) sorted by relevance
86 *buff++ = AX25_P_IP; in ax25_hard_header()133 if (bp[16] == AX25_P_IP) { in ax25_ip_xmit()
115 if (pid == AX25_P_IP) { in ax25_rx_iframe()243 case AX25_P_IP: in ax25_rcv()
830 case AX25_P_IP: in ax25_create()
51 *buff++ = AX25_P_IP; in rose_header()
536 arp->ar_pro = htons(AX25_P_IP); in arp_create()542 arp->ar_pro = htons(AX25_P_IP); in arp_create()677 if (arp->ar_pro != htons(AX25_P_IP) || in arp_process()682 if (arp->ar_pro != htons(AX25_P_IP) || in arp_process()
39 #define AX25_P_IP 0xcc /* ARPA Internet Protocol */ macro