Searched refs:tcp (Results 201 - 225 of 455) sorted by relevance

1234567891011>>

/freebsd-current/sys/dev/iscsi/
H A Dicl_soft_proxy.c82 #include <netinet/tcp.h>
/freebsd-current/cddl/lib/libdtrace/
H A DMakefile62 tcp.d \
/freebsd-current/sys/dev/igc/
H A Dif_igc.h80 #include <netinet/tcp.h>
/freebsd-current/sys/netipsec/
H A Dipsec_support.h101 #define TCPMD5_ENABLED() IPSEC_ENABLED(tcp)
H A Dxform_tcp.c54 #include <netinet/tcp.h>
/freebsd-current/tests/sys/kern/
H A Dlistener_wakeup.c33 #include <netinet/tcp.h>
/freebsd-current/sys/netinet/
H A Dtcp_timewait.c74 #include <netinet/tcp.h>
/freebsd-current/sys/fs/nfsclient/
H A Dnfs_clnfsiod.c63 #include <netinet/tcp.h>
/freebsd-current/sbin/nvmecontrol/
H A Ddiscover.c25 .transport = "tcp",
216 nvmf_tcp_security_type(entry->tsas.tcp.sectype));
253 if (strcasecmp(opt.transport, "tcp") == 0) {
/freebsd-current/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c59 #include <netinet/tcp.h>
335 link->alias->tcp, &link->alias->tcp_pg,
513 pg = alias->tcp[chunk_idx]->pgptr[pg_idx];
839 firstpg = alias->tcp[0]->pgptr[0];
929 chunk = ck_pr_load_ptr(&alias->tcp[c]);
1213 alias->tcp, &alias->tcp_pg, ji->proto);
1748 uma_zfree(nat64lsn_pgchunk_zone, alias->tcp[i]);
/freebsd-current/sys/dev/sge/
H A Dif_sge.c79 #include <netinet/tcp.h>
1404 struct tcphdr *tcp; local
1445 tcp = (struct tcphdr *)(mtod(m, char *) + poff);
1446 m = m_pullup(m, poff + (tcp->th_off << 2));
1457 tcp = (struct tcphdr *)(mtod(m, char *) + poff);
1458 tcp->th_sum = in_pseudo(ip->ip_src.s_addr, ip->ip_dst.s_addr,
/freebsd-current/sys/dev/cxgbe/tom/
H A Dt4_listen.c1025 const struct tcphdr *tcp; local
1030 tcp = (const void *)(l3hdr + G_T6_IP_HDR_LEN(hlen));
1033 tcp = (const void *)(l3hdr + G_IP_HDR_LEN(hlen));
1053 inc->inc_fport = tcp->th_sport;
1054 inc->inc_lport = tcp->th_dport;
1070 bcopy(tcp, th, sizeof(*th));
/freebsd-current/sys/dev/syscons/
H A Dsyscons.h371 typedef int sc_term_init_t(scr_stat *scp, void **tcp, int code);
374 typedef int sc_term_term_t(scr_stat *scp, void **tcp);
/freebsd-current/sys/netinet/cc/
H A Dcc_cdg.c72 #include <netinet/tcp.h>
298 INP_WLOCK_ASSERT(tptoinpcb(ccv->ccvc.tcp));
/freebsd-current/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-current/contrib/libpcap/
H A Dpcap-snoop.c42 #include <netinet/tcp.h>
/freebsd-current/contrib/tcpdump/
H A DMakefile.in231 print-tcp.c \
320 tcp.h \
/freebsd-current/tools/test/stress2/misc/
H A Dmountu.sh106 mount -t nfs -o tcp -o retrycnt=3 -o intr,soft -o rw $nfs_export \
/freebsd-current/share/examples/ipfilter/samples/
H A Dproxy.c8 * tcpmux stream tcp nowait root /usr/local/bin/proxy proxy
36 #include <netinet/tcp.h>
/freebsd-current/sbin/ggate/shared/
H A Dggate.c41 #include <netinet/tcp.h>
/freebsd-current/tools/tools/netrate/tcpp/
H A Dtcpp_client.c42 #include <netinet/tcp.h>
/freebsd-current/tools/tools/netmap/
H A Dpkt_hash.c44 #include <netinet/tcp.h>
/freebsd-current/sys/netinet/libalias/
H A Dalias_pptp.c53 #include <netinet/tcp.h>
H A Dalias_irc.c71 #include <netinet/tcp.h>
H A Dalias_skinny.c46 #include <netinet/tcp.h>

Completed in 173 milliseconds

1234567891011>>