Searched defs:close_socket (Results 1 – 4 of 4) sorted by relevance
752 #define close_socket(_s) do { if (_s != SOCK_INVALID) {closesocket(_s); _s = -1;} } while(0) macro755 #define close_socket(_s) do { if (_s != SOCK_INVALID) {close(_s); _s = -1;} } while(0) macro
753 #define close_socket(_s) do { if (_s != SOCK_INVALID) {closesocket(_s); _s = -1;} } while(0) macro756 #define close_socket(_s) do { if (_s != SOCK_INVALID) {close(_s); _s = -1;} } while(0) macro
559 close_socket(struct socket *so) in close_socket() function
212 close_socket(SocketEntry *e) in close_socket() function