![]() |
NetSim Source Code Help
|

Go to the source code of this file.
Functions | |
| void | fnConnectCallback (PNETSIM_SOCKET s) |
| void | fnListenCallback (PNETSIM_SOCKET s, NetSim_PACKET *) |
| void | init_anysockaddr () |
| PSOCKETADDRESS | get_anysockaddr () |
| void | tcp_init (NETSIM_ID d) |
| int | packet_arrive_from_application_layer () |
| void | send_to_application (PNETSIM_SOCKET s, NetSim_PACKET *p) |
Variables | |
| PSOCKETADDRESS | anySocketAddr = NULL |
| void fnConnectCallback | ( | PNETSIM_SOCKET | s | ) |
| void fnListenCallback | ( | PNETSIM_SOCKET | s, |
| NetSim_PACKET * | p | ||
| ) |
Definition at line 141 of file TCP_ApplicationInterface.c.


| PSOCKETADDRESS get_anysockaddr | ( | ) |
Definition at line 41 of file TCP_ApplicationInterface.c.

| void init_anysockaddr | ( | ) |
Definition at line 34 of file TCP_ApplicationInterface.c.


| int packet_arrive_from_application_layer | ( | ) |
Definition at line 76 of file TCP_ApplicationInterface.c.


| void send_to_application | ( | PNETSIM_SOCKET | s, |
| NetSim_PACKET * | p | ||
| ) |
Definition at line 147 of file TCP_ApplicationInterface.c.


| void tcp_init | ( | NETSIM_ID | d | ) |
| PSOCKETADDRESS anySocketAddr = NULL |
Definition at line 32 of file TCP_ApplicationInterface.c.