OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcp_close
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/bsd/openldap/dist/libraries/liblutil/
sockpair.c
59
tcp_close
(sd);
65
tcp_close
(sd);
71
tcp_close
(sd);
/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/external/bsd/openldap/dist/libraries/libldap/
os-local.c
97
return
tcp_close
(s);
283
tcp_close
( s );
os-ip.c
118
return
tcp_close
(s);
347
tcp_close
( s );
/src/sys/netinet/
tcp_timer.c
633
tp =
tcp_close
(tp);
tcp_var.h
792
tcp_close
(struct tcpcb *);
tcp_input.c
2271
tp =
tcp_close
(tp);
2304
tp =
tcp_close
(tp);
2386
tp =
tcp_close
(tp);
2392
tp =
tcp_close
(tp);
2645
tp =
tcp_close
(tp);
tcp_subr.c
1036
return (
tcp_close
(tp));
1046
tcp_close
(struct tcpcb *tp)
function
tcp_usrreq.c
1152
tp =
tcp_close
(tp);
1185
tp =
tcp_close
(tp);
tcp_vtw.c
2045
tp =
tcp_close
(tp);
/src/external/bsd/openldap/dist/libraries/liblber/
sockbuf.c
550
tcp_close
( sbiod->sbiod_sb->sb_fd );
972
tcp_close
( sbiod->sbiod_sb->sb_fd );
/src/external/bsd/openldap/dist/servers/slapd/
daemon.c
1276
tcp_close
( SLAP_FD2SOCK(s) );
1675
tcp_close
( s );
1763
tcp_close
( s );
2016
tcp_close
( SLAP_FD2SOCK(wake_sds[i][1]) );
2020
tcp_close
( SLAP_FD2SOCK(wake_sds[i][0]) );
2184
tcp_close
(s);
3269
tcp_close
( SLAP_FD2SOCK(wake_sds[i][1]) );
3273
tcp_close
( SLAP_FD2SOCK(wake_sds[i][0]) );
/src/external/bsd/openldap/dist/servers/lloadd/
daemon.c
158
tcp_close
( s );
600
tcp_close
( s );
Completed in 105 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026