Searched refs:seqnum (Results 1 - 13 of 13) sorted by relevance

/freebsd-10-stable/sys/netgraph/
H A Dng_deflate.c70 uint16_t seqnum; /* sequence number */ member in struct:ng_deflate_private
284 priv->seqnum = 0;
511 be16enc(priv->outbuf + 2, priv->seqnum);
527 priv->seqnum++;
554 priv->seqnum = 0;
586 if (rseqnum != priv->seqnum) {
589 "instead of %u\n", rseqnum, priv->seqnum);
591 priv->seqnum = 0;
612 priv->seqnum = 0;
642 priv->seqnum
[all...]
H A Dng_pred1.c78 uint16_t seqnum; /* sequence number */ member in struct:ng_pred1_private
/freebsd-10-stable/contrib/tcpdump/
H A Dprint-sflow.c69 u_int8_t seqnum[4]; member in struct:sflow_datagram_t
93 u_int8_t seqnum[4]; member in struct:sflow_flow_sample_t
105 u_int8_t seqnum[4]; member in struct:sflow_expanded_flow_sample_t
198 u_int8_t seqnum[4]; member in struct:sflow_counter_sample_t
204 u_int8_t seqnum[4]; member in struct:sflow_expanded_counter_sample_t
568 printf(" seqnum %u, type %u, idx %u, records %u",
569 EXTRACT_32BITS(sflow_counter_sample->seqnum),
594 printf(" seqnum %u, type %u, idx %u, records %u",
595 EXTRACT_32BITS(sflow_expanded_counter_sample->seqnum),
767 printf(" seqnum
[all...]
/freebsd-10-stable/usr.sbin/rrenumd/
H A Dparser.y69 static struct payload_list * pllist_lookup(int seqnum);
73 #define MAX_SEQNUM 256 /* upper limit of seqnum in this rrenumd program */
109 %type <num> retrynum seqnum rrenum_cmd
279 SEQNUM_CMD seqnum
283 "duplicate seqnum %ld specified at %d",
295 seqnum: label
304 "seqnum %ld is illegal for this program. "
318 "duplicate seqnum %d specified at %d",
651 pllist_lookup(int seqnum)
654 for (pl = pl_head; pl && pl->pl_irr.rr_seqnum != seqnum;
[all...]
/freebsd-10-stable/crypto/openssl/crypto/krb5/
H A Dkrb5_asn.h201 ASN1_INTEGER *seqnum; member in struct:krb5_authenticator_st
H A Dkrb5_asn.c150 ASN1_EXP_OPT(KRB5_AUTHENTBODY, seqnum, ASN1_INTEGER, 7),
/freebsd-10-stable/contrib/ipfilter/tools/
H A Dipmon.c665 static u_32_t seqnum = 0; local
677 if (ipl->ipl_seqnum != seqnum) {
681 ipl->ipl_seqnum - seqnum, seqnum,
686 ipl->ipl_seqnum - seqnum, seqnum,
690 seqnum = ipl->ipl_seqnum + ipl->ipl_count;
854 static u_32_t seqnum = 0; local
863 if (ipl->ipl_seqnum != seqnum) {
867 ipl->ipl_seqnum - seqnum, seqnu
1068 static u_32_t seqnum = 0; local
[all...]
/freebsd-10-stable/sys/dev/malo/
H A Dif_malohal.c413 uint16_t seqnum, int waitfor)
417 mh->mh_cmdbuf[2] = htole16(seqnum);
447 uint16_t seqnum; local
462 seqnum = 1;
467 error = malo_hal_send_main(mh, fp, blocksize, seqnum++,
478 error = malo_hal_send_main(mh, NULL, 0, seqnum++, MALO_NOWAIT);
740 cmd->cmdhdr.seqnum = 1;
805 cmd->cmdhdr.seqnum = 1;
823 cmd->cmdhdr.seqnum = 1;
412 malo_hal_send_main(struct malo_hal *mh, const void *data, size_t dsize, uint16_t seqnum, int waitfor) argument
H A Dif_malo.h161 uint16_t seqnum; member in struct:malo_cmd_header
/freebsd-10-stable/sys/dev/sfxge/
H A Dsfxge_tx.c930 unsigned seqnum; /* Current sequence number */ member in struct:sfxge_tso_state
1100 tso->seqnum = ntohl(th->th_seq);
1113 tso->seqnum = TSO_MBUF_SEQNUM(mbuf);
1155 tso->seqnum += n;
1221 tso->seqnum,
1242 tso->seqnum,
1248 tso->seqnum += tso->seg_size;
1304 tsoh_th->th_seq = htonl(tso->seqnum);
1305 tso->seqnum += tso->seg_size;
/freebsd-10-stable/sys/dev/usb/wlan/
H A Dif_uath.c1394 chunk->seqnum = 0;
1641 chunk->seqnum = sc->sc_seqnum++;
2558 if (chunk->seqnum == 0 && chunk->flags == 0 && chunk->length == 0) {
2565 if (chunk->seqnum != sc->sc_intrx_nextnum) {
2566 DPRINTF(sc, UATH_DEBUG_XMIT, "invalid seqnum %d, expected %d\n",
2567 chunk->seqnum, sc->sc_intrx_nextnum);
2576 if ((chunk->seqnum == 0 && !(chunk->flags & UATH_CFLAGS_FINAL)) ||
2577 (chunk->seqnum != 0 && (chunk->flags & UATH_CFLAGS_FINAL)) ||
2586 (!(chunk->flags & UATH_CFLAGS_FINAL) || !(chunk->seqnum == 0))) {
2588 if (chunk->seqnum
[all...]
H A Dif_uathreg.h129 uint8_t seqnum; /* sequence number for ordering */ member in struct:uath_chunk
/freebsd-10-stable/crypto/heimdal/kadmin/
H A Drpc.c1037 uint32_t seqnum = htonl(gctx.seq_num); local
1040 gin.value = &seqnum;
1041 gin.length = sizeof(seqnum);

Completed in 128 milliseconds