Searched refs:lw_list (Results 1 - 1 of 1) sorted by relevance

/external/libpcap/
H A Dpcap-libdlpi.c70 linknamelist_t *lw_list; member in struct:linkwalk
90 if (lwp->lw_list == NULL) {
91 lwp->lw_list = entry;
93 entry->lnl_next = lwp->lw_list;
94 lwp->lw_list = entry;
282 for (entry = lw.lw_list; entry != NULL; entry = entry->lnl_next) {
288 for (entry = lw.lw_list; entry != NULL; entry = next) {

Completed in 3509 milliseconds