TianoCore EDK2 master
Loading...
Searching...
No Matches
_SOCK_TOKEN Struct Reference

#include <NetworkPkg/TcpDxe/Socket.h>

Data Fields

LIST_ENTRY TokenList
 The entry to add in the token list.
 
SOCK_COMPLETION_TOKENToken
 The application's token.
 
UINT32 RemainDataLen
 Unprocessed data length.
 
SOCKETSock
 

Detailed Description

The token structure buffered in socket layer.

Definition at line 511 of file Socket.h.

Field Documentation

◆ RemainDataLen

UINT32 _SOCK_TOKEN::RemainDataLen

Unprocessed data length.

Definition at line 514 of file Socket.h.

◆ Sock

SOCKET* _SOCK_TOKEN::Sock

The pointer to the socket this token belongs to

Definition at line 515 of file Socket.h.

◆ Token

SOCK_COMPLETION_TOKEN* _SOCK_TOKEN::Token

The application's token.

Definition at line 513 of file Socket.h.

◆ TokenList

LIST_ENTRY _SOCK_TOKEN::TokenList

The entry to add in the token list.

Definition at line 512 of file Socket.h.


The documentation for this struct was generated from the following file: