Jetson Inference
DNN Vision Library
|
#include <string>
Go to the source code of this file.
Macros | |
#define | INET6_ADDRLEN 16 |
The size in bytes of an IPv6 address (16 bytes) This is meant to compliment POSIX's INET6_ADDRSTRLEN (46) More... | |
Functions | |
bool | IPv6AddressFromStr (const char *str, void *ipAddress) |
Convert an IPv6 address string in "x:x:x:x:x:x:x:x" hexadecimal format to 128-bit binary representation. More... | |
std::string | IPv6AddressToStr (void *ipAddress) |
Return text string of IPv6 address in "x:x:x:x:x:x:x:x" hexadecimal format. More... | |