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

/freebsd-10.0-release/contrib/libpcap/
H A Dpcap-libdlpi.c71 linknamelist_t *lw_list; member in struct:linkwalk
91 if (lwp->lw_list == NULL) {
92 lwp->lw_list = entry;
94 entry->lnl_next = lwp->lw_list;
95 lwp->lw_list = entry;
280 for (entry = lw.lw_list; entry != NULL; entry = entry->lnl_next) {
286 for (entry = lw.lw_list; entry != NULL; entry = next) {

Completed in 112 milliseconds