gonzui


Format: Advanced Search

SearchGoogle itResults 11 - 20 of 20 for funcall:LIST_INSERT_HEAD (0.02 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/netinet/if_arp.c - 55.2KB - 1,677 lines
625:                 rt->rt_flags |= RTF_LLINFO;
626:                 LIST_INSERT_HEAD(&llinfo_arp, la, la_list);
627: 
bsd_source/t2ex/network/net/src_bsd/netinet/igmp.c - 22.5KB - 665 lines
112:         rti->rti_type = IGMP_v2_ROUTER;
113:         LIST_INSERT_HEAD(&rti_head, rti, rti_link);
114:         inm->inm_rti = rti;
More results from igmp.c
bsd_source/t2ex/network/net/src_bsd/netinet/in.c - 41.9KB - 1,225 lines
896:         ia->ia_addr = *sin;
897:         LIST_INSERT_HEAD(&IN_IFADDR_HASH(ia->ia_addr.sin_addr.s_addr), ia, ia_hash);
898: 
More results from in.c
bsd_source/t2ex/network/net/src_bsd/netinet/in_pcb.c - 36.2KB - 1,082 lines
311:             inph_queue);
312:         LIST_INSERT_HEAD(INPCBHASH_PORT(table, inp->inp_lport), &inp->inp_head,
313:             inph_lhash);
More results from in_pcb.c
bsd_source/t2ex/network/net/src_bsd/netinet/ip_encap.c - 27.8KB - 992 lines
511: 
512:         LIST_INSERT_HEAD(&encaptab, ep, chain);
513: #ifdef USE_RADIX
bsd_source/t2ex/network/net/src_bsd/netinet/ip_flow.c - 15.7KB - 521 lines
100: do { \
101:         LIST_INSERT_HEAD((bucket), (ipf), ipf_hash); \
102:         LIST_INSERT_HEAD(&ipflowlist, (ipf), ipf_list); \
More results from ip_flow.c
bsd_source/t2ex/network/net/src_bsd/netinet/ip_icmp.c - 44.0KB - 1,314 lines
257:         mc->mc_func = func;
258:         LIST_INSERT_HEAD(&icmp_mtudisc_callbacks, mc, mc_list);
259: 
bsd_source/t2ex/network/net/src_bsd/netinet/ip_input.c - 90.8KB - 2,575 lines
1258:                         goto dropfrag;
1259:                 LIST_INSERT_HEAD(ipqhead, fp, ipq_q);
1260:                 fp->ipq_nfrags = 1;
bsd_source/t2ex/network/net/src_bsd/netinet/tcp_input.c - 167.0KB - 4,503 lines
3452:         /* Link it from tcpcb entry */
3453:         LIST_INSERT_HEAD(&tp->t_sc, sc, sc_tpq);
3454: 
bsd_source/t2ex/network/net/src_bsdlib/libc/net/nsdispatch.c - 21.5KB - 709 lines
650:                 }
651:                 LIST_INSERT_HEAD(&_ns_drec, &drec, list);
652:                 mutex_unlock(&_ns_drec_lock);