Home
last modified time | relevance | path

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

/dports/security/softether/v4.38-9760/src/Cedar/
H A DIPsec_L2TP.h359 L2TP_SESSION *NewL2TPSession(L2TP_SERVER *l2tp, L2TP_TUNNEL *t, UINT session_id_by_client);
H A DIPsec_L2TP.c1427 L2TP_SESSION *NewL2TPSession(L2TP_SERVER *l2tp, L2TP_TUNNEL *t, UINT session_id_by_client) in NewL2TPSession() argument
1432 if (l2tp == NULL || t == NULL || session_id_by_client == 0) in NewL2TPSession()
1457 s->SessionId1 = session_id_by_client; in NewL2TPSession()
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DIPsec_L2TP.h359 L2TP_SESSION *NewL2TPSession(L2TP_SERVER *l2tp, L2TP_TUNNEL *t, UINT session_id_by_client);
H A DIPsec_L2TP.c1427 L2TP_SESSION *NewL2TPSession(L2TP_SERVER *l2tp, L2TP_TUNNEL *t, UINT session_id_by_client) in NewL2TPSession() argument
1432 if (l2tp == NULL || t == NULL || session_id_by_client == 0) in NewL2TPSession()
1457 s->SessionId1 = session_id_by_client; in NewL2TPSession()
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DProto_L2TP.h265 L2TP_SESSION *NewL2TPSession(L2TP_SERVER *l2tp, L2TP_TUNNEL *t, UINT session_id_by_client);
H A DProto_L2TP.c1343 L2TP_SESSION *NewL2TPSession(L2TP_SERVER *l2tp, L2TP_TUNNEL *t, UINT session_id_by_client) in NewL2TPSession() argument
1348 if (l2tp == NULL || t == NULL || session_id_by_client == 0) in NewL2TPSession()
1373 s->SessionId1 = session_id_by_client; in NewL2TPSession()