/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | gen_seqnum.c | 44 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 D | configlog.c | 51 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 D | consolelog.c | 51 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 D | eventlog.c | 227 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/libsmbfs/smb/ |
H A D | signing.c | 67 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/lib/gss_mechs/mech_dh/backend/mech/ |
H A D | seq.c | 68 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 D | dh_gssapi.h | 148 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 D | deflate.c | 50 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 D | bsd-comp.c | 89 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/common/fs/smbclnt/netsmb/ |
H A D | smb_sign.c | 84 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 D | atge_l1e.c | 429 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 D | atge_l1e_reg.h | 42 uint32_t seqno; member in struct:rx_rs
|
/illumos-gate/usr/src/lib/libsip/common/ |
H A D | sip_msg.c | 715 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 D | input.c | 1384 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 D | table.c | 321 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/ppp/spppcomp/ |
H A D | deflate.c | 60 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 D | bsd-comp.c | 105 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/cmd/cmd-inet/common/ |
H A D | kcmd.c | 86 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/fs/sockfs/ |
H A D | sockstr.c | 1195 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));
|
H A D | socktpi.c | 1569 * Disconnect either a specified seqno or all (-1). 1572 * When seqno == -1 sodisconnect could call sotpi_unbind. However, 1573 * the current use of sodisconnect(seqno == -1) is only for shutdown 1577 sodisconnect(struct sonode *so, t_scalar_t seqno, int flags) argument 1584 (void *)so, seqno, flags, pr_state(so->so_state, so->so_mode))); 1611 discon_req.SEQ_number = seqno;
|
/illumos-gate/usr/src/uts/common/io/net80211/ |
H A D | net80211_ht.c | 302 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/uts/intel/io/drm/ |
H A D | i915_gem.c | 532 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/uts/common/io/arn/ |
H A D | arn_xmit.c | 244 arn_tx_update_baw(struct arn_softc *sc, struct ath_atx_tid *tid, int seqno) argument 248 index = ATH_BA_INDEX(tid->seq_start, seqno); 1025 /* Get seqno */ 1028 * We also override seqno set by upper layer with the one 1237 /* Assign seqno, tidno for tx aggrefation */
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | route.c | 245 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/io/ntxn/ |
H A D | nic_cmn.h | 635 U32 seqno; member in struct:_unm_ah_header_s 646 U32 seqno; member in struct:_unm_esp_hdr_s
|