Searched refs:isc_sockettype_fdwatch (Results 1 – 2 of 2) sorted by relevance
168 isc_sockettype_fdwatch = 5 enumerator
1597 case isc_sockettype_fdwatch: in doio_recv()1806 if (sock->type == isc_sockettype_fdwatch) in socketclose()1811 if (sock->type == isc_sockettype_fdwatch) { in socketclose()2232 case isc_sockettype_fdwatch: in opensocket()2489 REQUIRE(type != isc_sockettype_fdwatch); in socket_create()2603 REQUIRE(sock->type != isc_sockettype_fdwatch); in isc_socket_open()2682 REQUIRE(sock->type != isc_sockettype_fdwatch); in isc_socket_close()2715 if (sock->type != isc_sockettype_fdwatch) { in dispatch_recv()2724 if (sock->type != isc_sockettype_fdwatch) { in dispatch_send()5404 case isc_sockettype_fdwatch: in _socktype()[all …]