Lines Matching refs:prot
519 const char *prot = n->Protocol == NATOp_MapUDP ? "UDP" : n->Protocol == NATOp_MapTCP ? "TCP" : "?";
520 (void)prot;
525 n, prot, mDNSVal16(n->IntPort), mDNSVal16(extport), lease, err);
540 n, prot, mDNSVal16(n->IntPort), mDNSVal16(n->RequestedPort), mDNSVal16(extport));
546 n, prot, mDNSVal16(n->IntPort), mDNSVal16(extport), lease);
566 LogMsg("Error! Tried to add a NAT traversal that's already in the active list: request %p Prot %d Int %d TTL %d",
575 LogMsg("Warning: Created port mapping request %p Prot %d Int %d TTL %d "
576 "duplicates existing port mapping request %p Prot %d Int %d TTL %d",
638 LogMsg("Warning: Removed port mapping request %p Prot %d Int %d TTL %d "
639 "duplicates existing port mapping request %p Prot %d Int %d TTL %d",
4125 const mDNSu8 *prot = (const mDNSu8 *)"\004_udp";
4153 if (!SameDomainLabel(label, prot)){ debugf("WABquestion: Not a WAB question %##s, label3 mismatch", qname->c);return(mDNSfalse); }