Home
last modified time | relevance | path

Searched full:tcpconnect (Results 1 – 25 of 28) sorted by relevance

12

/external/bcc/tools/
Dtcpconnect_example.txt1 Demonstrations of tcpconnect, the Linux eBPF/bcc version.
8 # ./tcpconnect
28 # ./tcpconnect -t
43 # ./tcpconnect -h
44 usage: tcpconnect [-h] [-t] [-p PID] [-P PORT]
56 ./tcpconnect # trace all TCP connect()s
57 ./tcpconnect -t # include timestamps
58 ./tcpconnect -p 181 # only trace PID 181
59 ./tcpconnect -P 80 # only trace port 80
60 ./tcpconnect -P 80,81 # only trace port 80 and 81
Dtcpconnect.py4 # tcpconnect Trace TCP connect()s.
7 # USAGE: tcpconnect [-h] [-t] [-p PID] [-P PORT [PORT ...]]
29 ./tcpconnect # trace all TCP connect()s
30 ./tcpconnect -t # include timestamps
31 ./tcpconnect -p 181 # only trace PID 181
32 ./tcpconnect -P 80 # only trace port 80
33 ./tcpconnect -P 80,81 # only trace port 80 and 81
/external/bcc/man/man8/
Dtcpconnect.81 .TH tcpconnect 8 "2015-08-25" "USER COMMANDS"
3 tcpconnect \- Trace TCP active connections (connect()). Uses Linux eBPF/bcc.
5 .B tcpconnect [\-h] [\-t] [\-x] [\-p PID] [-P PORT]
37 .B tcpconnect
41 .B tcpconnect \-t
45 .B tcpconnect \-p 181
49 .B tcpconnect \-P 80,81
Dtcpdrop.873 tcplife(8), tcpaccept(8), tcpconnect(8), tcptop(8)
Dtcpretrans.891 tcpconnect(8), tcpaccept(8)
Dtcpaccept.886 tcpconnect(8), funccount(8), tcpdump(8)
Dtcptracer.898 tcpaccept(8), tcpconnect(8), tcptop(8), tcplife(8)
Dtcpconnlat.8109 tcpconnect(8), tcpaccept(8), funccount(8), tcpdump(8)
Dtcptop.8112 tcpconnect(8), tcpaccept(8)
Dtcplife.8130 tcpaccept(8), tcpconnect(8), tcptop(8)
Dtcpstates.8128 tcpaccept(8), tcpconnect(8), tcptop(8), tcplife(8)
/external/bcc/tools/old/
Dtcpconnect.py4 # tcpconnect Trace TCP connect()s.
7 # USAGE: tcpconnect [-h] [-t] [-p PID]
22 ./tcpconnect # trace all TCP connect()s
23 ./tcpconnect -t # include timestamps
24 ./tcpconnect -p 181 # only trace PID 181
/external/bcc/snapcraft/
Dsnapcraft.yaml270 tcpconnect:
271 command: wrapper tcpconnect
272 aliases: [tcpconnect]
/external/bcc/docs/
Dtutorial.md36 1. tcpconnect
178 #### 1.7. tcpconnect
181 # ./tcpconnect
191 tcpconnect prints one line of output for every active TCP connection (eg, via connect()), with deta…
/external/bcc/examples/tracing/
Dtcpv4connect_example.txt22 This is provided as a basic example of TCP tracing. See tools/tcpconnect for a
/external/bcc/
DLINKS.md44 - 2015-10-31: [tcpconnect and tcpaccept for Linux (bcc)](http://www.brendangregg.com/blog/2015-10-3…
DREADME.md143 - tools/[tcpconnect](tools/tcpconnect.py): Trace TCP active connections (connect()). [Examples](too…
/external/openssh/
Dssh-keyscan.c360 tcpconnect(char *host) in tcpconnect() function
408 } while ((s = tcpconnect(name)) < 0); in conalloc()
/external/bcc/tests/python/
Dtest_tools_smoke.py303 self.run_with_int("tcpconnect.py")
/external/curl/lib/
Dftp.c225 conn->bits.tcpconnect[SECONDARYSOCKET] = FALSE; in close_secondarysocket()
1294 /* this tcpconnect assignment below is a hackish work-around to make the in ftp_state_use_port()
1301 conn->bits.tcpconnect[SECONDARYSOCKET] = TRUE; in ftp_state_use_port()
1966 conn->bits.tcpconnect[SECONDARYSOCKET] = FALSE; in ftp_state_pasv_resp()
3490 if(!conn->bits.tcpconnect[SECONDARYSOCKET]) { in ftp_do_more()
3673 *connected = conn->bits.tcpconnect[SECONDARYSOCKET]; in ftp_perform()
Dconnect.c751 if(conn->bits.tcpconnect[sockindex]) { in Curl_is_connected()
821 conn->bits.tcpconnect[sockindex] = TRUE; in Curl_is_connected()
Durl.c1646 if(conn->bits.tcpconnect[FIRSTSOCKET] && conn->bits.protoconnstart) { in Curl_protocol_connect()
3825 conn->bits.tcpconnect[FIRSTSOCKET] = TRUE; /* we are "connected */ in create_conn()
4166 conn->bits.tcpconnect[FIRSTSOCKET] = FALSE; in Curl_setup_conn()
4174 conn->bits.tcpconnect[FIRSTSOCKET] = TRUE; in Curl_setup_conn()
Dssh-libssh.c2164 *connected = conn->bits.tcpconnect[FIRSTSOCKET]; in scp_perform()
2347 *connected = conn->bits.tcpconnect[FIRSTSOCKET]; in sftp_perform()
Dssh.c2985 *connected = conn->bits.tcpconnect[FIRSTSOCKET]; in scp_perform()
3174 *connected = conn->bits.tcpconnect[FIRSTSOCKET]; in sftp_perform()
Dpop3.c1182 *connected = conn->bits.tcpconnect[FIRSTSOCKET]; in pop3_perform()

12