- t2ex
- bsd_source/t2ex/network/net/src_bsd/kern/subr_hash.c - 4.7KB - 132 lines
88: for (i = 0; i < hashsize; i++)
89: LIST_INIT(&hashtbl_list[i]);
90: break;
- bsd_source/t2ex/network/net/src_bsd/kern/subr_pool.c - 105.3KB - 3,534 lines
929: */
930: LIST_INIT(&pp->pr_emptypages);
931: LIST_INIT(&pp->pr_fullpages);
- More results from subr_pool.c
- bsd_source/t2ex/network/net/src_bsd/net/bpf.c - 56.1KB - 2,015 lines
416: mutex_enter(&bpf_mtx);
417: LIST_INIT(&bpf_list);
418: mutex_exit(&bpf_mtx);
- bsd_source/t2ex/network/net/src_bsd/net/if_ethersubr.c - 51.3KB - 1,589 lines
1113:
1114: LIST_INIT(&ec->ec_multiaddrs);
1115: ifp->if_broadcastaddr = etherbroadcastaddr;
- bsd_source/t2ex/network/net/src_bsd/net/if_tun.c - 33.3KB - 1,241 lines
123: simple_lock_init(&tun_softc_lock);
124: LIST_INIT(&tun_softc_list);
125: LIST_INIT(&tunz_softc_list);
- More results from if_tun.c
- bsd_source/t2ex/network/net/src_bsd/net/raw_usrreq.c - 9.6KB - 338 lines
64:
65: LIST_INIT(&rawcb);
66: }
- More results from raw_usrreq.c
- bsd_source/t2ex/network/net/src_bsd/net/route.c - 44.7KB - 1,375 lines
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);
- More results from route.c
- bsd_source/t2ex/network/net/src_bsd/netinet/in.c - 41.9KB - 1,225 lines
426: ia->ia_idsalt = arc4random() % 65535;
427: LIST_INIT(&ia->ia_multiaddrs);
428: newifaddr = 1;
- bsd_source/t2ex/network/net/src_bsd/netinet/ip_encap.c - 27.8KB - 992 lines
215: */
216: LIST_INIT(&encaptab);
217: #endif
- bsd_source/t2ex/network/net/src_bsd/netinet/ip_flow.c - 15.7KB - 521 lines
165:
166: LIST_INIT(&ipflowlist);
167: for (i = 0; i < ip_hashsize; i++)
- More results from ip_flow.c