Searched refs:tcp (Results 101 - 125 of 455) sorted by relevance

1234567891011>>

/freebsd-current/tools/test/stress2/misc/
H A Dnfs_halfpage.sh51 mount -t nfs -o tcp -o retrycnt=3 -o intr,soft -o rw $nfs_export $mntpoint
H A Dnfs18.sh64 mount -t nfs -o tcp -o retrycnt=3 -o rw \
H A Dnfs17.sh40 mount -t nfs -o tcp -o retrycnt=3 -o soft -o rw $nfs_export $mntpoint
H A Dnfs_halfpage2.sh51 mount -t nfs -o tcp -o retrycnt=3 -o intr,soft -o rw $nfs_export $mntpoint
H A Dnfs12.sh52 mount -t nfs $version -o tcp -o retrycnt=3 -o intr,soft -o rw \
H A Dpthread9.sh47 mount -t nfs -o nfsv3,tcp,nolockd,retrycnt=3,intr $nfs_export \
/freebsd-current/contrib/netbsd-tests/lib/libc/rpc/
H A Dt_rpc.c269 transp = "tcp";
308 atf_tc_set_md_var(tc, "descr", "Checks CLGET_SVC_ADDR for tcp");
314 onehost("localhost", "tcp");
342 ATF_TC(tcp); variable
343 ATF_TC_HEAD(tcp, tc)
345 atf_tc_set_md_var(tc, "descr", "Checks svc tcp (select)");
351 ATF_TC_BODY(tcp, tc)
353 regtest("localhost", "tcp", "1", 0);
375 atf_tc_set_md_var(tc, "descr", "Checks svc tcp (poll)");
383 regtest("localhost", "tcp", "
[all...]
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dip_irc_pxy.c249 tcphdr_t *tcp, tcph, *tcp2 = &tcph; local
268 tcp = (tcphdr_t *)fin->fin_dp;
270 off = (char *)tcp - (char *)ip + (TCP_OFF(tcp) << 2) + fin->fin_ipoff;
H A Dip_scan.c40 #include <netinet/tcp.h>
511 tcphdr_t *tcp; local
514 tcp = fin->fin_dp;
515 seq = ntohl(tcp->th_seq);
528 thoff = TCP_OFF(tcp) << 2;
H A Dip_fil_freebsd.c49 #include <netinet/tcp.h>
335 struct tcphdr *tcp, *tcp2; local
343 tcp = fin->fin_dp;
344 if (tcp->th_flags & TH_RST)
350 tlen = fin->fin_dlen - (TCP_OFF(tcp) << 2) +
351 ((tcp->th_flags & TH_SYN) ? 1 : 0) +
352 ((tcp->th_flags & TH_FIN) ? 1 : 0);
383 tcp2->th_sport = tcp->th_dport;
384 tcp2->th_dport = tcp->th_sport;
386 if (tcp_get_flags(tcp)
[all...]
H A Dip_nat6.c78 #include <netinet/tcp.h>
1361 tcphdr_t *tcp = NULL; local
1470 tcp = (tcphdr_t *)(oip6 + 1);
1471 fin->fin_data[0] = ntohs(tcp->th_dport);
1472 fin->fin_data[1] = ntohs(tcp->th_sport);
1558 tcphdr_t *tcp; local
1576 tcp = NULL;
1585 tcp = (tcphdr_t *)dp;
1586 csump = (u_short *)&tcp->th_sum;
1592 tcp
2571 tcphdr_t *tcp = NULL; local
2768 tcphdr_t *tcp; local
2968 tcphdr_t *tcp; local
3163 tcphdr_t *tcp; local
[all...]
/freebsd-current/tests/sys/netinet/
H A Dtcp_md5_getsockopt.c35 #include <netinet/tcp.h>
/freebsd-current/sys/dev/gve/
H A Dgve_plat.h67 #include <netinet/tcp.h>
/freebsd-current/usr.sbin/ppp/
H A DMakefile11 proto.c route.c server.c sig.c slcompress.c sync.c systems.c tcp.c \
/freebsd-current/tests/sys/netpfil/pf/
H A DMakefile50 tcp \
/freebsd-current/crypto/openssl/include/internal/
H A Dsockets.h35 # include <tcp.h>
38 # include <netinet/tcp.h>
91 # include <netinet/tcp.h>
/freebsd-current/sys/netinet/cc/
H A Dcc.c71 #include <netinet/tcp.h>
407 pipe = tcp_compute_pipe(ccv->ccvc.tcp);
443 rw = tcp_compute_initwnd(tcp_fixed_maxseg(ccv->ccvc.tcp));
460 mss = tcp_fixed_maxseg(ccv->ccvc.tcp);
493 pipe = tcp_compute_pipe(ccv->ccvc.tcp);
H A Dcc_cubic.c66 #include <netinet/tcp.h>
128 tp = ccv->ccvc.tcp;
388 INP_WLOCK_ASSERT(tptoinpcb(ccv->ccvc.tcp));
427 mss = tcp_fixed_maxseg(ccv->ccvc.tcp);
481 pipe = tcp_compute_pipe(ccv->ccvc.tcp);
554 pipe = tcp_compute_pipe(ccv->ccvc.tcp);
595 t_srtt_usecs = tcp_get_srtt(ccv->ccvc.tcp,
H A Dcc_newreno.c77 #include <netinet/tcp.h>
138 tp = ccv->ccvc.tcp;
178 INP_WLOCK_ASSERT(tptoinpcb(ccv->ccvc.tcp));
372 mss = tcp_fixed_maxseg(ccv->ccvc.tcp);
432 pipe = tcp_compute_pipe(ccv->ccvc.tcp);
459 if (CC_ALGO(ccv->ccvc.tcp) != &newreno_cc_algo)
/freebsd-current/tools/tools/nvmf/nvmfdd/
H A Dnvmfdd.c43 params->tcp.pda = 0;
44 params->tcp.header_digests = header_digests;
45 params->tcp.data_digests = data_digests;
46 params->tcp.maxr2t = 1;
74 params->tcp.fd = s;
372 transport = "tcp";
434 if (strcasecmp(transport, "tcp") == 0) {
/freebsd-current/sbin/nvmecontrol/
H A Dfabrics.c166 params->tcp.fd = s;
178 params->tcp.pda = 0;
179 params->tcp.header_digests = false;
180 params->tcp.data_digests = false;
181 params->tcp.maxr2t = 1;
/freebsd-current/usr.sbin/traceroute/
H A Dtraceroute.c210 #include <netinet/tcp.h>
426 "tcp",
1493 struct tcphdr *const tcp = (struct tcphdr *) outp; local
1495 tcp->th_sport = htons(ident);
1496 tcp->th_dport = htons(port + (fixedPort ? 0 : outdata->seq));
1497 tcp->th_seq = (tcp->th_sport << 16) | tcp->th_dport;
1498 tcp->th_ack = 0;
1499 tcp
1510 struct tcphdr *const tcp = (struct tcphdr *) data; local
[all...]
/freebsd-current/sys/netinet/libalias/
H A Dalias_db.c49 #include <netinet/tcp.h>
167 "icmp=%u, udp=%u, tcp=%u, sctp=%u, pptp=%u, proto=%u, frag_id=%u frag_ptr=%u / tot=%u",
531 free(lnk->data.tcp);
659 lnk->data.tcp = aux_tcp;
737 old_lnk->data.tcp->fwhole > 0) {
1424 if (lnk->data.tcp->state.out != ALIAS_TCP_STATE_CONNECTED)
1430 if (lnk->data.tcp->state.out == ALIAS_TCP_STATE_CONNECTED)
1440 lnk->data.tcp->state.in = state;
1449 if (lnk->data.tcp->state.in != ALIAS_TCP_STATE_CONNECTED)
1455 if (lnk->data.tcp
[all...]
/freebsd-current/usr.sbin/nvmfd/
H A Dio.c57 aparams.tcp.pda = 0;
58 aparams.tcp.header_digests = header_digests;
59 aparams.tcp.data_digests = data_digests;
60 aparams.tcp.maxr2t = 1;
61 aparams.tcp.maxh2cdata = 256 * 1024;
624 qparams.tcp.fd = s;
/freebsd-current/sbin/ipf/ipsend/
H A D44arp.c20 #include <netinet/tcp.h>

Completed in 180 milliseconds

1234567891011>>