Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ntp/lib/isc/unix/
H A Dsocket.c1730 case isc_sockettype_fdwatch: in doio_recv()
1950 if (type == isc_sockettype_fdwatch) in closesocket()
1955 if (type == isc_sockettype_fdwatch) { in closesocket()
2266 case isc_sockettype_fdwatch: in opensocket()
2565 REQUIRE(type != isc_sockettype_fdwatch); in socket_create()
2668 REQUIRE(sock->type != isc_sockettype_fdwatch); in isc__socket_open()
2910 if (sock->type != isc_sockettype_fdwatch) { in dispatch_recv()
2927 if (sock->type == isc_sockettype_fdwatch) in dispatch_recv()
2944 if (sock->type != isc_sockettype_fdwatch) { in dispatch_send()
2961 if (sock->type == isc_sockettype_fdwatch) in dispatch_send()
[all …]
/freebsd-12.1/contrib/ntp/lib/isc/include/isc/
H A Dsocket.h224 isc_sockettype_fdwatch = 4 enumerator
/freebsd-12.1/contrib/ntp/lib/isc/win32/
H A Dsocket.c1650 REQUIRE(type != isc_sockettype_fdwatch); in socket_create()
1847 REQUIRE(sock->type != isc_sockettype_fdwatch); in isc_socket_open()
1880 REQUIRE(sock->type != isc_sockettype_fdwatch); in isc__socket_detach()
1906 REQUIRE(sock->type != isc_sockettype_fdwatch); in isc_socket_close()
3039 REQUIRE(sock->type != isc_sockettype_fdwatch); in isc__socket_sendto()
3871 else if (type == isc_sockettype_fdwatch) in _socktype()