Home
last modified time | relevance | path

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

/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Mayaqua/
H A DNetwork.h496 QUERYIPTHREAD *GetNatTIpThread; // NAT-T IP address acquisition thread member
H A DNetwork.c17750 if (u->GetNatTIpThread == NULL) in UdpListenerThread()
17754 …u->GetNatTIpThread = NewQueryIpThread(natt_hostname, QUERYIPTHREAD_INTERVAL_LAST_OK, QUERYIPTHREAD… in UdpListenerThread()
17755 GetQueryIpThreadResult(u->GetNatTIpThread, &nat_t_ip); in UdpListenerThread()
17962 if (u->GetNatTIpThread != NULL) in UdpListenerThread()
17964 FreeQueryIpThread(u->GetNatTIpThread); in UdpListenerThread()
/dports/security/softether/v4.38-9760/src/Mayaqua/
H A DNetwork.h603 QUERYIPTHREAD *GetNatTIpThread; // NAT-T IP address acquisition thread member
H A DNetwork.c20631 if (u->GetNatTIpThread == NULL) in UdpListenerThread()
20637 …u->GetNatTIpThread = NewQueryIpThread(natt_hostname, QUERYIPTHREAD_INTERVAL_LAST_OK, QUERYIPTHREAD… in UdpListenerThread()
20640 GetQueryIpThreadResult(u->GetNatTIpThread, &nat_t_ip); in UdpListenerThread()
20857 if (u->GetNatTIpThread != NULL) in UdpListenerThread()
20859 FreeQueryIpThread(u->GetNatTIpThread); in UdpListenerThread()
/dports/security/softether-devel/v4.36-9754/src/Mayaqua/
H A DNetwork.h603 QUERYIPTHREAD *GetNatTIpThread; // NAT-T IP address acquisition thread member
H A DNetwork.c20629 if (u->GetNatTIpThread == NULL) in UdpListenerThread()
20635 …u->GetNatTIpThread = NewQueryIpThread(natt_hostname, QUERYIPTHREAD_INTERVAL_LAST_OK, QUERYIPTHREAD… in UdpListenerThread()
20638 GetQueryIpThreadResult(u->GetNatTIpThread, &nat_t_ip); in UdpListenerThread()
20843 if (u->GetNatTIpThread != NULL) in UdpListenerThread()
20845 FreeQueryIpThread(u->GetNatTIpThread); in UdpListenerThread()