Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dnterr.c273 {"NT_STATUS_INVALID_NETWORK_RESPONSE",
274 NT_STATUS_INVALID_NETWORK_RESPONSE},
H A Dnterr.h242 #define NT_STATUS_INVALID_NETWORK_RESPONSE 0xC0000000 | 0x00c3 macro
/linux/fs/smb/server/
H A Dnterr.h232 #define NT_STATUS_INVALID_NETWORK_RESPONSE (0xC0000000 | 0x00c3) macro