Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libdns_sd/common/
H A Ddns_sd.h639 kDNSServiceErr_DoubleNAT = -65558, enumerator
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/dns-sd/
H A Ddns-sd.c1137 if (errorCode && errorCode != kDNSServiceErr_DoubleNAT) printf("Error code %d\n", errorCode); in port_mapping_create_reply()
1144 …tocol, ntohs(privatePort), ntohs(publicPort), ttl, errorCode == kDNSServiceErr_DoubleNAT ? " Doubl… in port_mapping_create_reply()