Home | History | Annotate | Download | only in mDNSShared

Lines Matching refs:socketpair

617 			if (socketpair(AF_DNSSD, SOCK_STREAM, 0, sp) < 0) deliver_request_bailout("socketpair");
752 // Close our end of the socketpair *before* blocking in read_all to get the four-byte error code.