Searched defs:sockaddr_ll_ptr (Results 1 – 1 of 1) sorted by relevance
207 struct sockaddr_ll_ptr { struct208 sa_family_t sll_family; /* Always AF_PACKET */209 uint16_t sll_protocol; /* Physical-layer protocol */210 int sll_ifindex; /* Interface number */211 uint16_t sll_hatype; /* ARP hardware type */212 uint8_t sll_pkttype; /* Packet type */213 uint8_t sll_halen; /* Length of address */214 uint8_t *sll_addr; /* Physical-layer address */