Process Hacker
tcp.h File Reference

Go to the source code of this file.

Functions

void growl_tcp_write_raw (SOCKET sock, const unsigned char *data, const int data_length)
 
void growl_tcp_write (SOCKET sock, const char *const format,...) __attribute__((format(printf
 
void char * growl_tcp_read (SOCKET sock)
 
SOCKET growl_tcp_open (const char *server)
 
void growl_tcp_close (SOCKET sock)
 
int growl_tcp_datagram (const char *server, const unsigned char *data, const int data_length)
 

Function Documentation

void growl_tcp_close ( SOCKET  sock)

Definition at line 118 of file tcp.c.

int growl_tcp_datagram ( const char *  server,
const unsigned char *  data,
const int  data_length 
)

Definition at line 156 of file tcp.c.

SOCKET growl_tcp_open ( const char *  server)

Definition at line 83 of file tcp.c.

void char* growl_tcp_read ( SOCKET  sock)

Definition at line 55 of file tcp.c.

void growl_tcp_write ( SOCKET  sock,
const char *const  format,
  ... 
)
void growl_tcp_write_raw ( SOCKET  sock,
const unsigned char *  data,
const int  data_length 
)

Definition at line 21 of file tcp.c.