Searched defs:getDomainName (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DHost.java39 System.out.println(getDomainName());
78 public synchronized static String getDomainName() method in class:Host
81 Debug.message("SVR: Host.getDomainName()");
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.c2743 mDNSexport const mDNSu8 *getDomainName(const DNSMessage *const msg, const mDNSu8 *ptr, const mDNSu8 *const end, function
2751 { debugf("getDomainName: Illegal ptr not within packet boundaries"); return(mDNSNULL); }
2765 { debugf("getDomainName: Malformed domain name (overruns packet end)"); return(mDNSNULL); }
2767 { debugf("getDomainName: Malformed domain name (more than 256 characters)"); return(mDNSNULL); }
2773 case 0x40: debugf("getDomainName: Extended EDNS0 label types 0x%X not supported in name %##s", len, name->c);
2776 case 0x80: debugf("getDomainName: Illegal label length 0x%X in domain name %##s", len, name->c); return(mDNSNULL);
2782 { debugf("getDomainName: Illegal compression pointer not within packet boundaries"); return(mDNSNULL); }
2784 { debugf("getDomainName: Compression pointer must point to real label"); return(mDNSNULL); }
2877 ptr = getDomainName(msg, ptr, end, &rdb->name);
2894 ptr = getDomainName(ms
[all...]

Completed in 69 milliseconds