Searched defs:tcp_close (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/ac/
H A Dsocket.h95 # define tcp_close( s ) (shutdown( s, SD_BOTH ), closesocket( s )) macro
97 # define tcp_close( s ) closesocket( s ) macro
114 # define tcp_close( s ) tcpclose( s ) macro
120 # define tcp_close( s ) close( s ) macro
125 # define tcp_close( s ) do { netclose( s ); netshut() } while(0) macro
131 # define tcp_close( s ) closesocket( s ) macro
143 # define tcp_close( s ) (shutdown( s, SHUT_RDWR ), close( s )) macro
145 # define tcp_close( s ) close( s ) macro
/macosx-10.9.5/zsh-60/zsh/Src/Modules/
H A Dtcp.c293 tcp_close(Tcp_session sess) function
/macosx-10.9.5/xnu-2422.115.4/libsyscall/mach/servers/
H A Dls_defs.h139 int tcp_close; member in struct:__anon15190
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Dtcp_subr.c987 tcp_close(tp) function

Completed in 130 milliseconds