Home
last modified time | relevance | path

Searched refs:isc_sockettype_fdwatch (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dsocket.h168 isc_sockettype_fdwatch = 5 enumerator
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/
H A Dsocket.c1597 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 …]