Data Fields | |
LIST_ENTRY | TokenList |
The entry to add in the token list. | |
SOCK_COMPLETION_TOKEN * | Token |
The application's token. | |
UINT32 | RemainDataLen |
Unprocessed data length. | |
SOCKET * | Sock |
UINT32 _SOCK_TOKEN::RemainDataLen |
The poninter to the socket this token belongs to
Referenced by SockBufferToken().
The application's token.
Referenced by SockBufferToken(), SockDataSent(), SockFlushPendingToken(), SockProcessSndToken(), SockTokenExistedInList(), SockWakeListenToken(), and SockWakeRcvToken().
LIST_ENTRY _SOCK_TOKEN::TokenList |
The entry to add in the token list.
Referenced by SockBufferToken(), SockDataSent(), SockFlushPendingToken(), SockProcessSndToken(), SockSend(), SockWakeListenToken(), and SockWakeRcvToken().