tree: 2697a896a3f03822e7c64a370c9bf4c4d7e51bd7 [path history] [tgz]
  1. log/
  2. .gitignore
  3. adv-ctl-common.h
  4. adv-ctl-server.c
  5. adv-ctl-server.h
  6. advertising_proxy_services.c
  7. advertising_proxy_services.h
  8. config-parse.c
  9. config-parse.h
  10. cti-common.h
  11. cti-openthread.c
  12. cti-openthread.h
  13. cti-proto.c
  14. cti-proto.h
  15. cti-server.c
  16. cti-server.h
  17. cti-services.c
  18. cti-services.h
  19. dns-msg.h
  20. dnssd-client.c
  21. dnssd-client.h
  22. dnssd-proxy.c
  23. dnssd-proxy.h
  24. dnssd-relay.c
  25. dso-utils.c
  26. dso-utils.h
  27. fromwire.c
  28. hmac-macos.c
  29. hmac-mbedtls.c
  30. hmac-openssl.c
  31. interface-monitor-macos.h
  32. interface-monitor-macos.m
  33. ioloop-common.c
  34. ioloop-common.h
  35. ioloop.c
  36. ioloop.h
  37. keydump.c
  38. macos-ioloop.c
  39. Makefile
  40. nat64-macos.c
  41. nat64-macos.h
  42. nat64.c
  43. nat64.h
  44. node-type-tracker.c
  45. node-type-tracker.h
  46. object-types.h
  47. omr-publisher.c
  48. omr-publisher.h
  49. omr-watcher.c
  50. omr-watcher.h
  51. posix.c
  52. probe-srp.c
  53. probe-srp.h
  54. ra-tester.c
  55. README.md
  56. route-tracker.c
  57. route-tracker.h
  58. route.c
  59. route.h
  60. service-publisher.c
  61. service-publisher.h
  62. service-tracker.c
  63. service-tracker.h
  64. sign-macos.c
  65. sign-mbedtls.c
  66. srp-api.h
  67. srp-client.c
  68. srp-crypto.h
  69. srp-dns-proxy.c
  70. srp-features.h
  71. srp-filedata.c
  72. srp-gw.h
  73. srp-ioloop.c
  74. srp-log.c
  75. srp-log.h
  76. srp-mdns-proxy.c
  77. srp-mdns-proxy.h
  78. srp-parse.c
  79. srp-proxy.h
  80. srp-replication.c
  81. srp-replication.h
  82. srp-thread.c
  83. srp-thread.h
  84. srp-tls.h
  85. srp.h
  86. state-machine.c
  87. state-machine.h
  88. thread-device.c
  89. thread-device.h
  90. thread-service.c
  91. thread-service.h
  92. thread-tracker.c
  93. thread-tracker.h
  94. tls-macos.h
  95. tls-mbedtls.c
  96. towire.c
  97. verify-macos.c
  98. verify-mbedtls.c
  99. wireutils.c
ServiceRegistration/README.md

DNSSD Extensions for Service Registration, Advertising Proxy, Discovery Proxy and Discovery Relay

This subdirectory includes the implementations for various DNSSD extensions. These share a common code base that is largely separate from mDNSResponder.

Coding conventions used in this subdirectory