Search | Google it | Results 1 - 1 of 1 for funcall:LIST_FIRST from t2ex/bsd_source/t2ex/network/net/src_bsd/net/route.c (0.00 seconds) |
1121: 1122: while ((r = LIST_FIRST(&rt->rt_timer)) != NULL) { 1123: LIST_REMOVE(r, rtt_link); 1273: 1274: while ((ro = LIST_FIRST(rtlist)) != NULL) { 1275: KASSERT(ro->_ro_rt != NULL);