Searched defs:sockaddr_ll_ptr (Results 1 – 1 of 1) sorted by relevance
216 struct sockaddr_ll_ptr { struct217 sa_family_t sll_family; /* Always AF_PACKET */218 uint16_t sll_protocol; /* Physical-layer protocol */219 int sll_ifindex; /* Interface number */220 uint16_t sll_hatype; /* ARP hardware type */221 uint8_t sll_pkttype; /* Packet type */222 uint8_t sll_halen; /* Length of address */223 uint8_t *sll_addr; /* Physical-layer address, big endian */