Home
last modified time | relevance | path

Searched refs:InProcPrefix (Results 1 – 9 of 9) sorted by relevance

/dports/security/softether/v4.38-9760/src/Cedar/
H A DConnection.h309 char InProcPrefix[64]; // Prefix member
H A DProtocol.c2403 PackGetStr(p, "inproc_postfix", c->InProcPrefix, sizeof(c->InProcPrefix)); in ServerAccept()
2410 if (IsEmptyStr(c->InProcPrefix) == false) in ServerAccept()
2413 SOCK_UNDERLAY_INPROC_EX, c->InProcPrefix); in ServerAccept()
2417 c->InProcPrefix); in ServerAccept()
2437 "L%u:%s", c->InProcLayer, c->InProcPrefix); in ServerAccept()
3774 if (c->IsInProc && StrCmpi(c->InProcPrefix, OPENVPN_IPC_POSTFIX_L3) == 0) in ServerAccept()
3780 if (c->IsInProc && StrCmpi(c->InProcPrefix, OPENVPN_IPC_POSTFIX_L2) == 0) in ServerAccept()
H A DSession.c2263 if (IsEmptyStr(c->InProcPrefix)) in NewServerSessionEx()
2269 …Format(name, sizeof(name), "SID-%s-[%s]-%u", user_name_upper, c->InProcPrefix, Inc(h->SessionCount… in NewServerSessionEx()
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DConnection.h308 char InProcPrefix[64]; // Prefix member
H A DProtocol.c2403 PackGetStr(p, "inproc_postfix", c->InProcPrefix, sizeof(c->InProcPrefix)); in ServerAccept()
2410 if (IsEmptyStr(c->InProcPrefix) == false) in ServerAccept()
2413 SOCK_UNDERLAY_INPROC_EX, c->InProcPrefix); in ServerAccept()
2417 c->InProcPrefix); in ServerAccept()
2437 "L%u:%s", c->InProcLayer, c->InProcPrefix); in ServerAccept()
3773 if (c->IsInProc && StrCmpi(c->InProcPrefix, OPENVPN_IPC_POSTFIX_L3) == 0) in ServerAccept()
3779 if (c->IsInProc && StrCmpi(c->InProcPrefix, OPENVPN_IPC_POSTFIX_L2) == 0) in ServerAccept()
H A DSession.c2263 if (IsEmptyStr(c->InProcPrefix)) in NewServerSessionEx()
2269 …Format(name, sizeof(name), "SID-%s-[%s]-%u", user_name_upper, c->InProcPrefix, Inc(h->SessionCount… in NewServerSessionEx()
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DConnection.h217 char InProcPrefix[64]; // Prefix member
H A DProtocol.c1554 PackGetStr(p, "inproc_postfix", c->InProcPrefix, sizeof(c->InProcPrefix)); in ServerAccept()
1561 if (IsEmptyStr(c->InProcPrefix) == false) in ServerAccept()
1563 …nderlayProtocol, sizeof(c->FirstSock->UnderlayProtocol), SOCK_UNDERLAY_INPROC_EX, c->InProcPrefix); in ServerAccept()
1564 …etailsStr(c->FirstSock->UnderlayProtocol, sizeof(c->FirstSock->UnderlayProtocol), c->InProcPrefix); in ServerAccept()
1584 "L%u:%s", c->InProcLayer, c->InProcPrefix); in ServerAccept()
2928 if (c->IsInProc && StrCmpi(c->InProcPrefix, OPENVPN_IPC_POSTFIX_L3) == 0) in ServerAccept()
2934 if (c->IsInProc && StrCmpi(c->InProcPrefix, OPENVPN_IPC_POSTFIX_L2) == 0) in ServerAccept()
H A DSession.c2133 if (IsEmptyStr(c->InProcPrefix)) in NewServerSessionEx()
2139 …Format(name, sizeof(name), "SID-%s-[%s]-%u", user_name_upper, c->InProcPrefix, Inc(h->SessionCount… in NewServerSessionEx()