#include <ip_base.h>
Public Types | |
| typedef list< ip_addr >::iterator | iterator |
| typedef list< ip_addr >::const_iterator | const_iterator |
Public Member Functions | |
| iterator | begin (void) |
| iterator | end (void) |
| const_iterator | begin (void) const |
| const_iterator | end (void) const |
| bool | hasaddr (ip_addr addr) |
| int | add (ip_addr addr) |
| int | add (const ip_addr_list &na) |
| void | setgoodaddr (ip_addr addr) |
| int | fillbuf (ubyte *buf) const |
| int | readbuf (const ubyte *buf) |
| void | clear (void) |
| ip_addr_list (const ip_addr_list &nl) | |
| ip_addr_list (void) | |
Public Attributes | |
| int | naddr |
| ip_addr * | goodaddr |
Protected Attributes | |
| list< ip_addr > | addrs |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6