Home
last modified time | relevance | path

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

/linux-3.3/net/ax25/
Dax25_ip.c87 *buff++ = AX25_P_IP; in ax25_hard_header()
136 if (bp[16] == AX25_P_IP) { in ax25_rebuild_header()
Dax25_in.c116 if (pid == AX25_P_IP) { in ax25_rx_iframe()
244 case AX25_P_IP: in ax25_rcv()
Daf_ax25.c833 case AX25_P_IP: in ax25_create()
/linux-3.3/net/rose/
Drose_dev.c49 *buff++ = AX25_P_IP; in rose_header()
/linux-3.3/net/ipv4/
Darp.c635 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()
/linux-3.3/include/net/
Dax25.h38 #define AX25_P_IP 0xcc /* ARPA Internet Protocol */ macro