Searched defs:target_sockaddr_ll (Results 1 – 1 of 1) sorted by relevance
150 struct target_sockaddr_ll { struct151 abi_ushort sll_family; /* Always AF_PACKET */152 abi_ushort sll_protocol; /* Physical layer protocol */153 abi_int sll_ifindex; /* Interface number */154 abi_ushort sll_hatype; /* ARP hardware type */155 uint8_t sll_pkttype; /* Packet type */156 uint8_t sll_halen; /* Length of address */157 uint8_t sll_addr[8]; /* Physical layer address */