| /netbsd-src/usr.sbin/mrinfo/ |
| H A D | mrinfo.c | 208 int ncount; in accept_neighbors() local 214 ncount = *p++; in accept_neighbors() 215 while (--ncount >= 0) { in accept_neighbors() 247 int ncount; in accept_neighbors2() local 254 ncount = *p++; in accept_neighbors2() 255 if (broken_cisco && ncount == 0) /* dumb Ciscos */ in accept_neighbors2() 256 ncount = 1; in accept_neighbors2() 257 if (broken_cisco && ncount > 15) /* dumb Ciscos */ in accept_neighbors2() 258 ncount = ncount & 0xf; in accept_neighbors2() 259 while (--ncount >= 0 && p < ep) { in accept_neighbors2()
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
| H A D | rdataslab.c | 489 unsigned int ocount, ncount, count, olength, tlength, tcount, length; in dns_rdataslab_merge() local 520 ncount = *ncurrent++ * 256; in dns_rdataslab_merge() 521 ncount += *ncurrent++; in dns_rdataslab_merge() 523 ncurrent += (4 * ncount); in dns_rdataslab_merge() 525 INSIST(ocount > 0 && ncount > 0); in dns_rdataslab_merge() 528 oncount = ncount; in dns_rdataslab_merge() 580 ncount--; in dns_rdataslab_merge() 581 } while (ncount > 0); in dns_rdataslab_merge() 582 ncount = nncount; in dns_rdataslab_merge() 584 if (((flags & DNS_RDATASLAB_EXACT) != 0) && (tcount != ncount + ocount)) in dns_rdataslab_merge() [all …]
|
| /netbsd-src/external/mpl/bind/dist/lib/dns/ |
| H A D | rdataslab.c | 528 unsigned int ocount, ncount, count, olength, tlength, tcount, length; in dns_rdataslab_merge() 558 ncount = get_uint16(ncurrent); in dns_rdataslab_merge() 560 ncurrent += (4 * ncount); in dns_rdataslab_merge() 562 INSIST(ocount > 0 && ncount > 0); in dns_rdataslab_merge() 564 if (maxrrperset > 0 && ocount + ncount > maxrrperset) { in dns_rdataslab_merge() 569 oncount = ncount; in dns_rdataslab_merge() 620 ncount--; in dns_rdataslab_merge() 621 } while (ncount > 0); in dns_rdataslab_merge() 622 ncount = nncount; in dns_rdataslab_merge() 624 if (((flags & DNS_RDATASLAB_EXACT) != 0) && (tcount != ncount in dns_rdataslab_merge() 489 unsigned int ocount, ncount, count, olength, tlength, tcount, length; dns_rdataslab_merge() local [all...] |
| /netbsd-src/usr.sbin/map-mbone/ |
| H A D | mapper.c | 310 u_char metric, threshold, ncount; in accept_neighbors() local 325 ncount = *p++; in accept_neighbors() 387 while (ncount--) { in accept_neighbors() 445 u_char metric, threshold, ncount, flags; in accept_neighbors2() local 461 ncount = *p++; in accept_neighbors2() 464 if (broken_cisco && ncount == 0) /* dumb Ciscos */ in accept_neighbors2() 465 ncount = 1; in accept_neighbors2() 466 if (broken_cisco && ncount > 15) /* dumb Ciscos */ in accept_neighbors2() 467 ncount = ncount & 0xf; in accept_neighbors2() 528 while (ncount-- && datalen > 0) { in accept_neighbors2()
|
| /netbsd-src/usr.sbin/mrouted/ |
| H A D | vif.c | 693 u_char *p, *ncount; in accept_neighbor_request() local 738 ncount = 0; in accept_neighbor_request() 743 if (datalen + (ncount == 0 ? 4 + 3 + 4 : 4) > MAX_DVMRP_DATA_LEN) { in accept_neighbor_request() 748 ncount = 0; in accept_neighbor_request() 752 if (ncount == 0) { in accept_neighbor_request() 756 ncount = p; in accept_neighbor_request() 763 (*ncount)++; in accept_neighbor_request() 780 u_char *p, *ncount; in accept_neighbor_request2() local 830 ncount = 0; in accept_neighbor_request2() 857 if (datalen + (ncount == 0 ? 4+4+4 : 4) > MAX_DVMRP_DATA_LEN) { in accept_neighbor_request2() [all …]
|
| /netbsd-src/usr.sbin/tprof/ |
| H A D | tprof_analyze.c | 65 unsigned int ncount[TPROF_MAXCOUNTERS]; /* count per event */ member 257 a->ncount[c] = 1; in tprof_analyze() 268 o->ncount[c]++; in tprof_analyze() 330 printf(" %8u", a->ncount[c]); in tprof_analyze()
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | pef.c | 921 long ncount = 0; in bfd_pef_parse_symbols() local 923 &ncount, csym); in bfd_pef_parse_symbols() 924 count += ncount; in bfd_pef_parse_symbols() 929 unsigned long ncount = 0; in bfd_pef_parse_symbols() local 931 (abfd, codesec, codebuf, codelen, loaderbuf, loaderlen, &ncount, in bfd_pef_parse_symbols() 933 count += ncount; in bfd_pef_parse_symbols()
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | pef.c | 919 long ncount = 0; in bfd_pef_parse_symbols() local 921 &ncount, csym); in bfd_pef_parse_symbols() 922 count += ncount; in bfd_pef_parse_symbols() 927 unsigned long ncount = 0; in bfd_pef_parse_symbols() local 929 (abfd, codesec, codebuf, codelen, loaderbuf, loaderlen, &ncount, in bfd_pef_parse_symbols() 931 count += ncount; in bfd_pef_parse_symbols()
|
| /netbsd-src/sys/kern/ |
| H A D | kern_tc.c | 918 u_int delta, ncount, ogen; in tc_windup() local 946 ncount = timecounter->tc_get_timecount(timecounter); in tc_windup() 948 ncount = 0; in tc_windup() 999 th->th_offset_count = ncount; in tc_windup()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-ssa-loop-im.c | 1878 int nbbs = 0, ncount = 0; in execute_sm_if_changed() local 1899 count_sum += (*it)->count, ncount ++; in execute_sm_if_changed() 1909 else if (ncount == nbbs in execute_sm_if_changed()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-ssa-loop-im.cc | 2028 int nbbs = 0, ncount = 0; in execute_sm_if_changed() local 2049 count_sum += (*it)->count, ncount ++; in execute_sm_if_changed() 2059 else if (ncount == nbbs in execute_sm_if_changed()
|
| /netbsd-src/etc/ |
| H A D | services | 18269 # ncount-issuer tcp n-Count electronic value [n-Count_Technology_BV] … 22776 … n-Count Technology B.V. mailto:ncount&dejongfrz.nl …
|