Defines the structure of TCP level address.
Definition at line 115 of file dutransport.h.
Data Fields | |
char | ip [DUTR_IPV4_ADDR_STR_SIZE] |
IPV4 IP address string. More... | |
uint16_t | port |
Port to be used. More... | |
char DUTR_TCP_IF_PARAM::ip[DUTR_IPV4_ADDR_STR_SIZE] |
IPV4 IP address string.
Definition at line 118 of file dutransport.h.
uint16_t DUTR_TCP_IF_PARAM::port |
Port to be used.
Definition at line 120 of file dutransport.h.