Home
last modified time | relevance | path

Searched refs:lastreq (Results 1 – 24 of 24) sorted by relevance

/dports/net/hping3/hping3-20051105/
H A Dgethostname.c26 static char lastreq[1024] = {'\0'}; /* last request */ in get_hostname() local
36 if (!strcmp(addr, lastreq)) in get_hostname()
39 strlcpy(lastreq, addr, 1024); in get_hostname()
/dports/net/hping/hping2-rc3/
H A Dgethostname.c24 static char lastreq[1024] = {'\0'}; /* last request */ in get_hostname() local
34 if (!strcmp(addr, lastreq)) in get_hostname()
37 strlcpy(lastreq, addr, 1024); in get_hostname()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/p2p/nat/
H A Dnatupnp.go130 lastreq := time.Since(n.lastReqTime)
131 if lastreq < rateLimit {
132 time.Sleep(rateLimit - lastreq)
/dports/science/lammps/lammps-stable_29Sep2021/tools/i-pi/ipi/interfaces/
H A Dsockets.py133 self.lastreq = None
604 c.lastreq = r["id"] # saves the ID of the request that the client has just processed
639 if match_ids == "match" and not fc.lastreq is r["id"]:
641 elif match_ids == "none" and not fc.lastreq is None:
646 … with last-id %4s (% 3d/% 3d : %s)" % (match_ids, str(r["id"]), str(fc.lastreq), self.clients.in…
661 fc.locked = (fc.lastreq is r["id"])
/dports/x11-toolkits/xbae/xbae-4.60.4/src/
H A DInput.c460 char *lastreq = NULL; /* last required block */ in match() local
519 lastreq = tptr + 1; in match()
586 if (!lastreq && !optional) in match()
587 lastreq = tptr; in match()
717 if (lastreq && lastopt) { in match()
719 tptr = lastreq; in match()
/dports/net/dgd/dgd-1.4.23/src/host/win32/
H A Dconnect.c58 static ipaddr *lastreq; /* last request */ variable
113 qhead = qtail = ffirst = flast = lastreq = (ipaddr *) NULL; in ipa_init()
183 if (ipa->name[0] == '\0' && ipa != lastreq && in ipa_new()
188 lastreq = ipa; in ipa_new()
217 if (ipa == lastreq) { in ipa_new()
218 lastreq = (ipaddr *) NULL; in ipa_new()
260 lastreq = ipa; in ipa_new()
319 if (lastreq != (ipaddr *) NULL) { in ipa_lookup()
321 lastreq->name[recv(in, lastreq->name, MAXHOSTNAMELEN, 0)] = '\0'; in ipa_lookup()
340 lastreq = ipa; in ipa_lookup()
[all …]
/dports/net/dgd/dgd-1.4.23/src/host/unix/
H A Dconnect.c84 static ipaddr *lastreq; /* last request */ variable
193 qhead = qtail = ffirst = flast = lastreq = (ipaddr *) NULL; in ipa_init()
272 if (ipa->name[0] == '\0' && ipa != lastreq &&
277 lastreq = ipa;
306 if (ipa == lastreq) {
307 lastreq = (ipaddr *) NULL;
351 lastreq = ipa;
410 if (lastreq != (ipaddr *) NULL) {
412 lastreq->name[read(in, lastreq->name, MAXHOSTNAMELEN)] = '\0';
431 lastreq = ipa;
[all …]
/dports/devel/py-wsme/WSME-0.11.0/wsme/tests/
H A Dtest_protocols.py27 self.lastreq = context.request
H A Dtest_api.py172 assert p.lastreq.path == '/'
177 assert p.lastreq.path == '/touch'
/dports/sysutils/apachetop/apachetop-0.18.4/src/
H A Dapachetop.h110 time_t lastreq; member
H A Dapachetop.cc459 curfile->lastreq = now;
1020 this_file->lastreq = now;
/dports/graphics/epstool/epstool-3.09/src/
H A Dcgssrv.h132 GSREQ lastreq; member
/dports/security/shishi/shishi-1.0.2/doc/texi/
H A Dtkt.c.texi585 @var{lrtype}: lastreq type to extract, see Shishi_lrtype. E.g.,
588 Extract C time corresponding to given lastreq type field in the
592 lastreq field, or (time_t) -1.
682 Print a human readable representation of the various lastreq fields
/dports/mail/postfix-postfwd/postfwd-2.03/sbin/
H A Dpostfwd487 …my $lastreq = (($now - $Summary) > 0) ? (($Interval{request_set} || 0) + ($Interval{request_get} |…
488 $Top{request} = $lastreq if ($lastreq > ($Top{request} || 0)); $Top{request} ||= 0;
493 $lastreq,
3113 my $lastreq = (($now - $Summary) > 0) ? $Count{interval} / ($now - $Summary) * 60 : 0;
3115 $Count{top} = $lastreq if $lastreq > $Count{top};
3134 $lastreq,
H A Dpostfwd1487 …my $lastreq = (($now - $Summary) > 0) ? (($Interval{request_set} || 0) + ($Interval{request_get} |…
488 $Top{request} = $lastreq if ($lastreq > ($Top{request} || 0)); $Top{request} ||= 0;
493 $lastreq,
3113 my $lastreq = (($now - $Summary) > 0) ? $Count{interval} / ($now - $Summary) * 60 : 0;
3115 $Count{top} = $lastreq if $lastreq > $Count{top};
3134 $lastreq,
H A Dpostfwd2487 …my $lastreq = (($now - $Summary) > 0) ? (($Interval{request_set} || 0) + ($Interval{request_get} |…
488 $Top{request} = $lastreq if ($lastreq > ($Top{request} || 0)); $Top{request} ||= 0;
493 $lastreq,
3113 my $lastreq = (($now - $Summary) > 0) ? $Count{interval} / ($now - $Summary) * 60 : 0;
3115 $Count{top} = $lastreq if $lastreq > $Count{top};
3134 $lastreq,
H A Dpostfwd3487 …my $lastreq = (($now - $Summary) > 0) ? (($Interval{request_set} || 0) + ($Interval{request_get} |…
488 $Top{request} = $lastreq if ($lastreq > ($Top{request} || 0)); $Top{request} ||= 0;
493 $lastreq,
3113 my $lastreq = (($now - $Summary) > 0) ? $Count{interval} / ($now - $Summary) * 60 : 0;
3115 $Count{top} = $lastreq if $lastreq > $Count{top};
3134 $lastreq,
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/gadget/udc/
H A Dfsl_udc_core.c736 struct fsl_req *lastreq; in fsl_queue_td() local
737 lastreq = list_entry(ep->queue.prev, struct fsl_req, queue); in fsl_queue_td()
738 lastreq->tail->next_td_ptr = in fsl_queue_td()
H A Dmv_udc_core.c267 struct mv_req *lastreq; in queue_dtd() local
268 lastreq = list_entry(ep->queue.prev, struct mv_req, queue); in queue_dtd()
269 lastreq->tail->dtd_next = in queue_dtd()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/gadget/udc/
H A Dmv_udc_core.c267 struct mv_req *lastreq; in queue_dtd() local
268 lastreq = list_entry(ep->queue.prev, struct mv_req, queue); in queue_dtd()
269 lastreq->tail->dtd_next = in queue_dtd()
H A Dfsl_udc_core.c736 struct fsl_req *lastreq; in fsl_queue_td() local
737 lastreq = list_entry(ep->queue.prev, struct fsl_req, queue); in fsl_queue_td()
738 lastreq->tail->next_td_ptr = in fsl_queue_td()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/gadget/udc/
H A Dmv_udc_core.c267 struct mv_req *lastreq; in queue_dtd() local
268 lastreq = list_entry(ep->queue.prev, struct mv_req, queue); in queue_dtd()
269 lastreq->tail->dtd_next = in queue_dtd()
H A Dfsl_udc_core.c736 struct fsl_req *lastreq; in fsl_queue_td() local
737 lastreq = list_entry(ep->queue.prev, struct fsl_req, queue); in fsl_queue_td()
738 lastreq->tail->next_td_ptr = in fsl_queue_td()
/dports/security/shishi/shishi-1.0.2/doc/reference/html/
H A Dindex.sgml696 <ANCHOR id="shishi-tkt-lastreq" href="shishi/shishi-shishi.html#shishi-tkt-lastreq">
697 <ANCHOR id="shishi-tkt-lastreq-pretty-print" href="shishi/shishi-shishi.html#shishi-tkt-lastreq-pre…