Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

ip::icmp

Encapsulates the flags needed for ICMP.

class icmp
Types

Name

Description

endpoint

The type of a ICMP endpoint.

resolver

The ICMP resolver type.

resolver_iterator

(Deprecated: use resolver::iterator.) The type of a resolver iterator.

resolver_query

(Deprecated: use resolver::query.) The type of a resolver query.

socket

The ICMP socket type.

Member Functions

Name

Description

family

Obtain an identifier for the protocol family.

protocol

Obtain an identifier for the protocol.

type

Obtain an identifier for the type of the protocol.

v4

Construct to represent the IPv4 ICMP protocol.

v6

Construct to represent the IPv6 ICMP protocol.

Friends

Name

Description

operator!=

Compare two protocols for inequality.

operator==

Compare two protocols for equality.

The ip::icmp class contains flags necessary for ICMP sockets.

Thread Safety

Distinct objects: Safe.

Shared objects: Safe.

Requirements

Header: boost/asio/ip/icmp.hpp

Convenience header: boost/asio.hpp


PrevUpHomeNext