Home
last modified time | relevance | path

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

/linux-6.15/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()
571 skb->protocol = htons(ETH_P_ATALK); in aarp_send_ddp()
/linux-6.15/include/uapi/linux/
H A Dif_ether.h69 #define ETH_P_ATALK 0x809B /* Appletalk DDP */ macro
/linux-6.15/net/core/
H A Dnet_test.c23 skb->protocol = htons(ETH_P_ATALK); in __init_skb()
/linux-6.15/drivers/net/arcnet/
H A Drfc1201.c405 case ETH_P_ATALK: in build_header()
/linux-6.15/drivers/net/ppp/
H A Dppp_generic.c362 case ETH_P_ATALK: in ethertype_to_npindex()