Home
last modified time | relevance | path

Searched refs:isc_sockettype_udp (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/ntp/lib/isc/tests/
H A Dsocket_test.c106 result = isc_socket_create(socketmgr, PF_INET, isc_sockettype_udp, &s1); in ATF_TC_BODY()
111 result = isc_socket_create(socketmgr, PF_INET, isc_sockettype_udp, &s2); in ATF_TC_BODY()
177 result = isc_socket_create(socketmgr, PF_INET, isc_sockettype_udp, &s1); in ATF_TC_BODY()
182 result = isc_socket_create(socketmgr, PF_INET, isc_sockettype_udp, &s2); in ATF_TC_BODY()
/freebsd-12.1/contrib/ntp/lib/isc/unix/
H A Dsocket.c1377 if ((sock->type == isc_sockettype_udp) in build_msghdr_send()
1450 if (sock->type == isc_sockettype_udp) { in build_msghdr_recv()
1531 if (sock->type == isc_sockettype_udp) { in build_msghdr_recv()
1728 case isc_sockettype_udp: in doio_recv()
1774 if (sock->type == isc_sockettype_udp) in doio_recv()
2257 case isc_sockettype_udp: in opensocket()
2572 case isc_sockettype_udp: in socket_create()
4565 if (sock->type == isc_sockettype_udp) in isc__socket_recvv()
4629 if (sock->type == isc_sockettype_udp) in isc__socket_recv2()
4673 if (sock->type == isc_sockettype_udp) in socket_send()
[all …]
/freebsd-12.1/contrib/ntp/lib/isc/win32/
H A Dsocket.c1044 if (sock->type == isc_sockettype_udp) { in set_dev_address()
1223 if (sock->type == isc_sockettype_udp) { in fill_recv()
1275 if (sock->type == isc_sockettype_udp) in fill_recv()
1664 case isc_sockettype_udp: in socket_create()
1742 if (type == isc_sockettype_udp) { in socket_create()
2845 if (sock->type == isc_sockettype_udp) in isc__socket_recvv()
2938 if (sock->type == isc_sockettype_udp) in isc__socket_recv2()
3149 REQUIRE(sock->type == isc_sockettype_udp); in isc__socket_sendto2()
3865 if (type == isc_sockettype_udp) in _socktype()
/freebsd-12.1/contrib/ntp/lib/isc/include/isc/
H A Dsocket.h221 isc_sockettype_udp = 1, enumerator