Home
last modified time | relevance | path

Searched refs:TCPSOCK (Results 1 – 16 of 16) sorted by relevance

/dports/security/softether/v4.38-9760/src/Cedar/
H A DConnection.h204 struct TCPSOCK struct
342 TCPSOCK *NewTcpSock(SOCK *s);
343 void FreeTcpSock(TCPSOCK *ts);
348 void SendKeepAlive(CONNECTION *c, TCPSOCK *ts);
353 void InitTcpSockRc4Key(TCPSOCK *ts, bool server_mode);
354 UINT TcpSockRecv(SESSION *s, TCPSOCK *ts, void *data, UINT size);
355 UINT TcpSockSend(SESSION *s, TCPSOCK *ts, void *data, UINT size);
356 void WriteSendFifo(SESSION *s, TCPSOCK *ts, void *data, UINT size);
357 void WriteRecvFifo(SESSION *s, TCPSOCK *ts, void *data, UINT size);
H A DConnection.c1020 TCPSOCK **tcpsocks; in ConnectionSend()
1044 TCPSOCK *ts; in ConnectionSend()
1045 TCPSOCK *ts_hp; in ConnectionSend()
1171 TCPSOCK *tss; in ConnectionSend()
1633 TCPSOCK **tcpsocks; in ConnectionReceive()
1712 TCPSOCK *ts = NULL; in ConnectionReceive()
1862 TCPSOCK *ts = tcpsocks[i]; in ConnectionReceive()
2856 TCPSOCK *NewTcpSock(SOCK *s) in NewTcpSock()
2858 TCPSOCK *ts; in NewTcpSock()
2961 TCPSOCK *ts; in StartTunnelingMode()
[all …]
H A DCedarType.h180 typedef struct TCPSOCK TCPSOCK; typedef
H A DProtocol.c4176 TCPSOCK *ts = (TCPSOCK *)LIST_DATA(c->Tcp->TcpSockList, 0); in ServerAccept()
4183 TCPSOCK *ts = (TCPSOCK *)LIST_DATA(c->Tcp->TcpSockList, 0); in ServerAccept()
4300 TCPSOCK *ts; in ServerAccept()
4408 TCPSOCK *ts = (TCPSOCK *)LIST_DATA(s->Connection->Tcp->TcpSockList, i); in ServerAccept()
5193 TCPSOCK *ts; in ClientAdditionalConnect()
6337 TCPSOCK *ts = (TCPSOCK *)LIST_DATA(c->Tcp->TcpSockList, 0); in ClientConnect()
6344 TCPSOCK *ts = (TCPSOCK *)LIST_DATA(c->Tcp->TcpSockList, 0); in ClientConnect()
H A DClient.c6113 TCPSOCK *ts = LIST_DATA(s->Connection->Tcp->TcpSockList, i); in CiGetSessionStatus()
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DConnection.h204 struct TCPSOCK struct
341 TCPSOCK *NewTcpSock(SOCK *s);
342 void FreeTcpSock(TCPSOCK *ts);
347 void SendKeepAlive(CONNECTION *c, TCPSOCK *ts);
352 void InitTcpSockRc4Key(TCPSOCK *ts, bool server_mode);
353 UINT TcpSockRecv(SESSION *s, TCPSOCK *ts, void *data, UINT size);
354 UINT TcpSockSend(SESSION *s, TCPSOCK *ts, void *data, UINT size);
355 void WriteSendFifo(SESSION *s, TCPSOCK *ts, void *data, UINT size);
356 void WriteRecvFifo(SESSION *s, TCPSOCK *ts, void *data, UINT size);
H A DConnection.c1020 TCPSOCK **tcpsocks; in ConnectionSend()
1044 TCPSOCK *ts; in ConnectionSend()
1045 TCPSOCK *ts_hp; in ConnectionSend()
1171 TCPSOCK *tss; in ConnectionSend()
1633 TCPSOCK **tcpsocks; in ConnectionReceive()
1712 TCPSOCK *ts = NULL; in ConnectionReceive()
1862 TCPSOCK *ts = tcpsocks[i]; in ConnectionReceive()
2856 TCPSOCK *NewTcpSock(SOCK *s) in NewTcpSock()
2858 TCPSOCK *ts; in NewTcpSock()
2961 TCPSOCK *ts; in StartTunnelingMode()
[all …]
H A DCedarType.h180 typedef struct TCPSOCK TCPSOCK; typedef
H A DProtocol.c4175 TCPSOCK *ts = (TCPSOCK *)LIST_DATA(c->Tcp->TcpSockList, 0); in ServerAccept()
4182 TCPSOCK *ts = (TCPSOCK *)LIST_DATA(c->Tcp->TcpSockList, 0); in ServerAccept()
4299 TCPSOCK *ts; in ServerAccept()
4407 TCPSOCK *ts = (TCPSOCK *)LIST_DATA(s->Connection->Tcp->TcpSockList, i); in ServerAccept()
5192 TCPSOCK *ts; in ClientAdditionalConnect()
6336 TCPSOCK *ts = (TCPSOCK *)LIST_DATA(c->Tcp->TcpSockList, 0); in ClientConnect()
6343 TCPSOCK *ts = (TCPSOCK *)LIST_DATA(c->Tcp->TcpSockList, 0); in ClientConnect()
H A DClient.c6113 TCPSOCK *ts = LIST_DATA(s->Connection->Tcp->TcpSockList, i); in CiGetSessionStatus()
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DConnection.h114 struct TCPSOCK struct
250 TCPSOCK *NewTcpSock(SOCK *s);
251 void FreeTcpSock(TCPSOCK *ts);
256 void SendKeepAlive(CONNECTION *c, TCPSOCK *ts);
261 UINT TcpSockRecv(SESSION *s, TCPSOCK *ts, void *data, UINT size);
262 UINT TcpSockSend(SESSION *s, TCPSOCK *ts, void *data, UINT size);
263 void WriteSendFifo(SESSION *s, TCPSOCK *ts, void *data, UINT size);
264 void WriteRecvFifo(SESSION *s, TCPSOCK *ts, void *data, UINT size);
H A DConnection.c975 TCPSOCK **tcpsocks; in ConnectionSend()
999 TCPSOCK *ts; in ConnectionSend()
1000 TCPSOCK *ts_hp; in ConnectionSend()
1126 TCPSOCK *tss; in ConnectionSend()
1588 TCPSOCK **tcpsocks; in ConnectionReceive()
1667 TCPSOCK *ts; in ConnectionReceive()
1814 TCPSOCK *ts = tcpsocks[i]; in ConnectionReceive()
2816 TCPSOCK *NewTcpSock(SOCK *s) in NewTcpSock()
2818 TCPSOCK *ts; in NewTcpSock()
2893 TCPSOCK *ts; in StartTunnelingMode()
[all …]
H A DCedarType.h86 typedef struct TCPSOCK TCPSOCK; typedef
H A DProtocol.c3286 TCPSOCK *ts = (TCPSOCK *)LIST_DATA(c->Tcp->TcpSockList, 0); in ServerAccept()
3392 TCPSOCK *ts; in ServerAccept()
3483 TCPSOCK *ts = (TCPSOCK *)LIST_DATA(s->Connection->Tcp->TcpSockList, i); in ServerAccept()
4033 TCPSOCK *ts; in ClientAdditionalConnect()
5091 TCPSOCK *ts = (TCPSOCK *)LIST_DATA(c->Tcp->TcpSockList, 0); in ClientConnect()
H A DClient.c5822 TCPSOCK *ts = LIST_DATA(s->Connection->Tcp->TcpSockList, i); in CiGetSessionStatus()
/dports/sysutils/sec/sec-2.9.0/
H A Dsec290 use constant TCPSOCK => 12;
1028 else { return (TCPSOCK, $peer, $event); }
10152 elsif ($actionlist->[$i] == TCPSOCK) {
14223 $actioncopyfunc[TCPSOCK] = \&copy_three_elem_action;
14289 $actionsubstfunc[TCPSOCK] = \&subst_three_elem_action;
14355 $execactionfunc[TCPSOCK] = \&execute_tcpsock_action;