• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Including arpa/nameser_compat.h
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Including arpa/nameser_compat.h


  • Subject: Re: Including arpa/nameser_compat.h
  • From: Marc Majka <email@hidden>
  • Date: Tue, 18 Sep 2007 13:32:18 -0700

BIND 9 replaced the visible HEADER struct with a new struct named ns_msg, and set of accessor macros in <nameser.h>

#define ns_msg_id(handle) ((handle)._id + 0)
#define ns_msg_base(handle) ((handle)._msg + 0)
#define ns_msg_end(handle) ((handle)._eom + 0)
#define ns_msg_size(handle) ((handle)._eom - (handle)._msg)
#define ns_msg_count(handle, section) ((handle)._counts[section] + 0)
Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
  • Follow-Ups:
    • Re: Including arpa/nameser_compat.h
      • From: "Bhavesh Davda" <email@hidden>
References: 
 >Including arpa/nameser_compat.h (From: "Bhavesh Davda" <email@hidden>)

  • Prev by Date: Including arpa/nameser_compat.h
  • Next by Date: Re: Including arpa/nameser_compat.h
  • Previous by thread: Including arpa/nameser_compat.h
  • Next by thread: Re: Including arpa/nameser_compat.h
  • Index(es):
    • Date
    • Thread