Home
last modified time | relevance | path

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

/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DNat.h128 THREAD *AdminAcceptThread; // Management connection reception thread member
H A DNat.c1327 n->AdminAcceptThread = t; in NiInitAdminAccept()
1345 if (WaitThread(n->AdminAcceptThread, 1000) == false) in NiFreeAdminAccept()
1354 ReleaseThread(n->AdminAcceptThread); in NiFreeAdminAccept()
/dports/security/softether/v4.38-9760/src/Cedar/
H A DNat.h128 THREAD *AdminAcceptThread; // Management connection reception thread member
H A DNat.c1327 n->AdminAcceptThread = t; in NiInitAdminAccept()
1345 if (WaitThread(n->AdminAcceptThread, 1000) == false) in NiFreeAdminAccept()
1354 ReleaseThread(n->AdminAcceptThread); in NiFreeAdminAccept()
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DNat.h36 THREAD *AdminAcceptThread; // Management connection reception thread member
H A DNat.c1239 n->AdminAcceptThread = t; in NiInitAdminAccept()
1257 if (WaitThread(n->AdminAcceptThread, 1000) == false) in NiFreeAdminAccept()
1266 ReleaseThread(n->AdminAcceptThread); in NiFreeAdminAccept()