Home
last modified time | relevance | path

Searched refs:l_addrSize (Results 1 – 1 of 1) sorted by relevance

/webrtc/util/src/ifaces/ffi/android/
H A Difaddrs.c335 size_t l_addrSize = 0; in interpretLink() local
347 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() local
472 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()