Searched refs:AX25_P_IP (Results 1 – 6 of 6) sorted by relevance
85 *buff++ = AX25_P_IP; in ax25_hard_header()132 if (bp[16] == AX25_P_IP) { in ax25_ip_xmit()
114 if (pid == AX25_P_IP) { in ax25_rx_iframe()242 case AX25_P_IP: in ax25_rcv()
829 case AX25_P_IP: in ax25_create()
51 *buff++ = AX25_P_IP; in rose_header()
575 arp->ar_pro = htons(AX25_P_IP); in arp_create()581 arp->ar_pro = htons(AX25_P_IP); in arp_create()696 if (arp->ar_pro != htons(AX25_P_IP) || in arp_process()701 if (arp->ar_pro != htons(AX25_P_IP) || in arp_process()
40 #define AX25_P_IP 0xcc /* ARPA Internet Protocol */ macro