HomeSort by: relevance | last modified time | path
    Searched defs:fuwopt (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/nsd/dist/dnstap/
dnstap.c 532 struct fstrm_unix_writer_options *fuwopt = NULL; local
563 fuwopt = fstrm_unix_writer_options_init();
564 fstrm_unix_writer_options_set_socket_path(fuwopt, socket_path);
599 fw = fstrm_unix_writer_init(fuwopt, fwopt);
620 fstrm_unix_writer_options_destroy(&fuwopt);
  /src/external/mpl/bind/dist/lib/dns/
dnstap.c 141 struct fstrm_unix_writer_options *fuwopt = NULL; local
186 fuwopt = fstrm_unix_writer_options_init();
187 if (fuwopt != NULL) {
188 fstrm_unix_writer_options_set_socket_path(fuwopt,
190 fw = fstrm_unix_writer_init(fuwopt, fwopt);
222 if (fuwopt != NULL) {
223 fstrm_unix_writer_options_destroy(&fuwopt);
273 struct fstrm_unix_writer_options *fuwopt = NULL; local
305 fuwopt = fstrm_unix_writer_options_init();
306 if (fuwopt != NULL)
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
dnstap.c 151 struct fstrm_unix_writer_options *fuwopt = NULL; local
195 fuwopt = fstrm_unix_writer_options_init();
196 if (fuwopt != NULL) {
197 fstrm_unix_writer_options_set_socket_path(fuwopt,
199 fw = fstrm_unix_writer_init(fuwopt, fwopt);
231 if (fuwopt != NULL) {
232 fstrm_unix_writer_options_destroy(&fuwopt);
282 struct fstrm_unix_writer_options *fuwopt = NULL; local
316 fuwopt = fstrm_unix_writer_options_init();
317 if (fuwopt != NULL)
    [all...]

Completed in 15 milliseconds