Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSShared/
Duds_daemon.h42 extern int udsSupportReadFD(dnssd_sock_t fd, char* buf, int len, int flags, void *platform_data…
Duds_daemon.c3558 int nread = udsSupportReadFD(req->sd, buf, 4, 0, req->platform_data); in read_msg()
3572 …int nread = udsSupportReadFD(req->sd, (char *)&req->hdr + req->hdr_bytes, nleft, 0, req->platform_… in read_msg()
3621 …nread = udsSupportReadFD(req->sd, (char *)req->msgbuf + req->data_bytes, nleft, 0, req->platform_d… in read_msg()
/external/mdnsresponder/mDNSPosix/
DPosixDaemon.c248 int udsSupportReadFD(dnssd_sock_t fd, char *buf, int len, int flags, void *platform_data) in udsSupportReadFD() function
/external/mdnsresponder/mDNSWindows/SystemService/
DService.c2132 udsSupportReadFD( SocketRef fd, char *buf, int len, int flags, void *platform_data ) in udsSupportReadFD() function