Home
last modified time | relevance | path

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

/linux-3.4.99/net/ax25/
Dax25_ip.c86 *buff++ = AX25_P_IP; in ax25_hard_header()
135 if (bp[16] == AX25_P_IP) { in ax25_rebuild_header()
Dax25_in.c115 if (pid == AX25_P_IP) { in ax25_rx_iframe()
243 case AX25_P_IP: in ax25_rcv()
Daf_ax25.c832 case AX25_P_IP: in ax25_create()
/linux-3.4.99/net/rose/
Drose_dev.c48 *buff++ = AX25_P_IP; in rose_header()
/linux-3.4.99/net/ipv4/
Darp.c634 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()
/linux-3.4.99/include/net/
Dax25.h38 #define AX25_P_IP 0xcc /* ARPA Internet Protocol */ macro