Unix and Linux Discussions Tagged with he i |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
0 |
3,186 |
What is on Your Mind? |
|
|
|
8 |
2,589 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
2,168 |
IT Security RSS |
|
|
|
1 |
2,466 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
5,017 |
OS X Support RSS |
|
|
|
0 |
3,493 |
OS X Support RSS |
|
|
|
0 |
3,189 |
OS X Support RSS |
|
|
|
0 |
1,626 |
Complex Event Processing RSS News |
|
|
|
0 |
2,458 |
OS X Support RSS |
|
|
|
0 |
1,550 |
Complex Event Processing RSS News |
|
|
|
0 |
1,854 |
IT Security RSS |
|
|
|
0 |
3,496 |
UNIX and Linux RSS News |
|
|
|
8 |
5,092 |
UNIX for Dummies Questions & Answers |
|
|
|
8 |
6,404 |
UNIX for Dummies Questions & Answers |
|
|
|
6 |
5,003 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
4,294 |
Programming |
|
|
|
1 |
4,845 |
Programming |
|
|
|
1 |
4,663 |
Shell Programming and Scripting |
|
|
|
2 |
5,244 |
Shell Programming and Scripting |
|
|
|
2 |
3,395 |
UNIX for Advanced & Expert Users |
|
|
|
9 |
8,587 |
Programming |
|
|
|
1 |
5,073 |
Shell Programming and Scripting |
|
|
|
3 |
3,948 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
3,324 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
3,065 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
2,762 |
UNIX for Dummies Questions & Answers |
|
|
|
13 |
8,334 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
3,901 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
6,698 |
IP Networking |
|
|
|
7 |
5,188 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
2,779 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
8,693 |
Programming |
|
|
|
1 |
4,568 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
3,887 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,093 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
3,972 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
5,101 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
4,089 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
125,653 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
4,740 |
UNIX for Dummies Questions & Answers |
ost::IPV6Host(3) Library Functions Manual ost::IPV6Host(3)
NAME
ost::IPV6Host -
This object is used to hold the actual and valid internet address of a specific host machine that will be accessed through a socket.
SYNOPSIS
#include <address.h>
Inherits ost::IPV6Address.
Public Member Functions
IPV6Host (const char *host=NULL)
Create a new host address for a specific internet host.
IPV6Host (struct in6_addr addr)
Convert a system socket binary address such as may be returned through the accept() call or getsockpeer() into an internet host address
object.
IPV6Host & operator&= (const IPV6Mask &mask)
Mask the internet host address object with a network mask address.
Friends
class __EXPORT IPV6Mask
__EXPORT IPV6Host operator& (const IPV6Host &addr, const IPV6Mask &mask)
Additional Inherited Members
Detailed Description
This object is used to hold the actual and valid internet address of a specific host machine that will be accessed through a socket.
Author:
David Sugar dyfet@ostel.com Address of a specific Internet host machine.
Constructor & Destructor Documentation
ost::IPV6Host::IPV6Host (const char *host = NULL)
Create a new host address for a specific internet host. The internet host can be specified in a null terminated ASCII string and include
either the physical host address or the DNS name of a host machine. Hence, an IPV6Host ('www.voxilla.org') can be directly declaired in
this manner.
Defaults to the IP address that represents the interface matching 'gethostname()'.
Parameters:
host dns or physical address of an Internet host.
ost::IPV6Host::IPV6Host (struct in6_addraddr)
Convert a system socket binary address such as may be returned through the accept() call or getsockpeer() into an internet host address
object. Parameters:
addr binary address of internet host.
Member Function Documentation
IPV6Host& ost::IPV6Host::operator&= (const IPV6Mask &mask)
Mask the internet host address object with a network mask address. This is commonly used to coerce an address by subnet.
Friends And Related Function Documentation
friend class __EXPORT IPV6Mask [friend]
__EXPORT IPV6Host operator& (const IPV6Host &addr, const IPV6Mask &mask) [friend]
Author
Generated automatically by Doxygen for GNU CommonC++ from the source code.
GNU CommonC++ Sat Jun 23 2012 ost::IPV6Host(3)