gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:LIST_FOREACH from t2ex/bsd_source/t2ex/network/net/src_bsd/net/if_tun.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/net/if_tun.c - 33.3KB - 1,241 lines
149:         simple_lock(&tun_softc_lock);
150:         LIST_FOREACH(tp, &tun_softc_list, tun_list)
151:                 if (unit == tp->tun_unit)
170: simple_lock(&tun_softc_lock); 171: LIST_FOREACH(tp, &tunz_softc_list, tun_list) 172: if (unit == tp->tun_unit)