Home | History | Annotate | Download | only in mDNSShared

Lines Matching refs:regtype

543  * DNS name of a resource is broken, for convenience, into servicename/regtype/domain.
546 * represent exactly what they are. The "regtype" portion is, technically speaking,
555 * terminating NULL at the end). The regtype is of the form _service._tcp or
558 * any legal domain, providing that the resulting servicename+regtype+domain
563 * servicename/regtype/domain are simply passed unchanged to DNSServiceResolve().
566 * For converting from servicename/regtype/domain to a single properly-escaped
900 * regtype: The type of service registered, as it was passed to the callout.
916 const char *regtype,
945 * regtype
1030 const char *regtype,
1185 * regtype: The service type, which is usually (but not always) the same as was passed
1191 * is simply "_ftp._tcp". The regtype for each discovered service instance
1211 const char *regtype,
1231 * regtype: The service type being browsed for followed by the protocol, separated by a
1259 const char *regtype,
1321 * DNSServiceResolve(sd, flags, index, name, regtype, domain, (DNSServiceResolveReply)MyCallback, context);
1364 * regtype: The type of the service instance to be resolved, as reported to the
1388 const char *regtype,
2010 * regtype: The service type followed by the protocol, separated by a dot
2024 const char * const regtype,