Searched refs:tcp (Results 176 - 200 of 385) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_smedia.c116 #include <netinet/tcp.h>
H A Dalias_ftp.c89 #include <netinet/tcp.h>
/freebsd-11-stable/sys/netinet/
H A Dtoecore.c61 #include <netinet/tcp.h>
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_ruleset.c51 #include <netinet/tcp.h>
/freebsd-11-stable/usr.bin/rlogin/
H A Drlogin.c70 #include <netinet/tcp.h>
215 sp = getservbyname("login", "tcp");
217 errx(1, "login/tcp: unknown service");
/freebsd-11-stable/sys/dev/e1000/
H A Dif_igb.h86 #include <netinet/tcp.h>
/freebsd-11-stable/usr.sbin/ppp/
H A Dslcompress.c33 * Routines to compress and uncompess tcp packets (for transmission
45 #include <netinet/tcp.h>
385 * id and two for the tcp checksum. So, (cp - new_seq) + 4 bytes of header
418 * means a regular ip/tcp packet but with the 'conversation id' we hope to
552 * Back up cp by the tcp/ip header length to make room for the
/freebsd-11-stable/usr.sbin/trpt/
H A Dtrpt.c63 #include <netinet/tcp.h>
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-pf.c48 #include <netinet/tcp.h>
/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Dudpong.c43 #include <netinet/tcp.h>
556 printf("\t s|sockets - use standard tcp/ip sockets\n");
H A Driostream.c44 #include <netinet/tcp.h>
/freebsd-11-stable/sys/net/
H A Dslcompress.c34 * Routines to compress and uncompess tcp packets (for transmission
49 #include <netinet/tcp.h>
370 * mask, one for the connection id and two for the tcp checksum.
398 * means a regular ip/tcp packet but with the 'conversation id' we hope
428 * data down so the ip & tcp headers will be aligned. Then back up
429 * cp by the tcp/ip header length to make room for the reconstructed
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_init_fw_funcs.c1489 bool tcp,
1499 if (!tcp && !udp)
1500 DP_NOTICE(p_hwfn, true, "gft_config: must accept at least on of - udp or tcp\n");
1523 if (!(tcp && udp)) {
1525 if (tcp)
1486 ecore_gft_config(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u16 pf_id, bool tcp, bool udp, bool ipv4, bool ipv6, enum gft_profile_type profile_type) argument
/freebsd-11-stable/sbin/iscontrol/
H A Dlogin.c42 #include <netinet/tcp.h>
/freebsd-11-stable/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c61 #include <netinet/tcp.h>
238 struct tcphdr *tcp; local
285 tcp = mtodo(*m, off);
287 *port = ntohs(tcp->th_sport);
/freebsd-11-stable/sys/netinet/cc/
H A Dcc_chd.c70 #include <netinet/tcp.h>
350 * tcp flows and restore window from any unnecessary backoffs,
/freebsd-11-stable/contrib/unbound/compat/
H A Dgetentropy_osx.c54 #include <netinet/tcp.h>
/freebsd-11-stable/libexec/rshd/
H A Drshd.c68 #include <netinet/tcp.h>
/freebsd-11-stable/sys/contrib/ena-com/
H A Dena_plat.h86 #include <netinet/tcp.h>
/freebsd-11-stable/contrib/unbound/contrib/
H A Dunbound_munin_243 p_config "num.query.tcp" "TCP queries" "ABSOLUTE"
447 total.num.cachehits total.num.prefetch num.query.tcp \
/freebsd-11-stable/usr.sbin/unbound/
H A Dconfig.h374 /* Define to 1 if you have the <netinet/tcp.h> header file. */
1112 #include <netinet/tcp.h>
1399 ub-dns-control 8953/tcp unbound dns nameserver control */
/freebsd-11-stable/sys/dev/age/
H A Dif_age.c61 #include <netinet/tcp.h>
1493 struct tcphdr *tcp; local
1505 tcp = NULL;
1563 tcp = (struct tcphdr *)(mtod(m, char *) + poff);
1564 m = m_pullup(m, poff + (tcp->th_off << 2));
1584 tcp = (struct tcphdr *)(mtod(m, char *) + poff);
1586 tcp->th_sum = in_pseudo(ip->ip_src.s_addr,
1646 cflags |= tcp->th_off << AGE_TD_TSO_TCPHDR_LEN_SHIFT;
1652 hdrlen = poff + (tcp->th_off << 2);
/freebsd-11-stable/sys/dev/ale/
H A Dif_ale.c62 #include <netinet/tcp.h>
1609 struct tcphdr *tcp; local
1621 tcp = NULL;
1706 tcp = (struct tcphdr *)(mtod(m, char *) + poff);
1707 m = m_pullup(m, poff + (tcp->th_off << 2));
1727 tcp->th_sum = in_pseudo(ip->ip_src.s_addr,
1777 cflags |= tcp->th_off << ALE_TD_TCPHDR_LEN_SHIFT;
1822 hdrlen = poff + (tcp->th_off << 2);
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_zcopy.c32 #include <linux/tcp.h>
43 #include <net/tcp.h> /* for memcpy_toiovec */
/freebsd-11-stable/cddl/lib/libdtrace/
H A Dtcp.d21 * $FreeBSD: stable/11/cddl/lib/libdtrace/tcp.d 333617 2018-05-15 00:00:44Z dteske $
30 #pragma D depends_on provider tcp
137 * tcplsinfo provides the old tcp state for state changes.

Completed in 215 milliseconds

1234567891011>>