Home
last modified time | relevance | path

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

/webrtc/util/src/ifaces/ffi/android/
H A Difaddrs.c334 size_t l_nameSize = 0; in interpretLink() local
350 l_nameSize += NLMSG_ALIGN(l_rtaSize + 1); in interpretLink()
360 l_entry = malloc(sizeof(struct ifaddrs) + sizeof(int) + l_nameSize + l_addrSize + l_dataSize); in interpretLink()
370 l_addr = l_name + l_nameSize; in interpretLink()
448 size_t l_nameSize = 0; in interpretAddr() local
484 l_nameSize += NLMSG_ALIGN(l_rtaDataSize + 1); in interpretAddr()
491 l_entry = malloc(sizeof(struct ifaddrs) + l_nameSize + l_addrSize); in interpretAddr()
500 l_addr = l_name + l_nameSize; in interpretAddr()