HomeSort by: relevance | last modified time | path
    Searched refs:ntop (Results 1 - 19 of 19) sorted by relevancy

  /src/usr.sbin/altq/altqstat/
qdisc_wfq.c 58 #define NTOP 10
59 static int ntop = NTOP; variable
88 if ((top = malloc(ntop * sizeof(struct wfqinfo *))) == NULL)
101 for (j = 0; j < ntop; j++)
124 for (j = 0; j < ntop; j++) {
133 for (k = ntop-1; k > j; k--)
146 for (j = 0; j < ntop; j++) {
162 mvcur(ntop+1, 0, 0, 0);
  /src/crypto/external/bsd/openssh/dist/
canohost.c 48 char ntop[NI_MAXHOST]; local
70 if ((r = getnameinfo((struct sockaddr *)&addr, addrlen, ntop,
71 sizeof(ntop), NULL, 0, flags)) != 0) {
76 return xstrdup(ntop);
sshconnect.c 398 char ntop[NI_MAXHOST]; local
463 ntop, sizeof(ntop), NULL, 0, NI_NUMERICHOST)) != 0) {
468 error("bind %s: %s", ntop, strerror(errno));
471 debug_f("bound to %s", ntop);
501 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
505 memset(ntop, 0, sizeof(ntop));
525 ntop, sizeof(ntop), strport, sizeof(strport)
672 char ntop[NI_MAXHOST]; local
    [all...]
sshd.c 819 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
830 ntop, sizeof(ntop), strport, sizeof(strport),
861 debug("Bind to port %s on %s.", strport, ntop);
871 strport, ntop, strerror(errno));
881 ntop, strport, strerror(errno));
883 ntop, strport,
packet.c 550 const char *ntop = ssh_remote_ipaddr(ssh); local
558 return xstrdup(ntop);
561 debug3_f("trying to reverse map address %.100s.", ntop);
566 return xstrdup(ntop);
579 name, ntop);
581 return xstrdup(ntop);
601 "[%s] failed.", name, ntop);
602 return xstrdup(ntop);
608 (strcmp(ntop, ntop2) == 0))
616 "map back to the address.", ntop, name)
    [all...]
channels.c 1681 char dest_addr[255+1], ntop[INET6_ADDRSTRLEN]; local
1762 if (inet_ntop(af, dest_addr, ntop, sizeof(ntop)) == NULL)
1764 c->path = xstrdup(ntop);
3893 char ntop[NI_MAXHOST], strport[NI_MAXSERV]; local
3963 if (getnameinfo(ai->ai_addr, ai->ai_addrlen, ntop, sizeof(ntop),
3973 verbose("socket [%s]:%s: %.100s", ntop, strport,
3981 ntop, strport);
3990 ntop, strport, strerror(errno))
4679 char ntop[NI_MAXHOST]; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_blind.c 179 size_t i, rtop = r->top, ntop = n->top; local
183 mask = (BN_ULONG)0 - ((i - ntop) >> (8 * sizeof(i) - 1));
186 mask = (BN_ULONG)0 - ((rtop - ntop) >> (8 * sizeof(ntop) - 1));
187 /* always true, if (rtop >= ntop) n->top = r->top; */
188 n->top = (int)(rtop & ~mask) | (ntop & mask);
  /src/crypto/external/bsd/openssl/dist/crypto/bn/
bn_blind.c 182 size_t i, rtop = r->top, ntop = n->top; local
186 mask = (BN_ULONG)0 - ((i - ntop) >> (8 * sizeof(i) - 1));
189 mask = (BN_ULONG)0 - ((rtop - ntop) >> (8 * sizeof(ntop) - 1));
190 /* always true, if (rtop >= ntop) n->top = r->top; */
191 n->top = (int)(rtop & ~mask) | (ntop & mask);
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/
bn_blind.c 168 size_t i, rtop = r->top, ntop = n->top; local
172 mask = (BN_ULONG)0 - ((i - ntop) >> (8 * sizeof(i) - 1));
175 mask = (BN_ULONG)0 - ((rtop - ntop) >> (8 * sizeof(ntop) - 1));
176 /* always true, if (rtop >= ntop) n->top = r->top; */
177 n->top = (int)(rtop & ~mask) | (ntop & mask);
  /src/external/bsd/jemalloc/dist/src/
tcache.c 294 cache_bin_sz_t ntop = ncached - nremote, cnt = 0; local
295 assert(ntop > 0 && ntop < ncached);
297 * Scan the [head, head + ntop) part of the cache bin, during which
301 * While the [head + cnt, head + ntop) part contains only remote ptrs.
304 for (void **cur = head; cur < head + ntop; cur++) {
333 * Scan the [head + ntop, head + ncached) part of the cache bin,
336 for (void **cur = head + ntop; cur < head + ncached; cur++) {
338 if (cnt == ntop) {
350 assert(cnt == ntop);
    [all...]
  /src/external/bsd/ipf/dist/tools/
ippool_y.y 772 ip_pool_node_t *ntop, *ipn, node, *last;
781 ntop = NULL;
793 ntop = ipn;
799 return ntop;
  /src/external/lgpl3/gmp/dist/mpn/x86_64/nano/
dive_1.asm 109 L(ntop):mul %r11 C carry limb in rdx 0 10
118 jnz L(ntop)
  /src/bin/sh/
parser.c 186 union node *ntop, *n1, *n2, *n3; local
194 ntop = n1 = NULL;
212 if (ntop == NULL)
213 ntop = n2;
217 n1->nbinary.ch1 = ntop;
219 ntop = n1;
238 return ntop;
240 return ntop;
246 return ntop;
250 return ntop;
    [all...]
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/tests/
dns-push.c 171 char ntop[INET6_ADDRSTRLEN]; local
179 inet_ntop(AF_INET, &rr->data.a, ntop, sizeof(ntop));
186 inet_ntop(AF_INET6, &rr->data.aaaa, ntop, sizeof(ntop));
188 INFO("%s: %s %s record #%d: %s", name, rr->ttl == 0xffffffff ? "removed" : "added", record_name, num, ntop);
  /src/external/lgpl3/gmp/dist/mpn/arm/v6t2/
divrem_1.asm 188 L(ntop):ldr r1, [up, #-4]!
200 bne L(ntop)
  /src/external/lgpl3/gmp/dist/mpn/x86_64/
bdiv_q_1.asm 138 L(ntop):mul %r11 C carry limb in rdx 0 10
147 jnz L(ntop)
divrem_1.asm 157 L(ntop):mov (up,un,8), %r10 C K8-K10 P6-CNR P6-NHM P4
176 jns L(ntop) C
  /src/external/bsd/libevent/dist/
http.c 4363 char ntop[NI_MAXHOST]; local
4369 ntop, sizeof(ntop), strport, sizeof(strport),
4384 ntop, sizeof(ntop), strport, sizeof(strport),
4390 *phost = mm_strdup(ntop);
  /src/external/bsd/ntp/dist/sntp/libevent/
http.c 4361 char ntop[NI_MAXHOST]; local
4367 ntop, sizeof(ntop), strport, sizeof(strport),
4382 ntop, sizeof(ntop), strport, sizeof(strport),
4388 *phost = mm_strdup(ntop);

Completed in 44 milliseconds