Lines Matching defs:code

49    you can still use the exact same client C code as you'd use on a
276 // find you get code that doesn't work consistently on big-endian and little-endian machines.
382 // mStatus_MemFree is the last legal mDNS error code, at the end of the range allocated for mDNS
474 // The actual definition of these structures appear in the appropriate platform support code
626 mDNSu8 code;
990 // a type above 256 (.US zone had TYPE65534 when this code was written) and not able to handle it.
1078 // The internal data structures of the mDNS code may not be in a state where mDNS API calls may be made safely.
1270 mStatus NewResult; // New error code; will be copied to Result just prior to invoking callback
1608 // Everywhere else in the code, the determination of whether a question is unicast is made by checking to see if TargetQID is nonzero.
1629 // Wrapper struct for Auth Records for higher-level code that cannot use the AuthRecord's ->next pointer field
1707 mDNSRecordCallback *StatusCallback; // callback to deliver success or error code to client layer
1725 // A ServiceRecordSet has no special meaning to the core code of the Multicast DNS protocol engine;
1866 // INSECURE validation is set internally by dnssec code to indicate that it is currently proving something
2315 mDNSs32 timenow; // The time that this particular activation of the mDNS code started
2431 mDNSu16 LastNATMapResultCode; // Most recent error code for mappings
2585 // define "mDNSinline" (to empty string) so that we generate code in the following section
2646 // the resource record's mDNSRecordCallback will be called with error code mStatus_NameConflict. The callback should deregister
2658 // For example, if the support code on a particular platform implements timer callbacks at interrupt time, then
2660 // code is not entered by an interrupt-time timer callback while in the middle of processing a client call.
2753 // since code in mDNSCore does not include the DNSServiceFlags definitions in dns_sd.h.
2894 // You can uncomment the hash-defines below if you don't want to have to change your source code right away.
2895 // When updating your code, note that (unlike the old versions) *all* the new routines take the target object
3073 // Normal client code should not use any of types defined here, or directly call any of the functions defined here.
3081 // When a packet is received, the PlatformSupport code calls mDNSCoreReceive()
3244 // The core mDNS code provides these functions, for the platform support code to call at appropriate times