Home
last modified time | relevance | path

Searched refs:sll_hatype (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dif_packet.h18 unsigned short sll_hatype; member
/openbmc/inarp/
H A Dinarp.c120 addr.sll_hatype = ARPHRD_ETHER; in send_arp_packet()
/openbmc/linux/tools/testing/selftests/net/
H A Dpsock_tpacket.c735 ring->ll.sll_hatype = 0; in bind_ring()
/openbmc/linux/net/packet/
H A Daf_packet.c2247 sll->sll_hatype = dev->type; in packet_rcv()
2527 sll->sll_hatype = dev->type; in tpacket_rcv()
3689 sll->sll_hatype = dev->type; in packet_getname()
3698 sll->sll_hatype = 0; /* Bad: we have no ARPHRD_UNSPEC */ in packet_getname()
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h154 abi_ushort sll_hatype; /* ARP hardware type */ member
H A Dsyscall.c1669 lladdr->sll_hatype = tswap16(lladdr->sll_hatype); in target_to_host_sockaddr()
1709 target_ll->sll_hatype = tswap16(target_ll->sll_hatype); in host_to_target_sockaddr()
/openbmc/linux/Documentation/networking/
H A Dpacket_mmap.rst877 ll.sll_hatype = 0;