Home
last modified time | relevance | path

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

/webrtc/util/src/ifaces/ffi/android/
H A Difaddrs.c336 size_t l_dataSize = 0; in interpretLink() local
353 l_dataSize += NLMSG_ALIGN(l_rtaSize); in interpretLink()
360 l_entry = malloc(sizeof(struct ifaddrs) + sizeof(int) + l_nameSize + l_addrSize + l_dataSize); in interpretLink()