Home
last modified time | relevance | path

Searched refs:lostseq (Results 1 – 14 of 14) sorted by relevance

/dports/sysutils/graveman/graveman-0.3.12-5/src/
H A Dogg.c65 gint lostseq; member
360 if(!p->lostseq) in getOggInfo()
365 p->lostseq = 1; in getOggInfo()
366 } else p->lostseq = 0; in getOggInfo()
/dports/net-mgmt/argus3/argus-3.0.8.2/argus/
H A DArgusEsp.c156 espObj->lostseq += (diff - 1); in ArgusUpdateESPState()
159 espObj->lostseq--; in ArgusUpdateESPState()
H A DArgusUtil.c1230 esp->lostseq = 0; in ArgusZeroRecord()
2404 retn = esp->lostseq * 1.0; in ArgusFetchLoss()
2486 retn = esp->lostseq * 1.0; in ArgusFetchSrcLoss()
2566 retn = esp->lostseq * 1.0; in ArgusFetchDstLoss()
/dports/net/minidlna/minidlna-4f6a473/tagutils/
H A Dtagutils-ogg.c35 int lostseq; member
496 if(!p->lostseq) in _get_oggfileinfo()
502 p->lostseq = 1; in _get_oggfileinfo()
505 p->lostseq = 0; in _get_oggfileinfo()
/dports/audio/vorbis-tools/vorbis-tools-1.4.2/ogginfo/
H A Dogginfo2.c360 if (!p->lostseq) in process_file()
365 p->lostseq = 1; in process_file()
367 p->lostseq = 0; in process_file()
H A Dprivate.h25 int lostseq; member
/dports/audio/opus-tools/opus-tools-0.2/src/
H A Dopusinfo.h31 int lostseq; member
H A Dopusinfo.c894 if(!p->lostseq)
899 p->lostseq = 1;
902 p->lostseq = 0;
/dports/audio/streamripper/streamripper-1.64.6/lib/
H A Dsrtypes.h376 int lostseq; member
/dports/net-mgmt/argus3/argus-3.0.8.2/include/
H A Dargus_out.h224 unsigned int status, spi, lastseq, lostseq; member
1076 unsigned int spi, lastseq, lostseq; member
/dports/net-mgmt/argus3-clients/argus-clients-3.0.8.3/include/
H A Dargus_out.h326 unsigned int status, spi, lastseq, lostseq; member
1156 unsigned int spi, lastseq, lostseq; member
/dports/net-mgmt/argus3/argus-3.0.8.2/common/
H A Dargus_util.c749 espObj->lostseq = ntohl(espObj->lostseq); in ArgusNtoH()
1296 espObj->lostseq = htonl(espObj->lostseq); in ArgusHtoN()
/dports/net-mgmt/argus3-clients/argus-clients-3.0.8.3/common/
H A Dargus_client.c7869 e1->lostseq += e2->lostseq; in ArgusMergeRecords()
9348 e1->lostseq -= e2->lostseq; in ArgusSubtractRecord()
12758 retn = esp->lostseq * 1.0; in ArgusFetchLoss()
12861 retn = esp->lostseq * 1.0; in ArgusFetchSrcLoss()
12959 retn = esp->lostseq * 1.0; in ArgusFetchDstLoss()
13113 if ((resp->lostseq = (unsigned int) drop) == 0) in ArgusAdjustSrcLoss()
13116 nesp->lostseq -= resp->lostseq; in ArgusAdjustSrcLoss()
13183 if ((resp->lostseq = (unsigned int) drop) == 0) in ArgusAdjustSrcLoss()
13186 nesp->lostseq -= resp->lostseq; in ArgusAdjustSrcLoss()
13318 if ((resp->lostseq = (unsigned int) drop) == 0) in ArgusAdjustDstLoss()
[all …]
H A Dargus_util.c6563 … if ((status & ARGUS_PKTS_DROP) && (net->net_union.esp.lostseq)) { in ArgusGetIndicatorString()
21189 espObj->lostseq = ntohl(espObj->lostseq); in ArgusNtoH()
21777 espObj->lostseq = htonl(espObj->lostseq); in ArgusHtoN()
22203 esp->src.lostseq = ntohl(esp->src.lostseq); in ArgusV2NtoH()
22206 esp->dst.lostseq = ntohl(esp->dst.lostseq); in ArgusV2NtoH()