Searched refs:tcp (Results 126 - 150 of 385) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/netinet/
H A Din_rss.c62 #include <netinet/tcp.h>
/freebsd-11-stable/sys/netinet6/
H A Din6_rmx.c92 #include <netinet/tcp.h>
H A Din6_rss.c63 #include <netinet/tcp.h>
/freebsd-11-stable/sys/dev/mxge/
H A Dif_mxge_var.h323 struct tcphdr *tcp; member in struct:mxge_pkt_info
/freebsd-11-stable/tools/tools/netrate/tcpp/
H A Dtcpp_server.c40 #include <netinet/tcp.h>
/freebsd-11-stable/sys/dev/iscsi/
H A Dicl_soft_proxy.c86 #include <netinet/tcp.h>
/freebsd-11-stable/sys/dev/vmware/vmxnet3/
H A Dif_vmxreg.h163 uint32_t tcp:1; member in struct:vmxnet3_rxcompdesc
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clnfsiod.c65 #include <netinet/tcp.h>
/freebsd-11-stable/sys/dev/ixgb/
H A Dif_ixgb.h64 #include <netinet/tcp.h>
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-nit.c43 #include <netinet/tcp.h>
/freebsd-11-stable/cddl/lib/libdtrace/
H A DMakefile55 tcp.d \
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_l2_api.h199 bool tcp; member in struct:ecore_arfs_config_params
499 *Enable or disable rfs mode. It must accept atleast one of tcp or udp true
/freebsd-11-stable/sys/netipsec/
H A Dipsec_support.h72 #define TCPMD5_ENABLED() IPSEC_ENABLED(tcp)
H A Dudpencap.c48 #include <netinet/tcp.h>
/freebsd-11-stable/usr.sbin/tcpdump/tcpdump/
H A DMakefile152 print-tcp.c \
/freebsd-11-stable/sys/netinet/cc/
H A Dcc_vegas.c72 #include <netinet/tcp.h>
/freebsd-11-stable/usr.bin/systat/
H A Dtcp.c40 __FBSDID("$FreeBSD: stable/11/usr.bin/systat/tcp.c 368931 2021-01-05 20:02:55Z mr $");
50 #include <netinet/tcp.h>
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipmon_y.y442 tcphdr_t *tcp;
452 tcp = (tcphdr_t *)((char *)ip + (IP_HL(ip) << 2));
524 if (tcp->th_dport != a->ac_dport) {
596 if (tcp->th_sport != a->ac_sport) {
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_rules.c47 #include <netinet/tcp.h>
/freebsd-11-stable/sys/dev/sge/
H A Dif_sge.c79 #include <netinet/tcp.h>
1405 struct tcphdr *tcp; local
1446 tcp = (struct tcphdr *)(mtod(m, char *) + poff);
1447 m = m_pullup(m, poff + (tcp->th_off << 2));
1458 tcp = (struct tcphdr *)(mtod(m, char *) + poff);
1459 tcp->th_sum = in_pseudo(ip->ip_src.s_addr, ip->ip_dst.s_addr,
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_listen.c1104 const struct tcphdr *tcp; local
1109 tcp = (const void *)(l3hdr + G_T6_IP_HDR_LEN(hlen));
1112 tcp = (const void *)(l3hdr + G_IP_HDR_LEN(hlen));
1117 inc->inc_fport = tcp->th_sport;
1118 inc->inc_lport = tcp->th_dport;
1134 bcopy(tcp, th, sizeof(*th));
/freebsd-11-stable/sys/dev/syscons/
H A Dsyscons.h386 typedef int sc_term_init_t(scr_stat *scp, void **tcp, int code);
389 typedef int sc_term_term_t(scr_stat *scp, void **tcp);
/freebsd-11-stable/contrib/ipfilter/samples/
H A Dproxy.c9 * tcpmux stream tcp nowait root /usr/local/bin/proxy proxy
37 #include <netinet/tcp.h>
/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_tom.c42 #include <netinet/tcp.h>
/freebsd-11-stable/lib/libc/rpc/
H A Dclnt_generic.c50 #include <netinet/tcp.h>

Completed in 183 milliseconds

1234567891011>>