![]() |
Clapkit
|
#include "ckNetBaseSocket.h"#include "ckApp.h"#include "ckErrors.h"#include "ckGlobals.h"#include "ckNetworking.h"#include <Events.h>#include <Memory.h>Functions | |
| pascal void | CKNBSNotify (StreamPtr stream, unsigned short eventCode, Ptr userDataPtr, unsigned short terminReason, struct ICMPReport *icmpMsg) |
| void | CKNBSIOCompletion (TCPiopb *iopb) |
Variables | |
| TCPNotifyUPP | ckgNotifyUPP = nullptr |
| TCPIOCompletionUPP | ckgIOCompletionUPP = nullptr |
| void CKNBSIOCompletion | ( | TCPiopb * | iopb | ) |
| pascal void CKNBSNotify | ( | StreamPtr | stream, |
| unsigned short | eventCode, | ||
| Ptr | userDataPtr, | ||
| unsigned short | terminReason, | ||
| struct ICMPReport * | icmpMsg | ||
| ) |
| TCPIOCompletionUPP ckgIOCompletionUPP = nullptr |
| TCPNotifyUPP ckgNotifyUPP = nullptr |