Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ost_ipv4multicast(3) [debian man page]

ost::IPV4Multicast(3)					     Library Functions Manual					     ost::IPV4Multicast(3)

NAME
ost::IPV4Multicast - A specialization of IPV4Address that provides address validation for multicast addresses. SYNOPSIS
#include <address.h> Inherits ost::IPV4Address. Public Member Functions IPV4Multicast () Create an Internet Multicast Address object with an empty (0.0.0.0) address. IPV4Multicast (const struct in_addr address) Convert the system internet address data type (struct in_addr) into a Common C++ IPV4Multicast object. IPV4Multicast (const char *address) Convert a null terminated ASCII multicast address string (example: '224.0.0.1') or multicast name string (example: 'sap.mcast.net') directly into a Common C++ IPV4Multicast object. Additional Inherited Members Detailed Description A specialization of IPV4Address that provides address validation for multicast addresses. Whenever its value changes the new value is checked to be in the range from 224.0.0.1 through 239.255.255.255. If it is not, an exception is thrown. A multicast network address. Author: Federico Montesino p5087@quintero.fie.us.es Constructor &; Destructor Documentation ost::IPV4Multicast::IPV4Multicast () Create an Internet Multicast Address object with an empty (0.0.0.0) address. ost::IPV4Multicast::IPV4Multicast (const struct in_addraddress) Convert the system internet address data type (struct in_addr) into a Common C++ IPV4Multicast object. Parameters: address struct of system used binary internet address. ost::IPV4Multicast::IPV4Multicast (const char *address) Convert a null terminated ASCII multicast address string (example: '224.0.0.1') or multicast name string (example: 'sap.mcast.net') directly into a Common C++ IPV4Multicast object. Works like IPV4Address(const char*). Parameters: address null terminated C string. Author Generated automatically by Doxygen for GNU CommonC++ from the source code. GNU CommonC++ Sat Jun 23 2012 ost::IPV4Multicast(3)

Check Out this Related Man Page

ost::IPV6MulticastValidator(3)				     Library Functions Manual				    ost::IPV6MulticastValidator(3)

NAME
ost::IPV6MulticastValidator - Class for the function object that validates multicast addresses. SYNOPSIS
#include <address.h> Inherits ost::IPV6Validator. Public Member Functions IPV6MulticastValidator () Constructor. virtual ~IPV6MulticastValidator () Keeps compilers happy... void operator() (const in6_addr address) const Application operator. Detailed Description Class for the function object that validates multicast addresses. Implements a specific application operator to validate multicast addresses. Author: Federico Montesino p5087@quintero.fie.us.es Validating class specialized for multicast addresses. Constructor &; Destructor Documentation ost::IPV6MulticastValidator::IPV6MulticastValidator () [inline] Constructor. Does not deal with any state. virtual ost::IPV6MulticastValidator::~IPV6MulticastValidator () [inline], [virtual] Keeps compilers happy... Member Function Documentation void ost::IPV6MulticastValidator::operator() (const in6_addraddress) const [virtual] Application operator. Apply the validation algorithm specific to multicast addresses Implements ost::IPV6Validator. Author Generated automatically by Doxygen for GNU CommonC++ from the source code. GNU CommonC++ Sat Jun 23 2012 ost::IPV6MulticastValidator(3)
Man Page

11 More Discussions You Might Find Interesting

1. Programming

Network programming

Hi, I`m trying to do some multicast programming, and i`m looking for a C-function to convert an Interfacename to an IP-address or/and a C-function to convert an Interfaceindex to an IP-address. I need it for the mcast_set_if(int sockfd, const char *ifname (!), u_int ifindex(!)) function by... (2 Replies)
Discussion started by: darkspace
2 Replies

2. UNIX for Dummies Questions & Answers

programming options

I am working on a community college certification in programming and have a choice of specialization in Java ,Visual Basic ,or Visual C++. I am curious to know what specialization would be best for the current job market and increase my earning potential? Any feedback would be greatly... (5 Replies)
Discussion started by: bilal_aa
5 Replies

3. UNIX for Dummies Questions & Answers

Cannot connect to the Internet

I running HPUX 11.0, Netscape gives me an error "Unable to locate Server" when using a www.something.com address. If I use an IP address I get past the router and onto the Internet. My workstation can get to the Router @ 192.168.0.1 and also it's local APACHE server. I have DHCP enabled... (8 Replies)
Discussion started by: johnalt
8 Replies

4. UNIX for Dummies Questions & Answers

Boot Problems

During the boot process of my SPARCstation 5, it hangs up at this message: Setting default interface for multicast: add net 224.0.0.0: gateway jpt2. What do I need to do to get past this point? Is there something I need to turn off? (2 Replies)
Discussion started by: saucierm
2 Replies

5. UNIX for Dummies Questions & Answers

Sharing a Unix Drive Over The Internet ... but

I don't know if this can be done, otherwise, my project will come to a screeching halt. I have a SCO 5.0.5 machine connected to the internet with a static IP address. I need to be able to share a drive : /shareddrive I need to map to it from a windows machine: hence, what i'd like to... (3 Replies)
Discussion started by: gseyforth
3 Replies

6. Solaris

How to assign multicast IP address

How can I assign multicast ip address to my Sun server. I need this configuration to set up weblogic in cluster mode. This setup needs a multicast IP address where the managed servers can broadcast their heartbeats. Thanks (0 Replies)
Discussion started by: krishan
0 Replies

7. IP Networking

mayewil"Requesting Internet Address for 0:14:4f:4d:61:7d"

Mayewil, how did you get around this problem of the repeating "Requesting Internet Address for 0:14:4f:4d:61:7d" messages? I just got stuck with it, and cannot seem to find a way out. venky_kiran (1 Reply)
Discussion started by: venky_kiran
1 Replies

8. Solaris

Multicast address config lost

On Solaris OS, We use the following command to config the multicast address for NIC in order to process the multicast packets: # route add 228.228.228.228 10.101.10.2 Where " 228.228.228.228 " is the multicast for specified NIC ip 10.101.10.2 . Also use the netstat -nr, the above set could... (0 Replies)
Discussion started by: Frank2004
0 Replies

9. AIX

Upgrading from aix 5.3 to ?

Hey guys, since AIX 5.3 reaches EOS on april 2012, I really need to update my systems asap. Any experience on upgrading directly to 7.1, with sap/db2/oracle? could do fresh installs and import my sap/db vgs, but this would be a lot of work cheers Funksen (4 Replies)
Discussion started by: funksen
4 Replies

10. UNIX for Dummies Questions & Answers

[Solved] Can't get on internet with Linux Static IP address and Linksys Router.

I configured my linux server with Static IP address out of the range of the DHCP linksys router, but cannot get on the internet. When I switch back to "Automatically obtain IP address" ..then I can get on the internet. Can comeone help with this. (2 Replies)
Discussion started by: FrankOscar
2 Replies

11. IP Networking

Multicast IP address

Hi please help, theoretically I',m interested in starting a streaming service using multicast IP service. I'd like to know how do I get an IP address that I can send my data too? (please don't just point me too Internet Assigned Numbers Authority as ive been there and it just seem to state... (1 Reply)
Discussion started by: fishman2001
1 Replies