ttNtUdpEntry

Jump to: navigation, search
typedef struct tsNtUdpEntry
{
    ttUser16Bit             ntUdpSockDesc;             
    ttUser32Bit             ntUdpBytesInRecvQ;
    ttUser32Bit             ntUdpBytesInSendQ;  
    ttUser32Bit             ntUdpRecvQSize;
    ttUser32Bit             ntUdpSendQSize;
    struct sockaddr_storage ntUdpLocalSockAddr;
    ttUser16Bit             ntUdpOwnerCount;        
} ttNtUdpEntry;
typedef ttNtUdpEntry  * ttNtUdpEntryPtr;


Members

  • ntUdpSockDesc
    Socket descriptor.
  • ntUdpBytesInRecvQ
    Data in the receive queue, in bytes.
  • ntUdpBytesInSendQ
    Data in the send queue, in bytes.
  • ntUdpRecvQSize
    Size of the receive queue, in bytes.
  • ntUdpSendQSize
    Size of the send queue, in bytes.
  • ntUdpLocalSockAddr
    Address, port and protocol family information of the socket.
  • ntUdpOwnerCount
    Owner count of the socket.