#include <wvaddr.h>
Inheritance diagram for WvIPPortAddr:
Public Methods | |
WvIPPortAddr () | |
WvIPPortAddr (const unsigned char _ipaddr[4], __u16 _port=0) | |
WvIPPortAddr (const WvIPAddr &_ipaddr, __u16 _port=0) | |
WvIPPortAddr (const char string[]) | |
WvIPPortAddr (const WvString &string) | |
void | string_init (const char string[]) |
WvIPPortAddr (__u16 _port) | |
WvIPPortAddr (const char string[], __u16 _port) | |
WvIPPortAddr (struct sockaddr_in *sin) | |
virtual | ~WvIPPortAddr () |
virtual struct sockaddr * | sockaddr () const |
virtual unsigned | WvHash () const |
virtual bool | comparator (const WvAddr *a2) const |
WvIPPortAddr () | |
WvIPPortAddr (const unsigned char _ipaddr[4], __u16 _port=0) | |
WvIPPortAddr (const WvIPAddr &_ipaddr, __u16 _port=0) | |
WvIPPortAddr (const char string[]) | |
WvIPPortAddr (const WvString &string) | |
void | string_init (const char string[]) |
WvIPPortAddr (__u16 _port) | |
WvIPPortAddr (const char string[], __u16 _port) | |
WvIPPortAddr (struct sockaddr_in *sin) | |
virtual | ~WvIPPortAddr () |
virtual struct sockaddr * | sockaddr () const |
virtual unsigned | WvHash () const |
virtual bool | comparator (const WvAddr *a2) const |
Public Attributes | |
__u16 | port |
Protected Methods | |
virtual WvString | printable () const |
virtual WvString | printable () const |
Note that the rawdata() function is inherited from WvIPAddr, so it does not include the port number in the raw data.
Definition at line 364 of file include/wvaddr.h.
|
Definition at line 633 of file wvaddr.cc. References WvAddr::addrtype, port, and wvipportaddr. |
|
Definition at line 640 of file wvaddr.cc. References WvAddr::addrtype, port, and wvipportaddr. |
|
Definition at line 648 of file wvaddr.cc. References WvAddr::addrtype, port, and wvipportaddr. |
|
Definition at line 374 of file include/wvaddr.h. References string_init. |
|
Definition at line 376 of file include/wvaddr.h. References string_init. |
|
Definition at line 678 of file wvaddr.cc. References WvAddr::addrtype, port, and wvipportaddr. |
|
Definition at line 686 of file wvaddr.cc. References WvAddr::addrtype, port, and wvipportaddr. |
|
Definition at line 382 of file include/wvaddr.h. References port, and WvIPAddr::s_addr. |
|
|
|
|
|
|
|
|
|
Definition at line 374 of file ipstreams/wvaddr.h. References string_init. |
|
Definition at line 376 of file ipstreams/wvaddr.h. References string_init. |
|
|
|
|
|
Definition at line 382 of file ipstreams/wvaddr.h. References port, and WvIPAddr::s_addr. |
|
|
|
Reimplemented from WvAddr. |
|
Reimplemented from WvAddr. Definition at line 724 of file wvaddr.cc. References WvAddr::comparator, and port. |
|
Reimplemented from WvIPAddr. |
|
Reimplemented from WvIPAddr. Definition at line 701 of file wvaddr.cc. References port, and WvIPAddr::printable. |
|
Reimplemented from WvIPAddr. |
|
Reimplemented from WvIPAddr. Definition at line 710 of file wvaddr.cc. References port, WvIPAddr::sockaddr, and sockaddr_bin. Referenced by WvTCPConn::do_connect, WvTCPConn::post_select, WvUDPStream::uwrite, WvTCPListener::WvTCPListener, and WvUDPStream::WvUDPStream. |
|
Reimplemented from WvIPAddr. |
|
Reimplemented from WvIPAddr. Definition at line 657 of file wvaddr.cc. References WvAddr::addrtype, port, and wvipportaddr. Referenced by WvIPPortAddr. |
|
Reimplemented from WvAddr. |
|
Reimplemented from WvAddr. Definition at line 718 of file wvaddr.cc. References port, and WvAddr::WvHash. |
|
Definition at line 369 of file ipstreams/wvaddr.h. Referenced by WvTCPConn::check_resolver, comparator, WvIPFirewall::port_command, printable, WvIPFirewall::redir_command, sockaddr, string_init, WvHash, WvIPPortAddr, WvTCPConn::WvTCPConn, and WvTCPListener::WvTCPListener. |