HomeSort by relevance Sort by last modified time
    Searched full:aplist (Results 1 - 5 of 5) sorted by null

  /external/tcpdump/missing/
getaddrinfo.c 517 char **aplist = NULL, *apbuf = NULL; local
595 aplist = hp->h_addr_list;
604 aplist = (char **)malloc(sizeof(aplist[0]) * naddrs);
606 if (aplist == NULL || apbuf == NULL) {
610 memset(aplist, 0, sizeof(aplist[0]) * naddrs);
613 aplist[i] = NULL;
618 aplist[i] = &apbuf[i * hp->h_length];
622 for (i = 0; aplist[i] != NULL; i++)
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
apConn.c     [all...]
admCtrlWpa2.c 419 static void admCtrlWpa2_buildAndSendPMKIDCandList(TI_HANDLE hHandle, TBssidList4PreAuth *apList);
    [all...]
  /external/srec/srec/crec/
astar.c 532 stack->active_paths = (partial_path**)CALLOC_CLR(stack->max_active_paths, sizeof(partial_path*), "search.astar.aplist");
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c     [all...]

Completed in 628 milliseconds