Searched defs:sockaddr_ll (Results 1 – 2 of 2) sorted by relevance
197 struct sockaddr_ll { struct198 sa_family_t sll_family; /**< Always AF_PACKET */199 uint16_t sll_protocol; /**< Physical-layer protocol */200 int sll_ifindex; /**< Interface number */201 uint16_t sll_hatype; /**< ARP hardware type */225 struct sockaddr_ll_ptr { argument
92 struct nsos_mid_sockaddr_ll sockaddr_ll; member