Searched refs:AUTH_NONE (Results 1 – 4 of 4) sorted by relevance
96 AUTH_NONE = "\x00"120 sock.sendall(SOCKS5_VER + AUTH_NONE)
360 return AUTH_NONE; in CommandAuthRole()
252 #define AUTH_NONE ((AUTH_ROLE)(0)) macro
1558 if(CommandAuthRole(command->index, i) != AUTH_NONE) in ParseSessionBuffer()1699 if(CommandAuthRole(command->index, i) != AUTH_NONE) in CheckAuthNoSession()