Home
last modified time | relevance | path

Searched refs:startts (Results 1 – 17 of 17) sorted by relevance

/dports/security/suricata/suricata-6.0.4/src/
H A Doutput-json-netflow.c199 CreateIsoTimeString(&f->startts, timebuf1, sizeof(timebuf1)); in NetFlowLogEveToServer()
205 int32_t age = f->lastts.tv_sec - f->startts.tv_sec; in NetFlowLogEveToServer()
243 CreateIsoTimeString(&f->startts, timebuf1, sizeof(timebuf1)); in NetFlowLogEveToClient()
249 int32_t age = f->lastts.tv_sec - f->startts.tv_sec; in NetFlowLogEveToClient()
H A Dflow-manager.c766 struct timeval startts; in FlowManager() local
767 memset(&startts, 0, sizeof(startts)); in FlowManager()
768 gettimeofday(&startts, NULL); in FlowManager()
991 timersub(&endts, &startts, &total_run_time); in FlowManager()
1089 struct timeval startts; in FlowRecycler() local
1090 memset(&startts, 0, sizeof(startts)); in FlowRecycler()
1091 gettimeofday(&startts, NULL); in FlowRecycler()
1178 timersub(&endts, &startts, &total_run_time); in FlowRecycler()
H A Dflow-util.c196 COPY_TIMESTAMP(&p->ts, &f->startts); in FlowInit()
200 const uint32_t timeout_at = (uint32_t)f->startts.tv_sec + f->timeout_policy; in FlowInit()
H A Dutil-lua-common.c232 const struct timeval *startts, in LuaCallbackFlowTimestampsPushToStack() argument
235 lua_pushnumber(luastate, (double)startts->tv_sec); in LuaCallbackFlowTimestampsPushToStack()
237 lua_pushnumber(luastate, (double)startts->tv_usec); in LuaCallbackFlowTimestampsPushToStack()
253 return LuaCallbackFlowTimestampsPushToStack(luastate, &flow->startts, in LuaCallbackFlowTimestamps()
268 CreateTimeString(&flow->startts, timebuf, sizeof(timebuf)); in LuaCallbackTimeStringPushToStackFromFlow()
H A Dflow.h493 struct timeval startts; member
675 (int64_t)(f->startts.tv_sec & 0x0000FFFF) << 16 | in FlowGetId()
676 (int64_t)(f->startts.tv_usec & 0x0000FFFF); in FlowGetId()
H A Doutput-json-flow.c222 CreateIsoTimeString(&f->startts, timebuf1, sizeof(timebuf1)); in EveAddFlow()
239 int32_t age = f->lastts.tv_sec - f->startts.tv_sec; in EveFlowLogJSON()
H A Dflow-hash.c892 f->startts.tv_sec = ttime->tv_sec; in FlowGetFromFlowKey()
893 f->startts.tv_usec = ttime->tv_nsec * 1000; in FlowGetFromFlowKey()
894 f->lastts = f->startts; in FlowGetFromFlowKey()
H A Dalert-debuglog.c207 CreateTimeString(&p->flow->startts, timebuf, sizeof(timebuf)); in AlertDebugLogger()
H A Dapp-layer-htp.c841 htp_connp_open(hstate->connp, NULL, f->sp, NULL, f->dp, &f->startts); in Setup()
/dports/sysutils/lbl-hf/hf-1.9/
H A Dhf.l224 struct timeval startts; /* start time for rate limit calculation */ variable
419 gettime(&startts);
1094 timersub(&now, &startts, &delta); in calculaterate()
1227 timersub(&now, &startts, &delta); in reportinfo()
/dports/net/kcat/kcat-1.7.0/
H A Dkcat.h131 int64_t startts; member
H A Dkcat.c926 partition)->offset = conf.startts; in get_offsets()
1015 if (conf.startts) { in consumer_run()
2072 conf.startts = strtoll(optarg+2, NULL, 10); in argparse()
2496 if (conf.stopts || conf.startts) in main()
/dports/www/serendipity/Serendipity-2.3.5/include/
H A Dfunctions_entries.inc.php256 …$startts = serendipity_serverOffsetHour(mktime(0, 0, 0, $month, ($day == 0 ? 1 : $day), $year), tr…
266 $cond['and'] = " WHERE e.timestamp >= $startts AND e.timestamp <= $endts";
268 $startts = serendipity_serverOffsetHour((int)$range[0], true);
270 $cond['and'] = " WHERE e.timestamp >= $startts AND e.timestamp <= $endts";
/dports/deskutils/egroupware/egroupware/calendar/inc/
H A Dclass.calendar_boupdate.inc.php382 $startts = $date->format('ts');
385 if ($startts+$duration < $this->now_su) continue;
391 … $startts > $this->config['horizont'])) // we are behind horizon for which recurrences are rendered
402 'start' => $startts,
403 'end' => $startts+$duration,
414 …potential overlapping events for users %1 from %2 to %3',false,$users,$startts,$startts+$duration);
/dports/security/suricata/suricata-6.0.4/doc/userguide/lua/
H A Dlua-functions.rst75 startts, lastts = SCFlowTimestamps()
83 startts = SCFlowTimeString()
/dports/graphics/py-gphoto2/gphoto2-2.2.4/examples/
H A Dcam-conf-view-gui.py1087 startts = time.time()
1100 self.singleStatusMsg = "Captured image: {} [{:.3f} s]".format(imgpathname, endts-startts)
/dports/net-mgmt/smokeping/SmokePing-2.8.2/lib/
H A DSmokeping.pm4835 my $startts = Time::HiRes::time();
4860 my $runtime = $now - $startts;