- t2ex
- bsd_source/t2ex/network/net/src_bsd/netinet/igmp.c - 22.5KB - 665 lines
97: /* this function is called at splsoftnet() */
98: LIST_FOREACH(rti, &rti_head, rti_link) {
99: if (rti->rti_ifp == inm->inm_ifp) {
- More results from igmp.c
- bsd_source/t2ex/network/net/src_bsd/netinet/in.c - 41.9KB - 1,225 lines
359: if (ifra->ifra_addr.sin_family == AF_INET)
360: LIST_FOREACH(ia,
361: &IN_IFADDR_HASH(ifra->ifra_addr.sin_addr.s_addr),
- bsd_source/t2ex/network/net/src_bsd/netinet/in_pcb.c - 36.2KB - 1,082 lines
833: head = INPCBHASH_PORT(table, lport);
834: LIST_FOREACH(inph, head, inph_lhash) {
835: inp = (struct inpcb *)inph;
- More results from in_pcb.c
- bsd_source/t2ex/network/net/src_bsd/netinet/in_var.h - 13.0KB - 369 lines
162: { \
163: LIST_FOREACH(ia, &IN_IFADDR_HASH((addr).s_addr), ia_hash) { \
164: if (in_hosteq(ia->ia_addr.sin_addr, (addr))) \
- More results from in_var.h
- bsd_source/t2ex/network/net/src_bsd/netinet/ip_encap.c - 27.8KB - 992 lines
322:
323: LIST_FOREACH(ep, &encaptab, chain) {
324: if (ep->af != AF_INET)
- More results from ip_encap.c
- bsd_source/t2ex/network/net/src_bsd/netinet/ip_flow.c - 15.7KB - 521 lines
138:
139: LIST_FOREACH(ipf, &ipflowtable[hash], ipf_hash) {
140: if (ip->ip_dst.s_addr == ipf->ipf_dst.s_addr
- bsd_source/t2ex/network/net/src_bsd/netinet/ip_input.c - 90.8KB - 2,575 lines
864: downmatch = 0;
865: LIST_FOREACH(ia, &IN_IFADDR_HASH(ip->ip_dst.s_addr), ia_hash) {
866: if (in_hosteq(ia->ia_addr.sin_addr, ip->ip_dst)) {
- More results from ip_input.c
- bsd_source/t2ex/network/net/src_bsd/netinet/ip_output.c - 67.3KB - 1,940 lines
1568: } else {
1569: LIST_FOREACH(ia, &IN_IFADDR_HASH(a->s_addr), ia_hash) {
1570: if (in_hosteq(ia->ia_addr.sin_addr, *a) &&
- bsd_source/t2ex/network/net/src_bsd/netinet6/in6_var.h - 28.7KB - 703 lines
563: return NULL;
564: LIST_FOREACH(in6m, &ia->ia6_multiaddrs, in6m_entry) {
565: if (IN6_ARE_ADDR_EQUAL(&in6m->in6m_addr, addr))
- More results from in6_var.h
- bsd_source/t2ex/network/net/src_bsdlib/libc/net/nsdispatch.c - 21.5KB - 709 lines
646: mutex_lock(&_ns_drec_lock);
647: LIST_FOREACH(ldrec, &_ns_drec, list) {
648: if (ldrec->thr == drec.thr)