Inheritance diagram for Ux::SockIPv6:
Definition at line 57 of file uxsocket.hpp.
Public Member Functions | |
SockIPv6 (uint8_t *ip=NULL) | |
SockIPv6 (const char *str) | |
void | set (const char *str) |
void | set (uint8_t *ip=NULL) |
const uint8_t * | get_ipv6 (void) const |
const char * | get_string (char *buf, socklen_t bufsize) const |
Protected Attributes | |
uint8_t | ipv6 [16] |
|
Definition at line 62 of file uxsocket.hpp. References set(). |
|
Definition at line 64 of file uxsocket.hpp. References set(). |
|
Definition at line 68 of file uxsocket.hpp. |
|
Calls inet_ntop. Definition at line 74 of file uxsocket.cpp. |
|
Sets object to zeros. Definition at line 50 of file uxsocket.cpp. References ipv6. |
|
Calls inet_pton. Throws errors from inet_pton, or EINVAL if inet_pton returns 0. Definition at line 61 of file uxsocket.cpp. Referenced by SockIPv6(). |
|
Definition at line 59 of file uxsocket.hpp. Referenced by get_string(), and set(). |