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

  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
socket.h 168 isc_sockettype_fdwatch = 5 enumerator in enum:__anon24379
  /src/external/bsd/ntp/dist/libntp/lib/isc/include/isc/
socket.h 226 isc_sockettype_fdwatch = 4 enumerator in enum:__anon7420
430 * For isc_sockettype_fdwatch sockets you should use isc_socket_fdwatchcreate()
443 *\li 'type' is not isc_sockettype_fdwatch
583 * \li 'sock->type' is not isc_sockettype_fdwatch
611 * \li 'sock->type' is not isc_sockettype_fdwatch
  /src/external/mpl/dhcp/bind/dist/lib/isc/unix/
socket.c 1597 case isc_sockettype_fdwatch:
1806 if (sock->type == isc_sockettype_fdwatch)
1811 if (sock->type == isc_sockettype_fdwatch) {
2232 case isc_sockettype_fdwatch:
2234 * We should not be called for isc_sockettype_fdwatch
2489 REQUIRE(type != isc_sockettype_fdwatch);
2603 REQUIRE(sock->type != isc_sockettype_fdwatch);
2682 REQUIRE(sock->type != isc_sockettype_fdwatch);
2715 if (sock->type != isc_sockettype_fdwatch) {
2724 if (sock->type != isc_sockettype_fdwatch) {
    [all...]

Completed in 19 milliseconds