Searched refs:tcp (Results 226 - 250 of 455) sorted by relevance

1234567891011>>

/freebsd-current/lib/libc/rpc/
H A Dclnt_generic.c43 #include <netinet/tcp.h>
/freebsd-current/sbin/ipf/common/
H A Dipf.h39 # include <netinet/tcp.h>
/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DTCPSocket.cpp27 #include <netinet/tcp.h>
/freebsd-current/sys/dev/e1000/
H A Dif_em.h87 #include <netinet/tcp.h>
/freebsd-current/sys/netipsec/
H A Dudpencap.c48 #include <netinet/tcp.h>
/freebsd-current/sys/netinet/tcp_stacks/
H A Dtailq_hash.c60 #include <netinet/tcp.h>
/freebsd-current/sys/netpfil/pf/
H A Dpf.c88 #include <netinet/tcp.h>
569 struct tcphdr *th = &pd->hdr.tcp;
2936 /* maximum segment size tcp option */
3876 sport = pd->hdr.tcp.th_sport;
3877 dport = pd->hdr.tcp.th_dport;
4072 MD5Update(&ctx, (char *)&pd->hdr.tcp.th_sport, sizeof(u_short));
4073 MD5Update(&ctx, (char *)&pd->hdr.tcp.th_dport, sizeof(u_short));
4429 struct tcphdr *th = &pd->hdr.tcp;
4673 /* tcp/udp only. port_op always 0 in other cases */
4680 /* tcp/ud
[all...]
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c754 int tcp = 0; local
789 tcp = 1;
842 if (!tcp && wpa_s->dpp_auth) {
874 if (tcp)
3890 struct dpp_authentication *auth, bool tcp)
3899 if (tcp) {
3924 bool tcp = false; local
3933 tcp = true;
3964 return wpas_dpp_build_conf_resp(wpa_s, auth, tcp);
3988 return wpas_dpp_build_conf_resp(wpa_s, auth, tcp);
3889 wpas_dpp_build_conf_resp(struct wpa_supplicant *wpa_s, struct dpp_authentication *auth, bool tcp) argument
[all...]
/freebsd-current/sys/dev/fxp/
H A Dif_fxp.c69 #include <netinet/tcp.h>
1406 struct tcphdr *tcp; local
1413 tcp = NULL;
1484 tcp = (struct tcphdr *)(mtod(m, char *) + poff);
1485 m = m_pullup(m, poff + (tcp->th_off << 2));
1496 tcp = (struct tcphdr *)(mtod(m, char *) + poff);
1499 (tcp->th_off << 2));
1500 tcp->th_sum = in_pseudo(ip->ip_src.s_addr, ip->ip_dst.s_addr,
1501 htons(IPPROTO_TCP + (tcp->th_off << 2) +
1505 tcp_payload -= tcp
[all...]
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dfil.c64 #include <netinet/tcp.h>
1297 tcphdr_t *tcp; local
1305 if (ipf_pr_pullup(fin, sizeof(*tcp)) == -1) {
1310 tcp = fin->fin_dp;
1312 fin->fin_sport = ntohs(tcp->th_sport);
1313 fin->fin_dport = ntohs(tcp->th_dport);
1325 tlen = TCP_OFF(tcp) << 2;
1333 flags = tcp->th_flags;
1334 fin->fin_tcpf = tcp->th_flags;
1341 if ((flags & TH_URG) != 0 && (tcp
[all...]
/freebsd-current/usr.sbin/bhyve/
H A Dpci_e82545.c41 #include <netinet/tcp.h>
1088 int desc, dtype, ntype, iovcnt, tcp, tso, paylen, seg, tiovcnt, pv; local
1371 tcp = (sc->esc_txctx.cmd_and_length & E1000_TXD_CMD_TCP) != 0;
1375 tcp ? "TCP" : "UDP", hdrlen, paylen, mss, iovcnt);
1378 if (tcp)
1428 if (tcp) {
/freebsd-current/usr.sbin/etcupdate/tests/
H A Dtests_test.sh636 tcpmux 1/tcp #TCP Port Service Multiplexer
641 tcpmux 1/tcp #TCP Port Service Multiplexer
644 compressnet 2/tcp #Management Utility
/freebsd-current/sys/netinet/
H A Dtcp_var.h35 #include <netinet/tcp.h>
306 * Tcp control block, one per tcp connection.
540 /* Flags for tcp functions */
769 #define TF_NOOPT 0x00000008 /* don't use tcp options */
1100 VNET_PCPUSTAT_DECLARE(struct tcpstat, tcpstat); /* tcp statistics */
1107 MIB_SDT_PROBE1(tcp, count, name, (val)); \
1118 MIB_SDT_PROBE1(tcp, count, name, (val)); \
1236 #define TCPCTL_DROP 15 /* drop tcp connection */
/freebsd-current/contrib/unbound/compat/
H A Dgetentropy_osx.c54 #include <netinet/tcp.h>
/freebsd-current/contrib/ofed/librdmacm/examples/
H A Driostream.c44 #include <netinet/tcp.h>
H A Dudpong.c43 #include <netinet/tcp.h>
556 printf("\t s|sockets - use standard tcp/ip sockets\n");
/freebsd-current/contrib/unbound/contrib/
H A Dunbound_munin_254 p_config "num.query.tcp" "TCP queries" "ABSOLUTE"
455 total.num.cachehits total.num.prefetch num.query.tcp \
/freebsd-current/contrib/libpcap/
H A Dpcap-pf.c48 #include <netinet/tcp.h>
H A Dpcap-snit.c53 #include <netinet/tcp.h>
/freebsd-current/cddl/usr.sbin/dtrace/tests/tools/
H A Dexclude.sh82 exclude EXFAIL common/mib/tst.tcp.ksh
/freebsd-current/sys/dev/ixl/
H A Dixl.h75 #include <netinet/tcp.h>
/freebsd-current/sys/netgraph/netflow/
H A Dnetflow_v9.c51 #include <netinet/tcp.h>
/freebsd-current/sys/netinet/libalias/
H A Dalias_ftp.c88 #include <netinet/tcp.h>
H A Dalias_smedia.c116 #include <netinet/tcp.h>
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_init_fw_funcs.c1476 bool tcp,
1486 if (!tcp && !udp)
1487 DP_NOTICE(p_hwfn, true, "gft_config: must accept at least on of - udp or tcp\n");
1510 if (!(tcp && udp)) {
1512 if (tcp)
1473 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

Completed in 417 milliseconds

1234567891011>>