nn::socket::NameInfoType Enumerated Typeenum NameInfoType;
| 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. |
Flags given to the GetNameInfo function.
CONFIDENTIAL