Home
last modified time | relevance | path

Searched refs:tcp (Results 1 – 25 of 176) sorted by path

12345678

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_e82545.c1087 int desc, dtype, ntype, iovcnt, tcp, tso, paylen, seg, tiovcnt, pv; in e82545_transmit() local
1397 tcp = (sc->esc_txctx.cmd_and_length & E1000_TXD_CMD_TCP) != 0; in e82545_transmit()
1401 tcp ? "TCP" : "UDP", hdrlen, paylen, mss, iovcnt); in e82545_transmit()
1404 if (tcp) in e82545_transmit()
1462 if (tcp) { in e82545_transmit()
/illumos-gate/usr/src/cmd/cmd-inet/etc/
H A Dprotocols34 tcp 6 TCP # transmission control protocol
H A Dservices28 tcpmux 1/tcp
29 echo 7/tcp
41 ftp 21/tcp
45 telnet 23/tcp
53 tacacs 49/tcp
56 domain 53/tcp
71 sftp 115/tcp
76 irc 194/tcp
78 smux 199/tcp
101 ipp 631/tcp
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/etc/sock2path.d/
H A Dsystem%2Fkernel25 2 2 0 tcp
26 2 2 6 tcp
28 26 2 0 tcp
29 26 2 6 tcp
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c203 static void print_tcp_stats(mib2_tcp_t *tcp);
2422 print_tcp_stats(tcp); in stat_report()
2698 print_tcp_stats(mib2_tcp_t *tcp) in print_tcp_stats() argument
2702 pr_int_val("tcpRtoMin", tcp->tcpRtoMin); in print_tcp_stats()
2703 pr_int_val("tcpRtoMax", tcp->tcpRtoMax); in print_tcp_stats()
2715 prval("tcpOutAck", tcp->tcpOutAck); in print_tcp_stats()
2717 prval("tcpOutUrg", tcp->tcpOutUrg); in print_tcp_stats()
2721 prval("tcpOutRsts", tcp->tcpOutRsts); in print_tcp_stats()
2723 prval64("tcpInSegs", tcp->tcpHCInSegs); in print_tcp_stats()
2727 prval("tcpInDupAck", tcp->tcpInDupAck); in print_tcp_stats()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dipcp.c1933 u_char *tcp; local
1971 tcp = pkt + hlen;
1972 val = get_tcpflags(tcp);
1973 hlen += get_tcpoff(tcp) * 4;
1979 tcp_flag_decode(get_tcpflags(tcp)), src, dst);
H A Dipv6cp.c1501 u_char *tcp; local
1530 tcp = pkt + IP6_HDRLEN;
1531 if ((get_tcpflags(tcp) & TH_FIN) != 0 &&
1532 len == IP6_HDRLEN + get_tcpoff(tcp) * 4) {
1537 tcp_flag_decode(get_tcpflags(tcp)), fromstr, tostr);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c553 uchar_t *tcp; /* addr of TCP header, unaligned */ in want_packet() local
779 tcp = ip + ip_hdr_len(ip); in want_packet()
780 if (tcp == ip) { in want_packet()
783 base = tcp + TCP_HDR_LEN(tcp); in want_packet()
824 tcp = ip + ip_hdr_len(ip); in want_packet()
829 rpc = (struct rpc_msg *)(tcp + in want_packet()
830 TCP_HDR_LEN(tcp) + 4); in want_packet()
893 tcp = ip + ip_hdr_len(ip); in want_packet()
895 memcpy(&tcp_h, tcp, sizeof (tcp_h)); in want_packet()
898 slphdr = tcp + TCP_HDR_LEN(tcp); in want_packet()
H A Dsnoop_tcp.c88 hdrlen = tcp->th_off * 4; in interpret_tcp()
89 data = (char *)tcp + hdrlen; in interpret_tcp()
101 ntohs(tcp->th_dport), ntohs(tcp->th_sport)); in interpret_tcp()
112 if (tcp->th_flags & TH_URG) { in interpret_tcp()
114 ntohs(tcp->th_urp)); in interpret_tcp()
119 ntohl(tcp->th_ack)); in interpret_tcp()
122 if (ntohl(tcp->th_seq)) { in interpret_tcp()
128 ntohs(tcp->th_win)); in interpret_tcp()
160 ntohl(tcp->th_seq)); in interpret_tcp()
163 ntohl(tcp->th_ack)); in interpret_tcp()
[all …]
/illumos-gate/usr/src/cmd/dtrace/demo/
H A Dchapters116 name: tcp
117 title: tcp Provider
119 url: http://wikis.sun.com/display/DTrace/tcp+Provider
/illumos-gate/usr/src/cmd/dtrace/demo/ip/
H A Dtcprst.d65 tcp-trace-*
99 tcp-trace-*
120 tcp-trace-*
156 tcp-trace-*
165 tcp-trace-*
174 tcp-trace-*
183 tcp-trace-*
192 tcp-trace-*
201 tcp-trace-*
210 tcp-trace-*
[all …]
/illumos-gate/usr/src/cmd/dtrace/demo/tcp/
H A Dtcp1stbyte.d26 tcp:::connect-established
31 tcp:::receive
H A Dtcpbytes.d26 tcp:::receive
32 tcp:::send
H A Dtcpbytesstat.d28 tcp:::receive
34 tcp:::send
H A Dtcpconnlat.d26 tcp:::connect-request
31 tcp:::connect-established
H A Dtcpio.d26 tcp:::send,
27 tcp:::receive
H A Dtcpioflags.d35 tcp:::send
43 tcp:::receive
51 tcp:::send,
52 tcp:::receive
H A Dtcpsnoop.d47 tcp:::send
56 tcp:::receive
65 tcp:::send,
66 tcp:::receive
H A Dtcpstate.d34 tcp:::state-change
H A Dtcptop.d58 tcp:::send
66 tcp:::receive
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ip/
H A Dtst.ipv4localtcp.ksh96 tcp:::send
109 tcp:::receive
H A Dtst.ipv4localtcp.ksh.out5 tcp:::send - yes
6 tcp:::receive - yes
H A Dtst.ipv4remotetcp.ksh94 tcp:::send
107 tcp:::receive
H A Dtst.ipv4remotetcp.ksh.out5 tcp:::send - yes
6 tcp:::receive - yes
H A Dtst.localtcpstate.ksh98 tcp:::send
112 tcp:::receive
119 tcp:::state-change
124 tcp:::connect-request
131 tcp:::connect-established
138 tcp:::accept-established

12345678