Searched defs:closesocket (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/bsd/libpcap/dist/
H A Dsockutils.h56 #define closesocket(a) close(a) macro
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/internal/
H A Dsockets.h137 # define closesocket(s) close_s(s) macro
142 # define closesocket(s) close(s) macro
147 # define closesocket(s) close(s) macro
152 # define closesocket(s) close(s) macro
/netbsd-current/crypto/external/bsd/openssl/dist/include/internal/
H A Dsockets.h139 # define closesocket(s) close_s(s) macro
144 # define closesocket(s) close(s) macro
149 # define closesocket(s) close(s) macro
162 # define closesocket(s) close(s) macro
165 # define closesocket(s) close(s) macro
/netbsd-current/external/bsd/ntp/dist/include/
H A Dntp_types.h293 # define closesocket(fd) close(fd) macro
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/ossl_shim/
H A Dossl_shim.cc62 static int closesocket(int sock) { function in namespace:bssl
/netbsd-current/external/bsd/ntp/dist/lib/isc/unix/
H A Dsocket.c1942 closesocket(isc__socketmgr_t *manager, isc__socket_t *sock, int fd) { function

Completed in 162 milliseconds