#include <windows.h>#include <stdlib.h>#include <string.h>#include <winsock.h>Include dependency graph for passsock.cpp:

Go to the source code of this file.
Functions | |
| void | errexit (const char *,...) |
| SOCKET | passivesock (const char *service, const char *transport, int qlen) |
Variables | |
| u_short | portbase = 0 |
|
||||||||||||
|
Definition at line 15 of file errexit.cpp. Referenced by passivesock(). |
|
||||||||||||||||
|
Definition at line 17 of file passsock.cpp. References errexit(), and portbase. Referenced by passiveTCP(). Here is the call graph for this function: ![]() |
|
|
Definition at line 10 of file passsock.cpp. Referenced by passivesock(). |
1.4.6-NO