|
libUPnP 22.0.4
|
Represents a host port: e.g. "127.127.0.1:80" text is a token pointing to the full string representation. More...
#include <uri.h>

Data Fields | |
| token | text |
| struct sockaddr_storage | IPaddress |
| unsigned short int | port |
Represents a host port: e.g. "127.127.0.1:80" text is a token pointing to the full string representation.
| unsigned short int HOSTPORT::port |
Parsed port number. Valid regardless of whether IPaddress has been resolved yet (IPaddress.ss_family == AF_UNSPEC means "not yet resolved", see resolve_hostport()).
Referenced by copy_URL_list(), parse_hostport(), and resolve_hostport().
| token HOSTPORT::text |
Full host port.
Referenced by copy_URL_list(), create_url_list(), http_FixUrl(), http_MakeMessage(), notify_send_and_recv(), parse_hostport(), resolve_hostport(), and resolve_rel_url().