Searched refs:IPPROTO_TCP (Results 176 - 200 of 286) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipf_y.y825 if (frc->fr_proto != IPPROTO_TCP)
1238 frc->fr_proto != IPPROTO_TCP)
1382 | IPFY_STRICT { DOALL(if (fr->fr_proto != IPPROTO_TCP) { \
1389 | IPFY_LOOSE { DOALL(if (fr->fr_proto != IPPROTO_TCP) { \
1396 | IPFY_NEWISN { DOALL(if (fr->fr_proto != IPPROTO_TCP) { \
H A Dipfstat.c1411 if (((ips.is_p == IPPROTO_TCP) ||
1418 if ((topclosed == 0) && (ips.is_p == IPPROTO_TCP) &&
1462 if ((ips.is_p == IPPROTO_TCP) ||
1640 if ((tp->st_p == IPPROTO_TCP) ||
H A Dipftest.c682 case IPPROTO_TCP :
/freebsd-11-stable/contrib/unbound/services/
H A Dlisten_dnsport.c643 #if defined(IPPROTO_TCP) && defined(TCP_NODELAY)
644 if(setsockopt(s, IPPROTO_TCP, TCP_NODELAY, (void*)&on,
656 #endif /* defined(IPPROTO_TCP) && defined(TCP_NODELAY) */
659 #if defined(IPPROTO_TCP) && defined(TCP_MAXSEG)
660 if(setsockopt(s, IPPROTO_TCP, TCP_MAXSEG, (void*)&mss,
670 #endif /* defined(IPPROTO_TCP) && defined(TCP_MAXSEG) */
795 if ((setsockopt(s, IPPROTO_TCP, TCP_FASTOPEN, &qlen,
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c1015 case IPPROTO_TCP:
2385 ip->ip_p = IPPROTO_TCP;
2397 htons(sizeof(struct tcphdr) + IPPROTO_TCP));
2465 if (s->proto != IPPROTO_TCP ||
2490 ip6->ip6_nxt = IPPROTO_TCP;
2507 IPPROTO_TCP, 0);
2572 if (s->proto != IPPROTO_TCP ||
H A Dip_fw_nat.c411 ip->ip_p == IPPROTO_TCP) {
429 case IPPROTO_TCP:
/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_hw.c752 if ((ip->ip_p != IPPROTO_TCP) ||
873 if (ip->ip_p == IPPROTO_TCP)
894 if (ip6->ip6_nxt == IPPROTO_TCP)
/freebsd-11-stable/lib/libfetch/
H A Dhttp.c1446 setsockopt(conn->sd, IPPROTO_TCP, TCP_NOPUSH, &val, sizeof(val));
1747 setsockopt(conn->sd, IPPROTO_TCP, TCP_NOPUSH, &val,
1750 setsockopt(conn->sd, IPPROTO_TCP, TCP_NODELAY, &val,
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1653 if (sopt->sopt_level != IPPROTO_TCP)
1855 xt.xt_socket.xso_protocol = IPPROTO_TCP;
1944 .pr_protocol = IPPROTO_TCP,
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_parser.c383 proto == IPPROTO_TCP ? "tcp" : "udp",
396 proto == IPPROTO_TCP ? "tcp" : "udp",
824 (!r->proto || r->proto == IPPROTO_TCP) &&
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent_sock.c489 hint.ai_protocol = IPPROTO_TCP;
/freebsd-11-stable/release/picobsd/tinyware/ns/
H A Dns.c502 mib[2] = IPPROTO_TCP;
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dinit_c.c422 hints.ai_protocol = IPPROTO_TCP;
/freebsd-11-stable/tools/tools/net80211/w00t/redir/
H A Dredir.c434 if ((p->s = socket(s_in.sin_family, SOCK_STREAM, IPPROTO_TCP)) == -1)
/freebsd-11-stable/sys/netipsec/
H A Dipsec_input.c325 (prot == IPPROTO_UDP || prot == IPPROTO_TCP))
H A Dkey.c854 IPSEC_ASSERT(saidx->proto == IPPROTO_TCP,
864 if (sah->saidx.proto != IPPROTO_TCP)
4674 return IPPROTO_TCP;
4696 case IPPROTO_TCP:
4977 IPSEC_ASSERT(saidx->proto == IPPROTO_TCP, ("wrong proto"));
4980 if (sah->saidx.proto != IPPROTO_TCP)
5519 if (proto == IPPROTO_TCP) {
5916 if (proto == IPPROTO_TCP)
6128 if (proto == IPPROTO_TCP)
6493 if (sp != NULL && (sp->spidx.ul_proto == IPPROTO_TCP ||
[all...]
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_osfp.c78 pd->proto != IPPROTO_TCP || (tcp->th_off << 2) < sizeof(*tcp))
/freebsd-11-stable/usr.sbin/rpcbind/
H A Drpcbind.c560 pml->pml_map.pm_prot = IPPROTO_TCP;
H A Drpcb_svc_com.c1411 pmap.pm_prot = IPPROTO_TCP;
1461 prot = IPPROTO_TCP;
/freebsd-11-stable/usr.sbin/ppp/
H A Dnat_cmd.c126 proto_constant = IPPROTO_TCP;
/freebsd-11-stable/usr.sbin/ypldap/
H A Dyp.c129 yp_dispatch, IPPROTO_TCP)) {
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-icmp.c387 case IPPROTO_TCP:
/freebsd-11-stable/sys/netinet6/
H A Dip6_output.c1391 if (proto != IPPROTO_TCP)
1704 if (uproto != IPPROTO_TCP)
2694 if (uproto == IPPROTO_TCP && optname == IPV6_PKTINFO &&
2995 if (uproto == IPPROTO_TCP || *(int *)buf == 0) {
/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_rx.c708 KASSERT(iph->ip_p == IPPROTO_TCP,
717 KASSERT(iph->ip6_nxt == IPPROTO_TCP,
/freebsd-11-stable/sys/netinet/
H A Dtcp_output.c1299 optlen + len, IPPROTO_TCP, 0);
1309 htons(sizeof(struct tcphdr) + IPPROTO_TCP + len + optlen));

Completed in 402 milliseconds

1234567891011>>