Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ax25/
Dax25_ip.c92 *buff++ = AX25_P_IP; in ax25_encapsulate()
133 if (bp[16] == AX25_P_IP) { in ax25_rebuild_header()
Dax25_in.c147 if (pid == AX25_P_IP) { in ax25_rx_iframe()
287 case AX25_P_IP: in ax25_rcv()
Dax25_iface.c63 if (pid == AX25_P_IP || pid == AX25_P_ARP) in ax25_protocol_register()
Daf_ax25.c859 case AX25_P_IP: in ax25_create()
/linux-2.4.37.9/net/rose/
Drose_dev.c90 *buff++ = AX25_P_IP; in rose_header()
/linux-2.4.37.9/net/ipv4/
Darp.c602 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()
/linux-2.4.37.9/include/net/
Dax25.h25 #define AX25_P_IP 0xCC macro