Searched refs:local_sin (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_ipc.c58 static struct sockaddr_in *local_sin; /* slpd addr, set on first use */ variable in typeref:struct:sockaddr_in
76 if (!local_sin) {
78 if (!local_sin) {
95 if (connect(slpdfd, (struct sockaddr *)local_sin,
96 sizeof (*local_sin)) == 0) {
258 * After the first call, the address of slpd is cached in local_sin.
260 * side effect: local_sin is set to an address for slpd.
267 if (local_sin) {
282 local_sin = sin;

Completed in 73 milliseconds