Home
last modified time | relevance | path

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

/openbmc/linux/net/appletalk/
H A Daarp.c121 skb->protocol = htons(ETH_P_ATALK); in __aarp_send_query()
127 eah->pa_type = htons(ETH_P_ATALK); in __aarp_send_query()
168 skb->protocol = htons(ETH_P_ATALK); in aarp_send_reply()
174 eah->pa_type = htons(ETH_P_ATALK); in aarp_send_reply()
219 skb->protocol = htons(ETH_P_ATALK); in aarp_send_probe()
225 eah->pa_type = htons(ETH_P_ATALK); in aarp_send_probe()
602 skb->protocol = htons(ETH_P_ATALK); in aarp_send_ddp()
/openbmc/u-boot/include/linux/
H A Dif_ether.h71 #define ETH_P_ATALK 0x809B /* Appletalk DDP */ macro
/openbmc/linux/include/uapi/linux/
H A Dif_ether.h69 #define ETH_P_ATALK 0x809B /* Appletalk DDP */ macro
/openbmc/linux/drivers/net/appletalk/
H A Dipddp.c181 skb->protocol = htons(ETH_P_ATALK); /* Protocol has changed */ in ipddp_xmit()
/openbmc/linux/drivers/net/arcnet/
H A Drfc1201.c404 case ETH_P_ATALK: in build_header()
/openbmc/linux/drivers/net/ppp/
H A Dppp_generic.c347 case ETH_P_ATALK: in ethertype_to_npindex()