Home | History | Annotate | Download | only in mDNSCore

Lines Matching defs:DumpPacket

2538 // Note: DumpPacket expects the packet header fields in host byte order, not network byte order
2539 mDNSexport void DumpPacket(mDNS *const m, mStatus status, mDNSBool sent, char *transport,
2650 DumpPacket(m, status, mDNStrue, sock && (sock->flags & kTCPSocketFlags_UseTLS) ? "TLS" : sock ? "TCP" : "UDP", mDNSNULL, src ? src->port : MulticastDNSPort, dst, dstport, msg, end);