Searched defs:sockaddr_ll_ptr (Results 1 – 1 of 1) sorted by relevance
225 struct sockaddr_ll_ptr { struct226 sa_family_t sll_family; /**< Always AF_PACKET */227 uint16_t sll_protocol; /**< Physical-layer protocol */228 int sll_ifindex; /**< Interface number */229 uint16_t sll_hatype; /**< ARP hardware type */230 uint8_t sll_pkttype; /**< Packet type */231 uint8_t sll_halen; /**< Length of address */232 uint8_t *sll_addr; /**< Physical-layer address, big endian */