Searched refs:seq_window (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rpcsec.c368 unsigned int major, minor, seq_window; local
386 seq_window = getxdr_u_long();
395 " sequence window = %u", seq_window); local
/illumos-gate/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss.c90 OM_uint32 seq_window; /* server sequence window */ member in struct:_rpc_gss_data
362 ap->seq_window = call_res.seq_window;
574 seq_win_net = (uint_t)htonl(ap->seq_window);
H A Drpcsec_gss_misc.c106 !xdr_u_int(xdrs, (u_int *)&init_res->seq_window) ||
H A Dsvc_rpcsec_gss.c673 * also set seq_window since this won't change.
677 call_res.seq_window = SEQ_WIN;
841 * to NULL and seq_window to 0.
845 call_res.seq_window = 0;
934 (uint_t)retrans_result->seq_window)) {
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcsec_defs.h94 OM_uint32 seq_window; member in struct:_rpc_gss_init_res
/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Drpcsec_gss_misc.c124 !xdr_u_int(xdrs, (uint_t *)&init_res->seq_window) ||
H A Drpcsec_gss.c91 OM_uint32 seq_window; /* server sequence window */ member in struct:_rpc_gss_data
773 ap->seq_window = call_res.seq_window;
989 seq_win_net = (uint_t)htonl(ap->seq_window);
1001 RPCGSS_LOG1(1, "seq_window %d, verf len %d ", ap->seq_window,
H A Dsvc_rpcsec_gss.c721 * also set seq_window since this won't change.
725 call_res.seq_window = SEQ_WIN;
803 call_res.seq_window = 0;
1085 (uint_t)retrans_result->seq_window)) {

Completed in 56 milliseconds