Home
last modified time | relevance | path

Searched refs:tcp_close (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/include/ac/
H A Dsocket.h98 # 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
123 # define tcp_close( s ) close( s ) macro
128 # define tcp_close( s ) do { netclose( s ); netshut() } while(0) macro
134 # define tcp_close( s ) closesocket( s ) macro
146 # define tcp_close( s ) (shutdown( s, SHUT_RDWR ), close( s )) macro
148 # define tcp_close( s ) close( s ) macro
/netbsd-src/external/bsd/openldap/dist/libraries/liblutil/
H A Dsockpair.c59 tcp_close(sd); in lutil_pair()
65 tcp_close(sd); in lutil_pair()
71 tcp_close(sd); in lutil_pair()
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dos-local.c97 return tcp_close(s); in ldap_pvt_close_socket()
283 tcp_close( s ); in ldap_pvt_connect()
H A Dos-ip.c118 return tcp_close(s); in ldap_pvt_close_socket()
347 tcp_close( s ); in ldap_int_poll()
/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-tcp-close.c101 TEST_IMPL(tcp_close) { in TEST_IMPL() argument
H A Dtest-list.h133 TEST_DECLARE (tcp_close)
711 TEST_ENTRY (tcp_close)
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Ddaemon.c1277 tcp_close( SLAP_FD2SOCK(s) ); in slapd_close()
1676 tcp_close( s ); in slap_open_listener()
1764 tcp_close( s ); in slap_open_listener()
2017 tcp_close( SLAP_FD2SOCK(wake_sds[i][1]) ); in slapd_daemon_destroy()
2021 tcp_close( SLAP_FD2SOCK(wake_sds[i][0]) ); in slapd_daemon_destroy()
2186 tcp_close(s); in slap_listener()
3259 tcp_close( SLAP_FD2SOCK(wake_sds[i][1]) ); in slapd_daemon_resize()
3263 tcp_close( SLAP_FD2SOCK(wake_sds[i][0]) ); in slapd_daemon_resize()
/netbsd-src/external/bsd/openldap/dist/libraries/liblber/
H A Dsockbuf.c550 tcp_close( sbiod->sbiod_sb->sb_fd ); in sb_stream_close()
972 tcp_close( sbiod->sbiod_sb->sb_fd ); in sb_dgram_close()
/netbsd-src/sys/netinet/
H A Dtcp_input.c2271 tp = tcp_close(tp); in tcp_input()
2304 tp = tcp_close(tp); in tcp_input()
2386 tp = tcp_close(tp); in tcp_input()
2392 tp = tcp_close(tp); in tcp_input()
2645 tp = tcp_close(tp); in tcp_input()
H A Dtcp_timer.c633 tp = tcp_close(tp); in tcp_timer_2msl()
H A Dtcp_var.h792 tcp_close(struct tcpcb *);
H A Dtcp_subr.c1036 return (tcp_close(tp)); in tcp_drop()
1046 tcp_close(struct tcpcb *tp) in tcp_close() function
H A Dtcp_usrreq.c1152 tp = tcp_close(tp); in tcp_disconnect1()
1185 tp = tcp_close(tp); in tcp_usrclosed()
H A Dtcp_vtw.c2045 tp = tcp_close(tp); in vtw_add()
/netbsd-src/external/bsd/openldap/dist/servers/lloadd/
H A Ddaemon.c152 tcp_close( s ); in lloadd_close()
594 tcp_close( s ); in lload_open_listener()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20029424 and tcp_close to net_open and net_close.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20029424 and tcp_close to net_open and net_close.