#include <address.h>
Inheritance diagram for ost::IPV4MulticastValidator:

Public Member Functions | |
| IPV4MulticastValidator () | |
| Constructor. | |
| virtual | ~IPV4MulticastValidator () |
| Keeps compilers happy. | |
| void | operator() (const in_addr address) const |
| Application operator. | |
Implements a specific application operator to validate multicast addresses.
|
|
Constructor. Does not deal with any state. |
|
|
Keeps compilers happy.
|
|
|
Application operator. Apply the validation algorithm specific to multicast addresses Implements ost::IPV4Validator. |
1.3.9.1