Home
last modified time | relevance | path

Searched refs:kDNSServiceErr_DoubleNAT (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A Ddns_sd.h699 kDNSServiceErr_DoubleNAT = -65558, enumerator
/illumos-gate/usr/src/contrib/mDNSResponder/Clients/
H A Ddns-sd.c1204 if (errorCode && errorCode != kDNSServiceErr_DoubleNAT) printf("Error code %d\n", errorCode); in port_mapping_create_reply()
1211 …tocol, ntohs(privatePort), ntohs(publicPort), ttl, errorCode == kDNSServiceErr_DoubleNAT ? " Doubl… in port_mapping_create_reply()