Home
last modified time | relevance | path

Searched refs:ns_sin (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libresolv/
H A Dres_mkquery.c76 struct sockaddr_in ns_sin; in _confcheck() local
99 IN_SET_LOOPBACK_ADDR(&ns_sin); in _confcheck()
100 ns_sin.sin_port = htons(NAMESERVER_PORT); in _confcheck()
101 if (connect(ns, (struct sockaddr *) &ns_sin, in _confcheck()
102 sizeof ns_sin) == -1) { in _confcheck()
H A Dres_send.c94 struct sockaddr_in ns_sin; in _confcheck() local
114 IN_SET_LOOPBACK_ADDR(&ns_sin); in _confcheck()
115 ns_sin.sin_port = htons(NAMESERVER_PORT); in _confcheck()
116 if (connect(ns, (struct sockaddr *) &ns_sin, in _confcheck()
117 sizeof ns_sin) == -1) { in _confcheck()
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_mkquery.c340 struct sockaddr_in ns_sin; in _confcheck() local
360 IN_SET_LOOPBACK_ADDR(&ns_sin); in _confcheck()
361 ns_sin.sin_port = htons(NAMESERVER_PORT); in _confcheck()
362 if (connect(ns, (struct sockaddr *) &ns_sin, in _confcheck()
363 sizeof ns_sin) == -1) { in _confcheck()