Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_fsctl_odx.c71 #define TOKEN_MAX_PAYLOAD 504 /* 512 - 8 */ macro
81 uint8_t u_tok_other[TOKEN_MAX_PAYLOAD];
881 if (tok->tok_len > TOKEN_MAX_PAYLOAD) in smb_odx_get_token()
936 if (tok->tok_len > TOKEN_MAX_PAYLOAD) in smb_odx_put_token()