LibSWOC++ 1.5.14
Solid Wall of C++
Loading...
Searching...
No Matches
swoc_ip.h File Reference
#include <array>
#include <climits>
#include <netinet/in.h>
#include <sys/socket.h>
#include <string_view>
#include <variant>
#include "swoc/swoc_version.h"
#include "swoc/TextView.h"
#include "swoc/IPEndpoint.h"
#include "swoc/IPAddr.h"
#include "swoc/IPSrv.h"
#include "swoc/IPRange.h"
Include dependency graph for swoc_ip.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  swoc
 For template deduction guides.
 

Functions

bool swoc::operator== (IPAddr const &lhs, IPEndpoint const &rhs)
 
bool swoc::operator== (IPEndpoint const &lhs, IPAddr const &rhs)
 Equality.
 
bool swoc::operator!= (IPAddr const &lhs, IPEndpoint const &rhs)
 Inequality.
 
bool swoc::operator!= (IPEndpoint const &lhs, IPAddr const &rhs)
 Inequality.
 

Detailed Description

IP address and network related classes.

Definition in file swoc_ip.h.