nn::socket::NameInfoType Enumerated Type

Syntax

enum NameInfoType;

Value

Value Description
NI_NOFQDN Get only the node name from the fully qualified domain name (FQDN).
NI_NUMERICHOST Store addresses in numeric notation.
NI_NAMEREQD Treat a failed host name query as an error.
NI_NUMERICSERV Store the port number in a numeric notation.
NI_DGRAM UDP query.

Description

Flags given to the GetNameInfo function.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL