#include <tcp.h>
Data Fields | |
uint16_t | port |
TCP port in network byte order. | |
uint8_t | ip [4] |
IP address. |
Definition at line 123 of file tcp.h.
uint16_t nip_tcp_sock_addr::port |
TCP port in network byte order.
Definition at line 125 of file tcp.h.
Referenced by nip_tcp_create_conn(), nip_tcp_disp_send(), and nip_tcp_find_conn().
uint8_t nip_tcp_sock_addr::ip[4] |
IP address.
Definition at line 126 of file tcp.h.
Referenced by nip_tcp_create_conn(), nip_tcp_disp_send(), and nip_tcp_find_conn().