Searched defs:sockaddr_ll (Results 1 – 1 of 1) sorted by relevance
21 struct sockaddr_ll { struct22 …har sll_len; /* Total length of sockaddr */23 …har sll_family; /* AF_PACKET */24 …hort sll_protocol; /* Physical layer protocol */25 …hort sll_hatype; /* ARP hardware type */26 …har sll_pkttype; /* packet type */27 …har sll_halen; /* Length of address */28 …har sll_addr[8]; /* Physical layer address */29 … sll_ifindex; /* Interface number */
Completed in 2 milliseconds