Searched refs:sll (Results 1 – 1 of 1) sorted by relevance
122 sockaddr_ll* sll = reinterpret_cast<sockaddr_ll*>(&addr); in SetPacketAttributes() local123 sll->sll_ifindex = ifindex; in SetPacketAttributes()124 sll->sll_hatype = hatype; in SetPacketAttributes()125 sll->sll_halen = halen; in SetPacketAttributes()155 sockaddr_ll* sll = reinterpret_cast<sockaddr_ll*>(ss); in SockaddrBytes() local156 return reinterpret_cast<uint8_t*>(&sll->sll_addr); in SockaddrBytes()