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

1234567891011>>

/freebsd-13-stable/sys/dev/ixl/
H A Dixl_txrx.c247 case IPPROTO_TCP:
/freebsd-13-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-13-stable/usr.sbin/ypbind/
H A Dypbind.c461 IPPROTO_TCP))
/freebsd-13-stable/sys/dev/hyperv/netvsc/
H A Dif_hn.c798 ip->ip_dst.s_addr, htons(IPPROTO_TCP));
810 if (ip6->ip6_nxt != IPPROTO_TCP) {
820 th->th_sum = in6_cksum_pseudo(ip6, 0, IPPROTO_TCP, 0);
884 if (ip6->ip6_nxt != IPPROTO_TCP &&
3548 if (l4proto == IPPROTO_TCP) {
3654 IPPROTO_TCP) {
4887 case IPPROTO_TCP:
/freebsd-13-stable/sys/net/
H A Diflib.c3232 if (__predict_true(pi->ipi_ipproto == IPPROTO_TCP)) {
3244 if (__predict_false(ip->ip_p != IPPROTO_TCP))
3251 ip->ip_dst.s_addr, htons(IPPROTO_TCP));
3285 if (pi->ipi_ipproto == IPPROTO_TCP) {
3296 if (__predict_false(ip6->ip6_nxt != IPPROTO_TCP))
3302 th->th_sum = in6_cksum_pseudo(ip6, 0, IPPROTO_TCP, 0);
H A Dif_spppsubr.c841 if(ip->ip_p == IPPROTO_TCP)
859 else if (ip->ip_p != IPPROTO_TCP)
870 (sp->ipcp.flags & IPCP_VJ) && ip->ip_p == IPPROTO_TCP)
/freebsd-13-stable/lib/libprocstat/
H A Dlibprocstat.c1540 if (proto.pr_protocol == IPPROTO_TCP) {
1613 if (sock->proto == IPPROTO_TCP) {
/freebsd-13-stable/libexec/ftpd/
H A Dftpd.c593 if (setsockopt(s, IPPROTO_TCP, TCP_NODELAY, &on, sizeof(on)) < 0)
1929 if (setsockopt(s, IPPROTO_TCP, TCP_NOPUSH, &on, sizeof on) < 0)
/freebsd-13-stable/sys/dev/cxgbe/crypto/
H A Dt4_kern_tls.c1175 if (ip->ip_p != IPPROTO_TCP) {
1176 CTR2(KTR_CXGBE, "%s: tid %d mbuf not IPPROTO_TCP",
1183 if (ip6->ip6_nxt != IPPROTO_TCP) {
1184 CTR3(KTR_CXGBE, "%s: tid %d mbuf not IPPROTO_TCP (%u)",
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c68 hints.ai_protocol = IPPROTO_TCP;
/freebsd-13-stable/lib/libtacplus/
H A Dtaclib.c242 if ((h->fd = socket(PF_INET, SOCK_STREAM, IPPROTO_TCP)) == -1) {
/freebsd-13-stable/contrib/ipfilter/tools/
H A Dipfcomp.c620 if ((ipf->fri_ip.fi_p == IPPROTO_TCP) &&
/freebsd-13-stable/sys/dev/iscsi/
H A Dicl_soft.c1235 opt.sopt_level = IPPROTO_TCP;
/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_nmea.c1809 ai_hint.ai_protocol = IPPROTO_TCP;
/freebsd-13-stable/sys/kern/
H A Dkern_sendfile.c971 so->so_proto->pr_protocol == IPPROTO_TCP)
/freebsd-13-stable/sys/rpc/
H A Drpcb_clnt.c810 IPPROTO_UDP : IPPROTO_TCP;
/freebsd-13-stable/sys/dev/usb/net/
H A Dif_smsc.c1046 ((ip->ip_p == IPPROTO_TCP) ||
/freebsd-13-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-13-stable/sys/dev/oce/
H A Doce_if.c1311 if (ip->ip_p != IPPROTO_TCP)
1321 if (ip6->ip6_nxt != IPPROTO_TCP)
2741 if((ip6->ip6_nxt != IPPROTO_TCP) && \
/freebsd-13-stable/sys/netinet/
H A Dtcp_input.c688 IPPROTO_TCP, m->m_pkthdr.csum_data);
691 th->th_sum = in6_cksum(m, IPPROTO_TCP, off0, tlen);
746 IPPROTO_TCP));
/freebsd-13-stable/contrib/ofed/librdmacm/
H A Drsocket.c1137 (type == SOCK_STREAM && protocol && protocol != IPPROTO_TCP) ||
3449 case IPPROTO_TCP:
3615 case IPPROTO_TCP:
/freebsd-13-stable/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c2171 hints.ai_protocol = IPPROTO_TCP;
/freebsd-13-stable/contrib/traceroute/
H A Dtraceroute.c456 IPPROTO_TCP,
/freebsd-13-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_flow_table.c333 MLX5_SET(fte_match_param, mv, outer_headers.ip_protocol, IPPROTO_TCP);

Completed in 660 milliseconds

1234567891011>>