Lines Matching refs:skt
3929 mDNSlocal mDNSBool uds_socket_setup(dnssd_sock_t skt)
3936 if (setsockopt(skt, SOL_SOCKET, SO_NP_EXTENSIONS, &sonpx, optlen) < 0)
3943 if (ioctlsocket(skt, FIONBIO, &opt) != 0)
3945 if (fcntl(skt, F_SETFL, fcntl(skt, F_GETFL, 0) | O_NONBLOCK) != 0)
3952 if (listen(skt, LISTENQ) != 0)
3958 if (mStatus_NoError != udsSupportAddFDToEventLoop(skt, connect_callback, (void *) NULL, (void **) NULL))
3963 else LogOperation("%3d: Listening for incoming Unix Domain Socket client requests", skt);