Searched refs:tcp (Results 101 - 125 of 385) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/gdb/gdb/
H A Dser-tcp.c40 #include <netinet/tcp.h>
55 /* Open a tcp socket */
72 else if (strncmp (name, "tcp:", 4) == 0)
212 ops->name = "tcp";
/freebsd-11-stable/libexec/fingerd/
H A Dfingerd.c48 #include <netinet/tcp.h>
/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_os.h69 #include <netinet/tcp.h>
/freebsd-11-stable/sys/netinet/
H A Dtcp_debug.c64 #include <netinet/tcp.h>
H A Dtcp_offload.c44 #include <netinet/tcp.h>
H A Din_proto.c80 #include <netinet/tcp.h>
327 SYSCTL_NODE(_net_inet, IPPROTO_TCP, tcp, CTLFLAG_RW, 0, "TCP");
/freebsd-11-stable/sys/dev/qlxge/
H A Dqls_os.h70 #include <netinet/tcp.h>
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.h72 #include <netinet/tcp.h>
H A Decore_init_fw_funcs.h413 * @param tcp - set profile tcp packets.
422 bool tcp,
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_os.h70 #include <netinet/tcp.h>
/freebsd-11-stable/sbin/iscontrol/
H A Dauth_subr.c43 #include <netinet/tcp.h>
H A Dmisc.c43 #include <netinet/tcp.h>
H A Discontrol.c45 #include <netinet/tcp.h>
/freebsd-11-stable/sys/netinet/cc/
H A Dcc_hd.c71 #include <netinet/tcp.h>
H A Dcc_cubic.c62 #include <netinet/tcp.h>
322 pipe = tcp_compute_pipe(ccv->ccvc.tcp);
H A Dcc_htcp.c41 * based on the Internet Draft "draft-leith-tcp-htcp-06.txt" by Leith and
65 #include <netinet/tcp.h>
364 pipe = tcp_compute_pipe(ccv->ccvc.tcp);
H A Dcc.c70 #include <netinet/tcp.h>
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clcomsubs.c263 char *cp, *tcp; local
312 tcp = (char *)uiop->uio_iov->iov_base;
313 tcp += uiosiz;
314 uiop->uio_iov->iov_base = (void *)tcp;
/freebsd-11-stable/contrib/ipfilter/ipsend/
H A Dipsopt.c24 #include <netinet/tcp.h>
/freebsd-11-stable/share/dtrace/
H A Dsiftr35 tcp:kernel::siftr
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c930 const struct tcphdr *tcp, int dir)
948 if (tcp == NULL)
950 ack = ntohl(tcp->th_ack);
2375 struct tcphdr *tcp; local
2389 tcp = mtodo(m, sizeof(struct ip));
2390 tcp->th_sport = htons(sport);
2391 tcp->th_dport = htons(dport);
2392 tcp->th_off = sizeof(struct tcphdr) >> 2;
2393 tcp->th_seq = htonl(seq);
2394 tcp
929 dyn_update_tcp_state(struct dyn_data *data, const struct ipfw_flow_id *pkt, const struct tcphdr *tcp, int dir) argument
2484 struct tcphdr *tcp; local
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A DMakefile.in217 print-tcp.c \
298 tcp.h \
309 /usr/include/netinet/tcp.h \
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DSocket.cpp31 #include <netinet/tcp.h>
45 #include <linux/tcp.h>
/freebsd-11-stable/contrib/gdb/gdb/gdbserver/
H A Dgdbreplay.c28 #include <netinet/tcp.h>
99 fprintf (stderr, "%s: Must specify tcp connection as host:addr\n", name);
/freebsd-11-stable/sbin/dump/
H A Ddumprmt.c48 #include <netinet/tcp.h>
137 sp = getservbyname("shell", "tcp");
139 msg("shell/tcp: unknown service\n");

Completed in 157 milliseconds

1234567891011>>