/freebsd/cddl/usr.sbin/dwatch/libexec/ |
H A D | tcp | 19 tcp:::connect-established, \ 20 tcp:::connect-refused, \ 21 tcp:::connect-request, \ 27 tcp-connect) 29 tcp:::connect-established, \ 30 tcp:::connect-refused, \ 31 tcp:::connect-request )} ;; 33 : ${PROBE:=tcp:::accept-established, tcp:::connect-established} ;; 38 tcp:::connect-established, \ 39 tcp:::connect-refused, \ [all …]
|
/freebsd/contrib/kyua/utils/sqlite/ |
H A D | c_gate_test.cpp | 42 ATF_TEST_CASE_WITHOUT_HEAD(connect); 43 ATF_TEST_CASE_BODY(connect) in ATF_TEST_CASE_BODY() argument 49 sqlite::database database = sqlite::database_c_gate::connect(raw_db); in ATF_TEST_CASE_BODY() 85 sqlite::database database = sqlite::database_c_gate::connect(raw_db); in ATF_TEST_CASE_BODY() 94 ATF_ADD_TEST_CASE(tcs, connect); in ATF_INIT_TEST_CASES()
|
/freebsd/contrib/lutok/ |
H A D | c_gate_test.cpp | 38 ATF_TEST_CASE_WITHOUT_HEAD(connect); 39 ATF_TEST_CASE_BODY(connect) in ATF_TEST_CASE_BODY() argument 45 lutok::state state = lutok::state_c_gate::connect(raw_state); in ATF_TEST_CASE_BODY() 73 ATF_ADD_TEST_CASE(tcs, connect); in ATF_INIT_TEST_CASES()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_s_connect.pod | 10 BIO_set_nbio, BIO_do_connect - connect BIO 35 BIO_s_connect() returns the connect BIO method. This is a wrapper 38 Using connect BIOs, TCP/IP connections can be made and data 42 Read and write operations on a connect BIO will perform I/O 49 If the close flag is set on a connect BIO then any active 53 Calling BIO_reset() on a connect BIO will close any active 54 connection and reset the BIO into a state where it can connect 58 a single call: that is it creates a new connect BIO with hostname B<name>. 75 BIO_get_conn_hostname() returns the hostname of the connect BIO or 85 BIO_get_conn_ip_family() returns the IP family of the connect BIO. [all …]
|
/freebsd/crypto/openssh/regress/ |
H A D | README.regress | 67 connect.sh: simple connect 68 proxy-connect.sh: proxy connect 69 connect-privsep.sh: proxy connect with privsep 70 connect-uri.sh: uri connect 83 login-timeout.sh: connect after login grace timeout 84 agent.sh: simple connect via agent 103 ssh-com-client.sh: connect with ssh.com client 106 ssh-com.sh: connect to ssh.com server 107 reconfigure.sh: simple connect after reconfigure
|
/freebsd/tests/sys/netgraph/ |
H A D | ng_macfilter_test.sh | 76 …ngctl connect MF: O2M: default many0 # Connect macfilter:default to the many0 hook of a one2m… 78 ngctl connect MF: O2M: out$i many$i 264 test_failure "duplicate connect of default hook" ngctl connect MF: O2M: default many99 268 test_success "connect MF:xxx1 to O2M:many$((HOOKS + 1))" ngctl connect MF: O2M: xxx1 many$((HOOKS +… 269 test_success "connect MF:xxx2 to O2M:many$((HOOKS + 2))" ngctl connect MF: O2M: xxx2 many$((HOOKS +… 270 test_success "connect MF:xxx3 to O2M:many$((HOOKS + 3))" ngctl connect MF: O2M: xxx3 many$((HOOKS +… 291 ngctl connect MF: O2M: xxx$i many$((HOOKS + i))
|
/freebsd/contrib/wpa/src/pae/ |
H A D | ieee802_1x_cp.c | 40 enum connect_type connect; member 105 return sm->connect != SECURE || sm->chgd_server || changed_cipher(sm); in changed_connect() 370 if (sm->connect == UNAUTHENTICATED) in SM_STEP() 372 else if (sm->connect == AUTHENTICATED) in SM_STEP() 374 else if (sm->connect == SECURE) in SM_STEP() 379 if (sm->connect != UNAUTHENTICATED) in SM_STEP() 384 if (sm->connect != AUTHENTICATED) in SM_STEP() 554 sm->connect = PENDING; in ieee802_1x_cp_connect_pending() 565 sm->connect = UNAUTHENTICATED; in ieee802_1x_cp_connect_unauthenticated() 576 sm->connect = AUTHENTICATED; in ieee802_1x_cp_connect_authenticated() [all …]
|
/freebsd/lib/libc/sys/ |
H A D | connect.c | 39 #pragma weak connect macro 41 connect(int s, const struct sockaddr *addr, socklen_t addrlen) in connect() function 43 return (INTERPOS_SYS(connect, s, addr, addrlen)); in connect()
|
/freebsd/share/examples/ipfilter/l4check/ |
H A D | l4check.conf | 9 connect timeout 1 10 connect frequency 20
|
/freebsd/share/examples/ppp/ |
H A D | ppp.conf.span-isp.working | 24 # If you connect to the vpn-in diagnostic socket with ``pppctl 26 # If you connect to the vpn diagnostic socket (which is created in 35 # interrested to hear it. Currently, the server doesn't connect() or 36 # bind().... but the client connect()s. Is there any other way ?
|
/freebsd/crypto/openssh/ |
H A D | PROTOCOL.mux | 58 to connect to a master that speaks an unsupported protocol version. 127 string connect host 128 string connect port 169 string connect host 170 uint32 connect port 177 If connect port is (unsigned int) -2, then the connect host is treated 198 string connect host 199 uint32 connect port
|
/freebsd/contrib/llvm-project/lldb/docs/man/ |
H A D | lldb-server.rst | 37 connect to the server using *gdb-remote* command. 41 Runs the platform server. LLDB can afterwards connect to the server using 42 *platform select*, followed by *platform connect*. 71 .. option:: --reverse-connect 74 case, [host]:port denotes the remote address to connect to. 176 for the client to connect. 192 Use *gdb-remote* command to connect to the server:
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | usb3503.txt | 9 - connect-gpios: Should specify GPIO for connect. 32 connect-gpios = <&gpx3 0 1>;
|
/freebsd/contrib/atf/atf-c/detail/ |
H A D | process_test.c | 1066 TC_FORK_STREAMS(capture, CAPTURE, connect, CONNECT); 1071 TC_FORK_STREAMS(connect, CONNECT, capture, CAPTURE); 1072 TC_FORK_STREAMS(connect, CONNECT, connect, CONNECT); 1073 TC_FORK_STREAMS(connect, CONNECT, default, DEFAULT); 1074 TC_FORK_STREAMS(connect, CONNECT, inherit, INHERIT); 1075 TC_FORK_STREAMS(connect, CONNECT, redirect_fd, REDIRECT_FD); 1076 TC_FORK_STREAMS(connect, CONNECT, redirect_path, REDIRECT_PATH); 1078 TC_FORK_STREAMS(default, DEFAULT, connect, CONNECT); 1084 TC_FORK_STREAMS(inherit, INHERIT, connect, CONNECT); 1090 TC_FORK_STREAMS(redirect_fd, REDIRECT_FD, connect, CONNECT); [all …]
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/ |
H A D | tst.remotetcpstate.ksh.out | 13 tcp:::connect-request - yes 14 tcp:::connect-established - yes
|
H A D | tst.localtcpstate.ksh.out | 15 tcp:::connect-request - yes 16 tcp:::connect-established - yes
|
/freebsd/contrib/tcsh/nls/french/ |
H A D | set26 | 11 9 connecté 12 10 déconnecté
|
/freebsd/contrib/netbsd-tests/usr.bin/sdiff/ |
H A D | d_iflags_d1.out | 6 …native-connect: sockaddr eq "inet-[127.0.0.1]:53" then pe | native-fsread: filename match "/us… 7 native-connect: sockaddr match "inet-\\\[*\\\]:80" then p | native-read: permit 64 … > native-connect: sockaddr eq "inet-[127.0.0.1]:53" then pe 68 …native-write: permit | native-connect: sockaddr match "in…
|
H A D | d_iflags_b1.out | 6 …native-connect: sockaddr eq "inet-[127.0.0.1]:53" then pe | native-fsread: filename match "/us… 7 native-connect: sockaddr match "inet-\\\[*\\\]:80" then p | native-read: permit 64 … > native-connect: sockaddr eq "inet-[127.0.0.1]:53" then pe 68 …native-write: permit | native-connect: sockaddr match "in…
|
/freebsd/usr.bin/sdiff/tests/ |
H A D | d_iflags_b1.out | 6 …native-connect: sockaddr eq "inet-[127.0.0.1]:53" then pe | native-fsread: filename match "/us… 7 native-connect: sockaddr match "inet-\\\[*\\\]:80" then p | native-read: permit 64 … > native-connect: sockaddr eq "inet-[127.0.0.1]:53" then pe 68 …native-write: permit | native-connect: sockaddr match "in…
|
H A D | d_iflags_d1.out | 6 …native-connect: sockaddr eq "inet-[127.0.0.1]:53" then pe | native-fsread: filename match "/us… 7 native-connect: sockaddr match "inet-\\\[*\\\]:80" then p | native-read: permit 64 … > native-connect: sockaddr eq "inet-[127.0.0.1]:53" then pe 68 …native-write: permit | native-connect: sockaddr match "in…
|
/freebsd/crypto/openssh/contrib/ |
H A D | README | 7 SSH Proxy Command -- connect.c 11 https CONNECT style proxy server. His page for connect.c has extensive 14 https://bitbucket.org/gotoh/connect/wiki/Home
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | hisilicon,mbigen-v2.txt | 12 Non-pci devices can connect to mbigen and generate the 15 The mbigen chip and devices connect to mbigen have the following properties: 69 Devices connect to mbigen required properties:
|
/freebsd/tools/regression/sockets/unix_bindconnect/ |
H A D | unix_bindconnect.c | 227 if (connect(sock1, (struct sockaddr *)&sun, sizeof(sun)) == 0) { in connect_test() 262 if (connect(sock2, (struct sockaddr *)&sun, sizeof(sun)) < 0) { in connect_test() 283 if (connect(sock2, (struct sockaddr *)&sun, sizeof(sun)) == 0) { in connect_test()
|
/freebsd/tests/sys/capsicum/ |
H A D | bindat_connectat.c | 121 check_1(connect, 0, &sin); in ATF_TC_BODY() 166 check_2(connect, sock, &sin); in ATF_TC_BODY() 216 check_3(connect, 0, &sin, in ATF_TC_BODY()
|