]> The Tcpdump Group git mirrors - libpcap/commit
restrict result from getaddrinfo() by specifying hints.ai_socktype.
authoritojun <itojun>
Thu, 25 Nov 1999 08:25:35 +0000 (08:25 +0000)
committeritojun <itojun>
Thu, 25 Nov 1999 08:25:35 +0000 (08:25 +0000)
commit45ac9150b775ae43e62216794ba122dbac8b0407
tree33efee2073c05df8211a0f639495871afe4349d8
parentbd8f1d4a95806e2fd5c38d299c9987f2e017e15f
restrict result from getaddrinfo() by specifying hints.ai_socktype.
otherwise, multiple answer may be returned for single numeric address
(for SOCK_STREAM and SOCK_DGRAM, for example).
nametoaddr.c