Searched defs:seqno (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgen_seqnum.c54 krb5_generate_seq_number(krb5_context context, const krb5_keyblock *key, krb5_ui_4 *seqno) argument
69 seed.length = sizeof(*seqno);
70 seed.data = (char *) seqno;
83 *seqno &= 0x3fffffff;
84 if (*seqno == 0)
85 *seqno = 1;
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_signing.c65 uint32_t seqno, uchar_t *signature)
100 smbhdr.s.sig[0] = htolel(seqno);
226 * no point trying other seqno values.
64 smbfs_compute_MAC(struct smb_ctx *ctx, mbuf_t *m, uint32_t seqno, uchar_t *signature) argument
/osnet-11/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dseq.c68 OM_uint32 seqno = (OM_uint32)(intptr_t)argp; local
81 ctx->next_seqno = seqno;
111 OM_uint32 seqno = (OM_uint32)(intptr_t)argp; local
125 ctx->hist.seqno = seqno;
145 *(OM_uint32 *)argp = ctx->hist.seqno;
177 fprintf(stderr, "%u: ", ctx->hist.seqno);
307 * This bit corresponds to the last sequence number seen sa->seqno.
356 __dh_seq_detection(dh_gss_context_t ctx, OM_uint32 seqno) argument
377 n = seqno
[all...]
H A Ddh_gssapi.h132 OM_uint32 seqno; /* Last seqno seen */ member in struct:__anon1006
152 OM_uint32 next_seqno; /* Next seqno to send */
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Ddeflate.c50 int seqno; member in struct:deflate_state
189 state->seqno = 0;
206 state->seqno = 0;
245 if (seq != state->seqno) {
250 state->unit, seq, state->seqno);
253 ++state->seqno;
318 ++state->seqno;
H A Dbsd-comp.c89 u_short seqno; /* sequence number of next packet */ member in struct:bsd_db
278 db->seqno = 0;
457 db->seqno++;
578 if (seq != db->seqno++) {
581 db->unit, seq, db->seqno - 1);
625 printf("max_ent=0x%x dlen=%d seqno=%d\n",
626 max_ent, dlen, db->seqno);
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_msg.c712 int seqno; local
783 seqno = sip_get_callseq_num(_request, &ret);
786 if ((ret = sip_add_cseq(_ack_msg, ACK, seqno)) != 0)
801 int seqno; local
879 seqno = sip_get_callseq_num(_response, &ret);
882 if ((ret = sip_add_cseq(_ack_msg, ACK, seqno)) != 0)

Completed in 57 milliseconds