Home
last modified time | relevance | path

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

/dports/security/softether/v4.38-9760/src/Cedar/
H A DConnection.h294 bool RestoreServerNameAndPort; // Flag to restore the server name and port number to original member
H A DProtocol.c7618 if (c->RestoreServerNameAndPort && additional_connect) in ClientConnectGetSocket()
7621 c->RestoreServerNameAndPort = false; in ClientConnectGetSocket()
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DConnection.h294 bool RestoreServerNameAndPort; // Flag to restore the server name and port number to original member
H A DProtocol.c7617 if (c->RestoreServerNameAndPort && additional_connect) in ClientConnectGetSocket()
7620 c->RestoreServerNameAndPort = false; in ClientConnectGetSocket()
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DConnection.h204 bool RestoreServerNameAndPort; // Flag to restore the server name and port number to original member
H A DProtocol.c6271 if (additional_connect == false && c->RestoreServerNameAndPort) in ClientConnectGetSocket()
6275 c->RestoreServerNameAndPort = false; in ClientConnectGetSocket()