Searched refs:AX25_P_IP (Results 1 – 6 of 6) sorted by relevance
87 *buff++ = AX25_P_IP; in ax25_hard_header()136 if (bp[16] == AX25_P_IP) { in ax25_rebuild_header()
116 if (pid == AX25_P_IP) { in ax25_rx_iframe()244 case AX25_P_IP: in ax25_rcv()
833 case AX25_P_IP: in ax25_create()
49 *buff++ = AX25_P_IP; in rose_header()
635 arp->ar_pro = htons(AX25_P_IP); in arp_create()641 arp->ar_pro = htons(AX25_P_IP); in arp_create()773 if (arp->ar_pro != htons(AX25_P_IP) || in arp_process()778 if (arp->ar_pro != htons(AX25_P_IP) || in arp_process()
38 #define AX25_P_IP 0xcc /* ARPA Internet Protocol */ macro