Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:mDNSPlatformWriteTCP

2635 			long nsent = mDNSPlatformWriteTCP(sock, (char*)lenbuf, 2);		// Should do scatter/gather here -- this is probably going out as two packets
2639 nsent = mDNSPlatformWriteTCP(sock, (char *)msg, msglen);