Searched refs:tcp (Results 151 - 175 of 385) sorted by relevance

1234567891011>>

/freebsd-11-stable/gnu/usr.bin/gdb/libgdb/
H A DMakefile48 ser-tcp.c ser-unix.c serial.c signals.c source.c stabsread.c \
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_pptp.c55 #include <netinet/tcp.h>
H A Dalias_skinny.c46 #include <netinet/tcp.h>
H A Dalias_irc.c71 #include <netinet/tcp.h>
/freebsd-11-stable/tools/tools/netrate/tcpp/
H A Dtcpp_client.c44 #include <netinet/tcp.h>
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-snoop.c42 #include <netinet/tcp.h>
H A Dpcap-snit.c53 #include <netinet/tcp.h>
/freebsd-11-stable/contrib/bsnmp/snmp_mibII/
H A DmibII_tcp.c31 * tcp
37 #include <netinet/tcp.h>
73 if (sysctlbyname("net.inet.tcp.stats", &tcpstat, &len, NULL, 0) == -1) {
74 syslog(LOG_ERR, "net.inet.tcp.stats: %m");
78 syslog(LOG_ERR, "net.inet.tcp.stats: wrong size");
83 if (sysctlbyname("net.inet.tcp.states", &tcps_states, &len, NULL,
85 syslog(LOG_ERR, "net.inet.tcp.states: %m");
89 syslog(LOG_ERR, "net.inet.tcp.states: wrong size");
108 if (sysctlbyname("net.inet.tcp.pcblist", NULL, &len, NULL, 0) == -1) {
109 syslog(LOG_ERR, "net.inet.tcp
[all...]
/freebsd-11-stable/sys/netipsec/
H A Dxform_tcp.c54 #include <netinet/tcp.h>
/freebsd-11-stable/sys/dev/iser/
H A Dicl_iser.h57 #include <netinet/tcp.h>
/freebsd-11-stable/sbin/ggate/shared/
H A Dggate.c43 #include <netinet/tcp.h>
/freebsd-11-stable/sys/netinet/cc/
H A Dcc_dctcp.c53 #include <netinet/tcp.h>
/freebsd-11-stable/tools/tools/netmap/
H A Dpkt_hash.c44 #include <netinet/tcp.h>
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DTCPSocket.cpp25 #include <netinet/tcp.h>
/freebsd-11-stable/contrib/ipfilter/
H A Dipf.h42 # include <netinet/tcp.h>
/freebsd-11-stable/contrib/ipfilter/ipsend/
H A Dsock.c59 #include <netinet/tcp.h>
/freebsd-11-stable/sys/dev/fxp/
H A Dif_fxp.c69 #include <netinet/tcp.h>
1411 struct tcphdr *tcp; local
1419 tcp = NULL;
1490 tcp = (struct tcphdr *)(mtod(m, char *) + poff);
1491 m = m_pullup(m, poff + (tcp->th_off << 2));
1502 tcp = (struct tcphdr *)(mtod(m, char *) + poff);
1505 (tcp->th_off << 2));
1506 tcp->th_sum = in_pseudo(ip->ip_src.s_addr, ip->ip_dst.s_addr,
1507 htons(IPPROTO_TCP + (tcp->th_off << 2) +
1511 tcp_payload -= tcp
[all...]
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dfil.c65 #include <netinet/tcp.h>
1322 tcphdr_t *tcp; local
1330 if (ipf_pr_pullup(fin, sizeof(*tcp)) == -1) {
1335 tcp = fin->fin_dp;
1337 fin->fin_sport = ntohs(tcp->th_sport);
1338 fin->fin_dport = ntohs(tcp->th_dport);
1350 tlen = TCP_OFF(tcp) << 2;
1358 flags = tcp->th_flags;
1359 fin->fin_tcpf = tcp->th_flags;
1366 if ((flags & TH_URG) != 0 && (tcp
[all...]
/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_e82545.c44 #include <netinet/tcp.h>
1082 int desc, dtype, len, ntype, iovcnt, tlen, tcp, tso; local
1348 tcp = (sc->esc_txctx.cmd_and_length & E1000_TXD_CMD_TCP) != 0;
1352 tcp ? "TCP" : "UDP", hdrlen, paylen, mss, iovcnt);
1355 if (tcp)
1404 if (tcp) {
/freebsd-11-stable/usr.sbin/etcupdate/tests/
H A Dtests_test.sh637 tcpmux 1/tcp #TCP Port Service Multiplexer
642 tcpmux 1/tcp #TCP Port Service Multiplexer
645 compressnet 2/tcp #Management Utility
/freebsd-11-stable/contrib/gdb/gdb/gdbserver/
H A Dremote-utils.c32 #include <netinet/tcp.h>
/freebsd-11-stable/contrib/pf/ftp-proxy/
H A Dfilter.c26 #include <netinet/tcp.h>
284 * pass [quick] [log] inet[6] proto tcp \
305 * nat inet[6] proto tcp from $src to $dst port $d_port -> $nat
311 * rdr inet[6] proto tcp from $src to $dst port $d_port -> $rdr
/freebsd-11-stable/contrib/pf/tftp-proxy/
H A Dfilter.c29 #include <netinet/tcp.h>
293 * pass quick [log] inet[6] proto tcp \
316 * nat inet[6] proto tcp from $src to $dst port $d_port -> $nat
322 * rdr inet[6] proto tcp from $src to $dst port $d_port -> $rdr
/freebsd-11-stable/libexec/rlogind/
H A Drlogind.c72 #include <netinet/tcp.h>
/freebsd-11-stable/sys/netgraph/netflow/
H A Dnetflow_v9.c53 #include <netinet/tcp.h>

Completed in 190 milliseconds

1234567891011>>