#include <kextsock.h>
Public Methods | |
| operator const KSocketAddress * () const | |
| operator const addrinfo & () const | |
| operator const addrinfo * () const | |
| const KSocketAddress * | address () const |
| int | flags () const |
| int | family () const |
| int | socktype () const |
| int | protocol () const |
| const char * | canonname () const |
| int | length () const |
Definition at line 971 of file kextsock.h.
|
|
Returns the KAddressInfo's KSocketAddress. Only valid as long as the KAddressInfo exists.
Definition at line 1012 of file kextsock.h. |
|
|
Returns the official name of the host (see getaddrinfo(3)). Only valid as long as the KAddressInfo exists.
|
|
|
Returns the family of the address info (see getaddrinfo(3)).
|
|
|
Returns the flags of the address info (see getaddrinfo(3)).
|
|
|
Returns the length of the KSocketAddress.
Definition at line 1051 of file kextsock.h. References KSocketAddress::size(). |
|
|
Returns the KAddressInfo's addrinfo. Definition at line 997 of file kextsock.h. |
|
|
Returns a pointer to KAddressInfo's addrinfo. Only valid as long as the KAddressInfo exists. Definition at line 1004 of file kextsock.h. |
|
|
Returns the KAddressInfo's KSocketAddress. Only valid as long as the KAddressInfo exists. Definition at line 991 of file kextsock.h. |
|
|
Returns the protocol of the address info (see getaddrinfo(3)).
|
|
|
Returns the socket type of the address info (see getaddrinfo(3)).
|
1.2.18