Searched refs:l_addrSize (Results 1 – 1 of 1) sorted by relevance
335 size_t l_addrSize = 0; in interpretLink() local347 l_addrSize += NLMSG_ALIGN(calcAddrLen(AF_PACKET, l_rtaDataSize)); in interpretLink()360 l_entry = malloc(sizeof(struct ifaddrs) + sizeof(int) + l_nameSize + l_addrSize + l_dataSize); in interpretLink()371 l_data = l_addr + l_addrSize; in interpretLink()449 size_t l_addrSize = 0; in interpretAddr() local472 l_addrSize += NLMSG_ALIGN(calcAddrLen(l_info->ifa_family, l_rtaDataSize)); in interpretAddr()476 l_addrSize += NLMSG_ALIGN(calcAddrLen(l_info->ifa_family, l_rtaDataSize)); in interpretAddr()481 l_addrSize += NLMSG_ALIGN(calcAddrLen(l_info->ifa_family, l_rtaDataSize)); in interpretAddr()491 l_entry = malloc(sizeof(struct ifaddrs) + l_nameSize + l_addrSize); in interpretAddr()