NI_DGRAM
(flags & NI_DGRAM) ? "udp" : "tcp",
sp = getservbyport(port, (flags & NI_DGRAM) ? "udp" : "tcp");
flags & NI_DGRAM ? "udp" : "tcp");
NI_DGRAM | NI_WITHSCOPEID)