Searched refs:AX25_P_IP (Results 1 – 6 of 6) sorted by relevance
86 *buff++ = AX25_P_IP; in ax25_hard_header()135 if (bp[16] == AX25_P_IP) { in ax25_rebuild_header()
115 if (pid == AX25_P_IP) { in ax25_rx_iframe()243 case AX25_P_IP: in ax25_rcv()
832 case AX25_P_IP: in ax25_create()
48 *buff++ = AX25_P_IP; in rose_header()
634 arp->ar_pro = htons(AX25_P_IP); in arp_create()640 arp->ar_pro = htons(AX25_P_IP); in arp_create()772 if (arp->ar_pro != htons(AX25_P_IP) || in arp_process()777 if (arp->ar_pro != htons(AX25_P_IP) || in arp_process()
38 #define AX25_P_IP 0xcc /* ARPA Internet Protocol */ macro