Lines Matching refs:sd
337 mDNSexport TCPSocket *mDNSPlatformTCPAccept(TCPSocketFlags flags, int sd)
340 (void)sd; // Unused
1056 mDNSlocal mDNSu32 ProcessRoutingNotification(int sd)
1057 // Read through the messages on sd and if any indicate that any interface records should
1070 readCount = read(sd, buff, sizeof buff);
1086 readCount += read(sd, buff + readCount, sizeof buff - readCount);
1145 mDNSlocal mDNSu32 ProcessRoutingNotification(int sd)
1146 // Read through the messages on sd and if any indicate that any interface records should
1154 readCount = read(sd, buff, sizeof buff);