Home
last modified time | relevance | path

Searched refs:dnssd_sock_t (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.h105 extern mStatus udsSupportAddFDToEventLoop(dnssd_sock_t fd, udsEventCallback callback, void *context…
106 extern mStatus udsSupportRemoveFDFromEventLoop(dnssd_sock_t fd); // Note: This also CLOSES the file…
H A Duds_daemon.c723 dnssd_sock_t sd;
772 dnssd_sock_t sd;
778 dnssd_sock_t sd;
817 dnssd_sock_t sd;
877 static dnssd_sock_t listenfd = dnssd_InvalidSocket;
1253 dnssd_sock_t sd; in connect_callback()
1369 dnssd_sock_t errfd = socket(AF_DNSSD, SOCK_STREAM, 0); in request_callback()
/titanic_41/usr/src/lib/libdns_sd/common/
H A Ddnssd_ipc.h106 # define dnssd_sock_t SOCKET macro
127 # define dnssd_sock_t int macro
H A Ddnssd_clientstub.c242 dnssd_sock_t sockfd; // connected socket between client and daemon
262 static int write_all(dnssd_sock_t sd, char *buf, int len) in write_all()
277 static int read_all(dnssd_sock_t sd, char *buf, int len) in read_all()
422 dnssd_sock_t listenfd = dnssd_InvalidSocket, errsd = dnssd_InvalidSocket; in deliver_request()