Searched refs:udsSupportReadFD (Results 1 – 3 of 3) sorted by relevance
| /titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
| H A D | uds_daemon.h | 47 extern int udsSupportReadFD(dnssd_sock_t fd, char* buf, int len, int flags, void *platform_data…
|
| H A D | PosixDaemon.c | 249 int udsSupportReadFD(dnssd_sock_t fd, char *buf, int len, int flags, void *platform_data) in udsSupportReadFD() function
|
| H A D | uds_daemon.c | 4594 int nread = udsSupportReadFD(req->sd, buf, 4, 0, req->platform_data); in read_msg() 4608 …int nread = udsSupportReadFD(req->sd, (char *)&req->hdr + req->hdr_bytes, nleft, 0, req->platform_… in read_msg() 4657 …nread = udsSupportReadFD(req->sd, (char *)req->msgbuf + req->data_bytes, nleft, 0, req->platform_d… in read_msg()
|