Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rpcsec.c84 unsigned int handle_len; in print_rpcsec_gss_cred() local
121 handle_len = getxdr_u_long(); in print_rpcsec_gss_cred()
122 handle = getxdr_hex(handle_len); in print_rpcsec_gss_cred()
125 handle_len, handle); in print_rpcsec_gss_cred()
297 unsigned int handle_len; in extract_rpcsec_gss_cred_info() local
367 unsigned int token_len, handle_len; in print_rpc_gss_init_res() local
378 handle_len = getxdr_u_long(); in print_rpc_gss_init_res()
379 handle = getxdr_hex(handle_len); in print_rpc_gss_init_res()
382 handle_len, handle); in print_rpc_gss_init_res()
/titanic_44/usr/src/cmd/ssh/sftp/
H A Dsftp-client.c303 do_close(struct sftp_conn *conn, char *handle, u_int handle_len) in do_close() argument
313 buffer_put_string(&msg, handle, handle_len); in do_close()
332 u_int count, type, id, handle_len, i, expected_id, ents = 0; in do_lsreaddir() local
345 handle = get_handle(conn->fd_in, id, &handle_len); in do_lsreaddir()
363 buffer_put_string(&msg, handle, handle_len); in do_lsreaddir()
388 do_close(conn, handle, handle_len); in do_lsreaddir()
426 do_close(conn, handle, handle_len); in do_lsreaddir()
542 do_fstat(struct sftp_conn *conn, char *handle, u_int handle_len, int quiet)
548 handle_len);
572 do_fsetstat(struct sftp_conn *conn, char *handle, u_int handle_len, in do_fsetstat() argument
[all …]