Searched refs:AX25_P_IP (Results 1 – 7 of 7) sorted by relevance
92 *buff++ = AX25_P_IP; in ax25_encapsulate()133 if (bp[16] == AX25_P_IP) { in ax25_rebuild_header()
147 if (pid == AX25_P_IP) { in ax25_rx_iframe()287 case AX25_P_IP: in ax25_rcv()
63 if (pid == AX25_P_IP || pid == AX25_P_ARP) in ax25_protocol_register()
859 case AX25_P_IP: in ax25_create()
90 *buff++ = AX25_P_IP; in rose_header()
602 arp->ar_pro = htons(AX25_P_IP); in arp_create()608 arp->ar_pro = htons(AX25_P_IP); in arp_create()781 if (arp->ar_pro != htons(AX25_P_IP)) in arp_process()788 if (arp->ar_pro != htons(AX25_P_IP)) in arp_process()
25 #define AX25_P_IP 0xCC macro