Home | History | Annotate | Download | only in openssl

Lines Matching refs:SHUTDOWN

487 #      define SHUTDOWN(fd)		close(fd)
514 # define SHUTDOWN(fd) { shutdown((fd),0); closesocket(fd); }
515 # define SHUTDOWN2(fd) { shutdown((fd),2); closesocket(fd); }
519 # define SHUTDOWN(fd) close_s(fd)
528 # define SHUTDOWN(fd) MacSocket_close(fd)
549 # define SHUTDOWN(fd) { shutdown((fd),0); closesocket(fd); }
550 # define SHUTDOWN2(fd) { shutdown((fd),2); closesocket(fd); }
614 # define SHUTDOWN(fd) { shutdown((fd),0); closesocket((fd)); }
615 # define SHUTDOWN2(fd) { shutdown((fd),2); closesocket((fd)); }