Searched refs:seqno (Results 1 - 25 of 30) sorted by relevance

12

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgen_seqnum.c44 krb5_generate_seq_number(krb5_context context, const krb5_keyblock *key, krb5_ui_4 *seqno) argument
61 seed.length = sizeof(*seqno);
62 seed.data = (char *) seqno;
75 *seqno &= 0x3fffffff;
76 if (*seqno == 0)
77 *seqno = 1;
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dconfiglog.c51 rsci64 bytes_remaining, seqno; local
87 seqno = (rscReply->remaining_log_bytes +
91 seqno = rscReply->next_seq;
109 rscCmd.start_seq = seqno;
137 if (rscReply->next_seq > seqno + response_size) {
139 rscReply->next_seq - (seqno + response_size));
141 seqno = rscReply->next_seq;
H A Dconsolelog.c51 rsci64 bytes_remaining, seqno; local
87 seqno = (rscReply->remaining_log_bytes +
91 seqno = rscReply->next_seq;
109 rscCmd.start_seq = seqno;
137 if (rscReply->next_seq > seqno + response_size) {
139 rscReply->next_seq - (seqno + response_size));
141 seqno = rscReply->next_seq;
H A Deventlog.c227 rsci64 events_remaining, seqno; local
268 seqno = (rscReply->remaining_log_events +
272 seqno = rscReply->next_seq;
284 rscCmd.start_seq = seqno;
309 if (seqno + returned_events < rscReply->next_seq) {
311 rscReply->next_seq - (seqno + returned_events));
317 seqno = rscReply->next_seq;
/illumos-gate/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.h148 OM_uint32 seqno; /* Last seqno seen */ member in struct:__anon2508
168 OM_uint32 next_seqno; /* Next seqno to send */
/illumos-gate/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);
/illumos-gate/usr/src/uts/intel/io/drm/
H A Di915_gem.c532 i915_gem_object_move_to_active(struct drm_gem_object *obj, uint32_t seqno) argument
546 obj_priv->last_rendering_seqno = seqno;
593 uint32_t seqno; local
602 /* Grab the seqno we're going to make this request be, and bump the
603 * next (skipping 0 so it can be the reserved no-seqno value).
605 seqno = dev_priv->mm.next_gem_seqno;
610 DRM_DEBUG("add_request seqno = %d dev 0x%lx", seqno, dev);
615 OUT_RING(seqno);
624 request->seqno
748 uint32_t seqno; local
886 i915_wait_request(struct drm_device *dev, uint32_t seqno) argument
1020 int ret, seqno; local
1328 uint32_t seqno; local
1975 uint32_t seqno; local
2004 uint32_t seqno, flush_domains; local
2543 uint32_t seqno, cur_seqno, last_seqno; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/common/
H A Dkcmd.h101 krb5_creds **cred, krb5_int32 *seqno, krb5_int32 *server_seqno,
H A Dkcmd.c86 krb5_creds **cred, krb5_int32 *seqno, krb5_int32 *server_seqno,
82 kcmd(int *sock, char **ahost, ushort_t rport, char *locuser, char *remuser, char *cmd, int *fd2p, char *service, char *realm, krb5_context bsd_context, krb5_auth_context *authconp, krb5_creds **cred, krb5_int32 *seqno, krb5_int32 *server_seqno, krb5_flags authopts, int anyport, enum kcmd_proto *protonump) argument
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Ddeflate.c60 int seqno; member in struct:deflate_state
270 state->seqno = 0;
291 state->seqno = 0;
410 wptr[0] = state->seqno >> 8;
411 wptr[1] = state->seqno;
419 if ((state->flags & DS_TESTOUT) && (state->seqno % 100) == 50)
430 ++state->seqno;
571 ++state->seqno;
721 state->seqno = 0;
743 state->seqno
[all...]
H A Dbsd-comp.c105 ushort_t seqno; /* sequence number of next packet */ member in struct:bsd_db
333 db->seqno = 0;
712 *wptr++ = db->seqno >> 8;
713 *wptr++ = db->seqno;
720 if ((db->flags & DS_TESTOUT) && (db->seqno % 100) == 50)
724 ++db->seqno;
948 db->seqno++;
1176 if ((db->flags & DS_TESTIN) && (db->seqno % 300) == 101)
1183 if (db->hsize == 0 || seq != db->seqno++) {
1187 "expected %d\n", db->unit, seq, db->seqno
[all...]
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dsigning.c67 uint32_t seqno, uchar_t *signature)
102 smbhdr.s.sig[0] = htolel(seqno);
228 * no point trying other seqno values.
66 smb_compute_MAC(struct smb_ctx *ctx, mbuf_t *m, uint32_t seqno, uchar_t *signature) argument
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_sign.c84 uint32_t seqno, uchar_t *signature)
121 smbhdr.s.sig[0] = htolel(seqno);
274 * no point trying other seqno values.
83 smb_compute_MAC(struct smb_vc *vcp, mblk_t *mp, uint32_t seqno, uchar_t *signature) argument
/illumos-gate/usr/src/uts/common/io/atge/
H A Datge_l1e.c429 uint32_t seqno, len, flags; local
479 seqno = ATGE_GET32(dma_rx_page, &(rs->seqno));
480 seqno = L1E_RX_SEQNO(seqno);
487 if (seqno != l1e->atge_l1e_rx_seqno) {
492 ATGE_DB(("%s: %s() MISS-MATCH in seqno :%d,"
494 atgep->atge_name, __func__, seqno,
567 ATGE_DB(("%s: %s() seqno :%d, atge_l1e_rx_seqno :"
570 atgep->atge_name, __func__, seqno,
[all...]
H A Datge_l1e_reg.h42 uint32_t seqno; member in struct:rx_rs
/illumos-gate/usr/src/cmd/dtrace/demo/ip/
H A Dtcprst.d59 seqno[self->conn_id, i], \
133 seqno[self->conn_id, self->pcount] = ntohl(self->tcph->tha_seq);
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dnic_cmn.h635 U32 seqno; member in struct:_unm_ah_header_s
646 U32 seqno; member in struct:_unm_esp_hdr_s
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_msg.c715 int seqno; local
786 seqno = sip_get_callseq_num(_request, &ret);
789 if ((ret = sip_add_cseq(_ack_msg, ACK, seqno)) != 0)
804 int seqno; local
882 seqno = sip_get_callseq_num(_response, &ret);
885 if ((ret = sip_add_cseq(_ack_msg, ACK, seqno)) != 0)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dinput.c1384 uint32_t seqno; local
1426 seqno = ntohl(NA->au.a_md5.md5_seqno);
1428 (seqno == 0 || ((seqno - php->ph_seqno) & 0x80000000ul))) {
1431 (unsigned)seqno, (unsigned)php->ph_seqno);
1435 php->ph_seqno = seqno;
H A Dtable.c321 uint32_t seqno,
352 nc_ag.ag_seqno = seqno;
447 if (seqno > ag->ag_seqno)
448 ag->ag_seqno = seqno;
505 if (seqno < ag->ag_seqno)
506 seqno = ag->ag_seqno;
574 if (seqno <= ag->ag_seqno)
575 seqno = ag->ag_seqno;
577 ag->ag_seqno = seqno;
594 if (seqno < a
314 ag_check(in_addr_t dst, in_addr_t mask, in_addr_t gate, struct interface *ifp, in_addr_t nhop, uint8_t metric, uint8_t pref, uint32_t seqno, uint16_t tag, uint16_t state, void (*out)(struct ag_info *)) argument
[all...]
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_ht.c302 ieee80211_seq seqno; local
312 seqno = rap->rxa_start;
322 if (!IEEE80211_SEQ_BA_BEFORE(seqno, winstart))
325 seqno = IEEE80211_SEQ_INC(seqno);
357 rap->rxa_start = seqno;
493 "seqno %u tid %u BA win <%u:%u>\n",
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Droute.c245 mib2_ipv6RouteEntry_t *rp6, int seqno);
560 int seqno; local
626 seqno = 0; /* ??? */
658 delRouteEntry(rp, NULL, seqno);
659 seqno++;
695 delRouteEntry(NULL, rp6, seqno);
696 seqno++;
714 delRouteEntry(mib2_ipRouteEntry_t *rp, mib2_ipv6RouteEntry_t *rp6, int seqno) argument
737 rtm->rtm_seq = seqno;
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c1195 soflushconnind(struct sonode *so, t_scalar_t seqno) argument
1205 if (tci->SEQ_number == seqno) {
1207 ("t_discon_ind: found T_CONN_IND %d\n", seqno));
1233 dprintso(so, 1, ("t_discon_ind: NOT found T_CONN_IND %d\n", seqno));

Completed in 129 milliseconds

12