Home
last modified time | relevance | path

Searched refs:MHD_USE_DUAL_STACK (Results 1 – 6 of 6) sorted by relevance

/external/libmicrohttpd/src/examples/
Ddual_stack_example.c71 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG | MHD_USE_DUAL_STACK, in main()
/external/libmicrohttpd/src/include/
Dmicrohttpd.h553 MHD_USE_DUAL_STACK = MHD_USE_IPv6 | 2048, enumerator
/external/libmicrohttpd/
DChangeLog277 MHD_USE_DUAL_STACK in libmicrohttpd currently just *inhibits
280 MHD_USE_DUAL_STACK will not work (since it leaves the
408 (MHD_USE_DUAL_STACK) -MW
498 Added option 'MHD_USE_DUAL_STACK' to support a single
/external/libmicrohttpd/src/microhttpd/
Ddaemon.c3968 on = (MHD_USE_DUAL_STACK != (flags & MHD_USE_DUAL_STACK)); in MHD_start_daemon_va()
/external/libmicrohttpd/doc/
Dlibmicrohttpd.texi468 MHD_USE_DUAL_STACK, otherwise, if you only pass this option, MHD will
471 @item MHD_USE_DUAL_STACK
2700 flag MHD_USE_DUAL_STACK if always used when MHD_USE_IPv6 is
Dlibmicrohttpd.info406 socket, pass MHD_USE_DUAL_STACK, otherwise, if you only pass
410 'MHD_USE_DUAL_STACK'
2395 MHD_USE_DUAL_STACK if always used when MHD_USE_IPv6 is