Inheritance diagram for Ux::SockAddrIn:
Definition at line 124 of file uxsocket.hpp.
Public Member Functions | |
SockAddrIn (in_port_t port, struct in_addr &sa) | |
SockAddrIn (in_port_t port, in_addr_t ipv4) | |
SockAddrIn (in_port_t port, const char *dotted) | |
void | set (in_port_t port, struct in_addr &sa) |
void | set (in_port_t port, in_addr_t ipv4) |
void | set (in_port_t port, const char *dotted) |
|
Definition at line 126 of file uxsocket.hpp. References set(). |
|
Definition at line 128 of file uxsocket.hpp. References set(). |
|
Definition at line 130 of file uxsocket.hpp. References set(). |
|
Sets up socet address directly from dotted string. Definition at line 122 of file uxsocket.cpp. References set(). |
|
Sets up socet address directly from an IPv4 as a 32-bit number. Definition at line 111 of file uxsocket.cpp. References set(). |
|
Sets up socet address directly from a struct in_addr. Definition at line 98 of file uxsocket.cpp. References Ux::SockAddr::set_len(), sockaddr_in::sin_addr, sockaddr_in::sin_family, and sockaddr_in::sin_port. Referenced by set(), and SockAddrIn(). |