HomeSort by: relevance | last modified time | path
    Searched defs:tcp_close (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/openldap/dist/include/ac/
socket.h 98 # define tcp_close( s ) (shutdown( s, SD_BOTH ), closesocket( s )) macro
100 # define tcp_close( s ) closesocket( s ) macro
117 # define tcp_close( s ) tcpclose( s ) macro
122 # define tcp_close( s ) close( s ) macro
127 # define tcp_close( s ) do { netclose( s ); netshut() } while(0) macro
132 # define tcp_close( s ) closesocket( s ) macro
144 # define tcp_close( s ) (shutdown( s, SHUT_RDWR ), close( s )) macro
146 # define tcp_close( s ) close( s ) macro
  /src/sys/netinet/
tcp_subr.c 1037 return (tcp_close(tp));
1047 tcp_close(struct tcpcb *tp) function

Completed in 49 milliseconds