|
using | ts::SysRecvBufferPointer = platform_specific |
| Pointer type for the address of the data buffer for a recv() system call.
|
|
using | ts::SysSendBufferPointer = platform_specific |
| Pointer type for the address of the data buffer for a send() system call.
|
|
using | ts::SysSendSizeType = platform_specific |
| Integer type for the size of the data buffer for a send() system call.
|
|
using | ts::SysSocketLengthType = platform_specific |
| Integer data type which receives the length of a struct sockaddr.
|
|
using | ts::SysSocketLingerType = platform_specific |
| Integer data type for the field l_linger in the struct linger socket option.
|
|
using | ts::SysSocketMulticastLoopType = platform_specific |
| Integer data type for the IPv4 multicast loop socket option.
|
|
using | ts::SysSocketMulticastLoopType6 = platform_specific |
| Integer data type for the IPv6 multicast loop socket option.
|
|
using | ts::SysSocketMulticastTTLType = platform_specific |
| Integer data type for the multicast Time To Live (TTL) socket option.
|
|
using | ts::SysSocketPktInfoType = platform_specific |
| Integer data type for the IP_PKTINFO socket option.
|
|
using | ts::SysSocketSignedSizeType = platform_specific |
| Integer data type for a "signed size" returned from send() or recv() system calls.
|
|
using | ts::SysSocketTClassType = platform_specific |
| Integer data type for the Traffic Class (TCLASS) IPv6 socket option.
|
|
using | ts::SysSocketTOSType = platform_specific |
| Integer data type for the Type Of Service (TOS) IPv4 socket option.
|
|
using | ts::SysSocketTTLType = platform_specific |
| Integer data type for the Time To Live (TTL) socket option.
|
|
using | ts::SysSocketType = platform_specific |
| Data type for socket descriptors as returned by the socket() system call.
|
|
using | ts::SysSocketV6OnlyType = platform_specific |
| Integer data type for the IPV6_V6ONLY socket option.
|
|
using | ts::SysSockOptPointer = platform_specific |
| Pointer type for the address of a socket option value.
|
|