Searched refs:IPPROTO_TCP (Results 226 - 250 of 286) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/ena/
H A Dena_datapath.c748 if (ip->ip_p == IPPROTO_TCP) {
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_log.c384 if (p == IPPROTO_TCP)
H A Dfil.c485 case IPPROTO_TCP :
1005 fin->fin_p = IPPROTO_TCP;
1731 if (off == 1 && p == IPPROTO_TCP) {
1773 case IPPROTO_TCP :
2176 if (err && (fi->fi_p == IPPROTO_TCP)) {
3451 case IPPROTO_TCP :
6699 case IPPROTO_TCP :
/freebsd-11-stable/contrib/unbound/services/
H A Doutside_network.c259 s = socket(PF_INET6, SOCK_STREAM, IPPROTO_TCP);
266 s = socket(PF_INET, SOCK_STREAM, IPPROTO_TCP);
289 #if defined(IPPROTO_TCP) && defined(TCP_MAXSEG)
290 if(setsockopt(s, IPPROTO_TCP, TCP_MAXSEG,
298 #endif /* defined(IPPROTO_TCP) && defined(TCP_MAXSEG) */
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-control.c584 int addrfamily = 0, proto = IPPROTO_TCP;
/freebsd-11-stable/lib/libfetch/
H A Dftp.c657 if ((sd = socket(sa.ss_family, SOCK_STREAM, IPPROTO_TCP)) == -1) {
/freebsd-11-stable/sys/dev/hyperv/netvsc/
H A Dif_hn.c778 ip->ip_dst.s_addr, htons(IPPROTO_TCP));
790 if (ip6->ip6_nxt != IPPROTO_TCP) {
800 th->th_sum = in6_cksum_pseudo(ip6, 0, IPPROTO_TCP, 0);
864 if (ip6->ip6_nxt != IPPROTO_TCP &&
3504 if (l4proto == IPPROTO_TCP) {
3610 IPPROTO_TCP) {
4843 case IPPROTO_TCP:
/freebsd-11-stable/sys/dev/e1000/
H A Dif_igb.c3816 if (ip6->ip6_nxt != IPPROTO_TCP)
3821 th->th_sum = in6_cksum_pseudo(ip6, 0, IPPROTO_TCP, 0);
3828 if (ip->ip_p != IPPROTO_TCP)
3834 ip->ip_dst.s_addr, htons(IPPROTO_TCP));
3975 case IPPROTO_TCP:
/freebsd-11-stable/sys/net/
H A Diflib.c2890 if (__predict_true(pi->ipi_ipproto == IPPROTO_TCP)) {
2902 if (__predict_false(ip->ip_p != IPPROTO_TCP))
2909 ip->ip_dst.s_addr, htons(IPPROTO_TCP));
2942 if (pi->ipi_ipproto == IPPROTO_TCP) {
2953 if (__predict_false(ip6->ip6_nxt != IPPROTO_TCP))
2959 th->th_sum = in6_cksum_pseudo(ip6, 0, IPPROTO_TCP, 0);
H A Dif_spppsubr.c840 if(ip->ip_p == IPPROTO_TCP)
858 else if (ip->ip_p != IPPROTO_TCP)
869 (sp->ipcp.flags & IPCP_VJ) && ip->ip_p == IPPROTO_TCP)
/freebsd-11-stable/lib/libprocstat/
H A Dlibprocstat.c1499 if (proto.pr_protocol == IPPROTO_TCP) {
1566 if (sock->proto == IPPROTO_TCP)
/freebsd-11-stable/libexec/ftpd/
H A Dftpd.c577 if (setsockopt(s, IPPROTO_TCP, TCP_NODELAY, &on, sizeof(on)) < 0)
1912 if (setsockopt(s, IPPROTO_TCP, TCP_NOPUSH, &on, sizeof on) < 0)
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c68 hints.ai_protocol = IPPROTO_TCP;
/freebsd-11-stable/lib/libtacplus/
H A Dtaclib.c240 if ((h->fd = socket(PF_INET, SOCK_STREAM, IPPROTO_TCP)) == -1) {
/freebsd-11-stable/sys/rpc/
H A Drpcb_clnt.c808 IPPROTO_UDP : IPPROTO_TCP;
/freebsd-11-stable/sys/dev/usb/net/
H A Dif_smsc.c1065 ((ip->ip_p == IPPROTO_TCP) ||
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_nmea.c1809 ai_hint.ai_protocol = IPPROTO_TCP;
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipfcomp.c620 if ((ipf->fri_ip.fi_p == IPPROTO_TCP) &&
/freebsd-11-stable/sys/dev/vmware/vmxnet3/
H A Dif_vmx.c2769 if (__predict_false(*proto != IPPROTO_TCP)) {
2780 htons(IPPROTO_TCP));
2785 sum = in6_cksum_pseudo(ip6, 0, IPPROTO_TCP, 0);
/freebsd-11-stable/contrib/sendmail/src/
H A Dmilter.c421 setsockopt(m->mf_sock, IPPROTO_TCP, TCP_CORK, (char *)&cork,
430 setsockopt(m->mf_sock, IPPROTO_TCP, TCP_CORK, (char *)&cork,
1190 setsockopt(m->mf_sock, IPPROTO_TCP, TCP_NODELAY,
/freebsd-11-stable/sys/netinet/
H A Dtcp_input.c643 IPPROTO_TCP, m->m_pkthdr.csum_data);
646 th->th_sum = in6_cksum(m, IPPROTO_TCP, off0, tlen);
699 IPPROTO_TCP));
/freebsd-11-stable/sys/dev/oce/
H A Doce_if.c1340 if (ip->ip_p != IPPROTO_TCP)
1350 if (ip6->ip6_nxt != IPPROTO_TCP)
2822 if((ip6->ip6_nxt != IPPROTO_TCP) && \
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Drsocket.c1137 (type == SOCK_STREAM && protocol && protocol != IPPROTO_TCP) ||
3449 case IPPROTO_TCP:
3615 case IPPROTO_TCP:
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c2171 hints.ai_protocol = IPPROTO_TCP;
/freebsd-11-stable/sys/dev/hme/
H A Dif_hme.c1246 case IPPROTO_TCP:

Completed in 387 milliseconds

1234567891011>>