|
FreeNOS
|
Socket information. More...
#include <NetworkClient.h>
Data Fields | |
| IPV4::Address | address |
| u16 | port |
| u16 | action |
Socket information.
This struct is written to a socket to put it in either connect or listen state.
Definition at line 65 of file NetworkClient.h.
| u16 NetworkClient::SocketInfo::action |
Definition at line 69 of file NetworkClient.h.
Referenced by sendmsg(), sendto(), UDPSocket::write(), and NetworkClient::writeSocketInfo().
| IPV4::Address NetworkClient::SocketInfo::address |
Definition at line 67 of file NetworkClient.h.
Referenced by ICMPSocket::getAddress(), UDPSocket::read(), recvfrom(), sendmsg(), UDP::sendPacket(), sendto(), UDPSocket::write(), ICMPSocket::write(), and NetworkClient::writeSocketInfo().
| u16 NetworkClient::SocketInfo::port |
Definition at line 68 of file NetworkClient.h.
Referenced by UDPSocket::read(), recvfrom(), sendmsg(), UDP::sendPacket(), sendto(), UDPSocket::write(), and NetworkClient::writeSocketInfo().
1.8.17