Search | Google it | Results 1 - 1 of 1 for funcall:LIST_INIT from t2ex/bsd_source/t2ex/network/net/src_bsd/net/route.c (0.00 seconds) |
769: rt->rt_flags = RTF_UP | flags; 770: LIST_INIT(&rt->rt_timer); 771: RT_DPRINTF("rt->_rt_key = %p\n", (void *)rt->_rt_key); 1023: 1024: LIST_INIT(&rttimer_queue_head); 1025: callout_init(&rt_timer_ch, 0);