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

/freebsd-11-stable/contrib/libpcap/
H A Dpcap-libdlpi.c65 linknamelist_t *lw_list; member in struct:linkwalk
85 if (lwp->lw_list == NULL) {
86 lwp->lw_list = entry;
88 entry->lnl_next = lwp->lw_list;
89 lwp->lw_list = entry;
353 for (entry = lw.lw_list; entry != NULL; entry = entry->lnl_next) {
364 for (entry = lw.lw_list; entry != NULL; entry = next) {

Completed in 144 milliseconds