Clapkit
Loading...
Searching...
No Matches
ckNetBaseSocket.h File Reference
#include "ckObject.h"
#include "ckTypes.h"
#include <Devices.h>
#include <MacTCP.h>

Go to the source code of this file.

Classes

struct  CKNetBaseSocketEvtFromInterrupt
 Defines a TCP event that's coming from the interrupt, to be added to the event handling queue. More...
 
class  CKNetBaseSocket
 Defines the base of all TCP client/server sockets. More...
 

Functions

pascal void CKNBSNotify (StreamPtr stream, unsigned short eventCode, Ptr userDataPtr, unsigned short terminReason, struct ICMPReport *icmpMsg)
 
pascal void CKNBSIOCompletion (TCPiopb *iopb)
 

Variables

TCPNotifyUPP ckgNotifyUPP
 
TCPIOCompletionUPP ckgIOCompletionUPP
 

Function Documentation

◆ CKNBSIOCompletion()

pascal void CKNBSIOCompletion ( TCPiopb *  iopb)

◆ CKNBSNotify()

pascal void CKNBSNotify ( StreamPtr  stream,
unsigned short  eventCode,
Ptr  userDataPtr,
unsigned short  terminReason,
struct ICMPReport *  icmpMsg 
)

Variable Documentation

◆ ckgIOCompletionUPP

TCPIOCompletionUPP ckgIOCompletionUPP
extern

◆ ckgNotifyUPP

TCPNotifyUPP ckgNotifyUPP
extern