gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:softint_establish 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
225:         tp->tun_flags |= TUN_INITED;
226:         tp->tun_osih = softint_establish(SOFTINT_CLOCK, tun_o_softintr, tp);
227: #ifdef T2EX
231: #endif 232: tp->tun_isih = softint_establish(SOFTINT_CLOCK, tun_i_softintr, tp); 233: #ifdef T2EX