Searched refs:local_sin (Results 1 – 1 of 1) sorted by relevance
56 static struct sockaddr_in *local_sin; /* slpd addr, set on first use */ variable74 if (!local_sin) { in open_ipc()76 if (!local_sin) { in open_ipc()93 if (connect(slpdfd, (struct sockaddr *)local_sin, in open_ipc()94 sizeof (*local_sin)) == 0) { in open_ipc()263 if (local_sin) { in get_localhost_sin()278 local_sin = sin; in get_localhost_sin()