Home
last modified time | relevance | path

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

/linux/net/appletalk/
H A Daarp.c135 skb->protocol = htons(ETH_P_ATALK); in __aarp_send_query()
141 eah->pa_type = htons(ETH_P_ATALK); in __aarp_send_query()
182 skb->protocol = htons(ETH_P_ATALK); in aarp_send_reply()
188 eah->pa_type = htons(ETH_P_ATALK); in aarp_send_reply()
233 skb->protocol = htons(ETH_P_ATALK); in aarp_send_probe()
239 eah->pa_type = htons(ETH_P_ATALK); in aarp_send_probe()
589 skb->protocol = htons(ETH_P_ATALK); in aarp_send_ddp()
/linux/include/uapi/linux/
H A Dif_ether.h69 #define ETH_P_ATALK 0x809B /* Appletalk DDP */ macro
/linux/net/core/
H A Dnet_test.c23 skb->protocol = htons(ETH_P_ATALK); in __init_skb()
/linux/drivers/net/arcnet/
H A Drfc1201.c405 case ETH_P_ATALK: in build_header()
/linux/drivers/net/ppp/
H A Dppp_generic.c355 case ETH_P_ATALK: in ethertype_to_npindex()