data_structures.xml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
  4. <section id="data_structures" xmlns:xi="http://www.w3.org/2001/XInclude">
  5. <sectioninfo>
  6. <revhistory>
  7. <revision>
  8. <revnumber>$Revision$</revnumber>
  9. <date>$Date$</date>
  10. </revision>
  11. </revhistory>
  12. </sectioninfo>
  13. <title>Data Structures</title>
  14. <para>
  15. There are some data structures that are important and widely used in
  16. the server. We will describe them in detail in this section.
  17. </para>
  18. <note>
  19. <para>
  20. There are many more structures and types defined across the server
  21. and modules. We will describe only the most important and common
  22. data structure here. The rest will be described in other sections
  23. if needed.
  24. </para>
  25. </note>
  26. <xi:include href="str.xml"/>
  27. <xi:include href="hdr_field.xml"/>
  28. <xi:include href="sip_uri.xml"/>
  29. <xi:include href="via_body.xml"/>
  30. <xi:include href="ip_addr.xml"/>
  31. <xi:include href="lump.xml"/>
  32. <xi:include href="lump_rpl.xml"/>
  33. <xi:include href="msg_start.xml"/>
  34. <xi:include href="sip_msg.xml"/>
  35. <xi:include href="to_body.xml"/>
  36. <xi:include href="cseq_body.xml"/>
  37. </section>