Home
last modified time | relevance | path

Searched refs:AX25_P_IP (Results 1 – 5 of 5) sorted by relevance

/linux/net/rose/
H A Drose_dev.c48 *buff++ = AX25_P_IP; in rose_header()
/linux/net/ax25/
H A Dax25_in.c111 if (pid == AX25_P_IP) { in ax25_rx_iframe()
239 case AX25_P_IP: in ax25_rcv()
H A Daf_ax25.c870 case AX25_P_IP: in ax25_create()
/linux/net/ipv4/
H A Darp.c602 arp->ar_pro = htons(AX25_P_IP); in arp_create()
608 arp->ar_pro = htons(AX25_P_IP); in arp_create()
752 if (arp->ar_pro != htons(AX25_P_IP) || in arp_process()
757 if (arp->ar_pro != htons(AX25_P_IP) || in arp_process()
/linux/include/net/
H A Dax25.h42 #define AX25_P_IP 0xcc /* ARPA Internet Protocol */ macro