Home
last modified time | relevance | path

Searched refs:SEQ_ARR_SIZE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/rpcsec_gss/
H A Dsvc_rpcsec_gss.c55 #define SEQ_ARR_SIZE 4 macro
56 #define SEQ_WIN (SEQ_ARR_SIZE*32)
83 uint_t seq_bits[SEQ_ARR_SIZE];
318 shift_bits(cl->seq_bits, SEQ_ARR_SIZE, seq_num - cl->seq_num); in check_seq()
/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Dsvc_rpcsec_gss.c68 #define SEQ_ARR_SIZE 4 macro
69 #define SEQ_WIN (SEQ_ARR_SIZE*32)
94 uint_t seq_bits[SEQ_ARR_SIZE];
531 (void) shift_bits(cl->seq_bits, SEQ_ARR_SIZE, in check_seq()