Home
last modified time | relevance | path

Searched defs:close_sock (Results 1 – 17 of 17) sorted by relevance

/dports/net-mgmt/openbmp/openbmp-0.14.0/Server/src/bmp/
H A DBMPListener.cpp158 bool close_sock = false; in wait_and_accept_connection() local
/dports/net/nbd-server/nbd-3.23/tests/run/
H A Dnbd-tester-client.c747 int oversize_test(char *name, int sock, char close_sock, int testflags) in oversize_test()
829 int handshake_test(char *name, int sock, char close_sock, int testflags) in handshake_test()
909 int throughput_test(char *name, int sock, char close_sock, int testflags) in throughput_test()
1177 int integrity_test(char *name, int sock, char close_sock, int testflags) in integrity_test()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/xml_int/mod_xml_rpc/
H A Dws.h74 uint8_t close_sock; member
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/nsswitch/
H A Dwb_common.c66 void close_sock(void) in close_sock() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/tport/
H A Dws.h107 uint8_t close_sock; member
H A Dws.c629 int ws_init(wsh_t *wsh, ws_socket_t sock, SSL_CTX *ssl_ctx, int close_sock, int block, int stay_ope… in ws_init()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_verto/
H A Dws.h105 uint8_t close_sock; member
H A Dws.c635 int ws_init(wsh_t *wsh, ws_socket_t sock, SSL_CTX *ssl_ctx, int close_sock, int block, int stay_ope… in ws_init()
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/tport/
H A Dws.h110 uint8_t close_sock; member
H A Dws.c689 int ws_init(wsh_t *wsh, ws_socket_t sock, SSL_CTX *ssl_ctx, int close_sock, int block, int stay_ope… in ws_init()
/dports/www/slowhttptest/slowhttptest-1.8.2/src/
H A Dslowhttptest.cc470 void SlowHTTPTest::close_sock(int id) { in close_sock() function in slowhttptest::SlowHTTPTest
/dports/dns/knot3/knot-3.1.5/src/libknot/control/
H A Dcontrol.c137 static void close_sock(int *sock) in close_sock() function
/dports/dns/knot3-lib/knot-3.1.5/src/libknot/control/
H A Dcontrol.c137 static void close_sock(int *sock) in close_sock() function
/dports/math/R/R-4.1.2/src/modules/internet/
H A DRsock.c62 static int close_sock(int fd) in close_sock() function
/dports/math/libRmath/R-4.1.1/src/modules/internet/
H A DRsock.c62 static int close_sock(int fd) in close_sock() function
/dports/editors/kakoune/kakoune-2021.11.08/src/
H A Dremote.cc634 auto close_sock = on_scope_end([sock]{ close(sock); }); in check_session() local
752 auto close_sock = on_scope_end([sock]{ close(sock); }); in send_command() local
/dports/net/pjsip/pjproject-2.11.1/pjlib-util/src/pjlib-util/
H A Dresolver.c243 static void close_sock(pj_dns_resolver *resv) in close_sock() function