Searched defs:tcp_close (Results 1 – 3 of 3) sorted by relevance
98 # define tcp_close( s ) (shutdown( s, SD_BOTH ), closesocket( s )) macro100 # define tcp_close( s ) closesocket( s ) macro117 # define tcp_close( s ) tcpclose( s ) macro123 # define tcp_close( s ) close( s ) macro128 # define tcp_close( s ) do { netclose( s ); netshut() } while(0) macro134 # define tcp_close( s ) closesocket( s ) macro146 # define tcp_close( s ) (shutdown( s, SHUT_RDWR ), close( s )) macro148 # define tcp_close( s ) close( s ) macro
101 TEST_IMPL(tcp_close) { in TEST_IMPL() argument
1046 tcp_close(struct tcpcb *tp) in tcp_close() function