Home
last modified time | relevance | path

Searched refs:ARPHRD_AX25 (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/linux/
H A Dif_arp.h33 #define ARPHRD_AX25 3 /* AX.25 Level 2 */ macro
/linux/net/ipv4/
H A Darp.c599 case ARPHRD_AX25: in arp_create()
600 arp->ar_hrd = htons(ARPHRD_AX25); in arp_create()
750 case ARPHRD_AX25: in arp_process()
752 arp->ar_hrd != htons(ARPHRD_AX25)) in arp_process()
1429 if (hatype == ARPHRD_AX25 || hatype == ARPHRD_NETROM) in arp_format_neigh_entry()
/linux/net/core/
H A Ddev.c481 ARPHRD_NETROM, ARPHRD_ETHER, ARPHRD_EETHER, ARPHRD_AX25,