|
Open Model Railroad Network (OpenMRN)
|
Structure describing an Internet socket address. More...
#include <in.h>
Public Attributes | |
| uint16_t | sin_family |
| protocol family (AF_INET) | |
| uint16_t | sin_port |
| port number | |
| struct in_addr | sin_addr |
| internet address | |
| unsigned char | sin_zero [sizeof(struct sockaddr) - sizeof(uint16_t) - sizeof(uint16_t) - sizeof(struct in_addr)] |
| Padding to size of ‘struct sockaddr’. | |