mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-05-12 19:04:32 +02:00
8 lines
453 B
C
8 lines
453 B
C
#ifndef _METERPRETER_SOURCE_EXTENSION_STDAPI_STDAPI_SERVER_NET_TCP_H
|
|
#define _METERPRETER_SOURCE_EXTENSION_STDAPI_STDAPI_SERVER_NET_TCP_H
|
|
|
|
DWORD tcp_channel_client_write( Channel *channel, Packet *request, LPVOID context, LPVOID buffer, DWORD bufferSize, LPDWORD bytesWritten);
|
|
DWORD tcp_channel_client_close(Channel *channel, Packet *request, LPVOID context);
|
|
DWORD tcp_channel_client_local_notify(Remote *remote, TcpClientContext *ctx);
|
|
|
|
#endif |