Lines Matching refs:htons
127 skb->protocol = htons(ETH_P_ATALK); in __aarp_send_query()
132 eah->hw_type = htons(AARP_HW_TYPE_ETHERNET); in __aarp_send_query()
133 eah->pa_type = htons(ETH_P_ATALK); in __aarp_send_query()
136 eah->function = htons(AARP_REQUEST); in __aarp_send_query()
174 skb->protocol = htons(ETH_P_ATALK); in aarp_send_reply()
179 eah->hw_type = htons(AARP_HW_TYPE_ETHERNET); in aarp_send_reply()
180 eah->pa_type = htons(ETH_P_ATALK); in aarp_send_reply()
183 eah->function = htons(AARP_REPLY); in aarp_send_reply()
225 skb->protocol = htons(ETH_P_ATALK); in aarp_send_probe()
230 eah->hw_type = htons(AARP_HW_TYPE_ETHERNET); in aarp_send_probe()
231 eah->pa_type = htons(ETH_P_ATALK); in aarp_send_probe()
234 eah->function = htons(AARP_PROBE); in aarp_send_probe()
457 if (iface->address.s_net != htons(sa->sat_addr.s_net) || in aarp_send_probe_phase1()
461 iface->address.s_net = htons(sa->sat_addr.s_net); in aarp_send_probe_phase1()
580 *((__be16 *)skb->data) = htons(skb->len); in aarp_send_ddp()
598 skb->protocol = htons(ETH_P_PPPTALK); in aarp_send_ddp()
608 skb->protocol = htons(ETH_P_ATALK); in aarp_send_ddp()