mn_basic_ip6_endpoint.hpp File Reference
Go to the source code of this file.
Classes | |
| class | mn::net::basic_ip6_endpoint |
| This class represents an IPv6 endpoint/socket address. More... | |
Namespaces | |
| mn | |
| mn::net | |
Macros | |
| #define | MNNET_IPENDPOINT6_ANY(PORT) mn::net::basic_ip6_endpoint(MNNET_IPV6_ADDRESS_ANY, PORT) |
| #define | MNNET_IPENDPOINT6_LOOPBACK(PORT) mn::net::basic_ip6_endpoint(MNNET_IPV6_ADDRESS_LOOPBACK, PORT) |
| #define | MNNET_IPENDPOINT6(IP, PORT) mn::net::basic_ip6_endpoint(IP, PORT) |
| #define | MNNET_IPENDPOINT6_EMPTY MNNET_IPENDPOINT4_ANY(0) |
Macro Definition Documentation
◆ MNNET_IPENDPOINT6
| #define MNNET_IPENDPOINT6 | ( | IP, | |
| PORT | |||
| ) | mn::net::basic_ip6_endpoint(IP, PORT) |
◆ MNNET_IPENDPOINT6_ANY
| #define MNNET_IPENDPOINT6_ANY | ( | PORT | ) | mn::net::basic_ip6_endpoint(MNNET_IPV6_ADDRESS_ANY, PORT) |
◆ MNNET_IPENDPOINT6_EMPTY
| #define MNNET_IPENDPOINT6_EMPTY MNNET_IPENDPOINT4_ANY(0) |
◆ MNNET_IPENDPOINT6_LOOPBACK
| #define MNNET_IPENDPOINT6_LOOPBACK | ( | PORT | ) | mn::net::basic_ip6_endpoint(MNNET_IPV6_ADDRESS_LOOPBACK, PORT) |