nn::socket::NameInfoType Enumerated Type

Syntax

enum NameInfoType;

Value

Value Description
NI_NOFQDN Get the node name alone 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.


CONFIDENTIAL