Home
last modified time | relevance | path

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

/external/tcpdump/missing/
Dgetaddrinfo.c517 char **aplist = NULL, *apbuf = NULL; local
605 apbuf = (char *)malloc(hp->h_length * naddrs);
606 if (aplist == NULL || apbuf == NULL) {
616 memcpy(&apbuf[i * hp->h_length], hp->h_addr_list[i],
618 aplist[i] = &apbuf[i * hp->h_length];
669 if (apbuf)
670 free(apbuf);