Searched refs:IPPROTO_TCP (Results 126 - 150 of 284) sorted by relevance

1234567891011>>

/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c412 ip6->ip6_nxt = IPPROTO_TCP;
416 tcp2->th_sum = in6_cksum(m, IPPROTO_TCP,
421 ip->ip_p = IPPROTO_TCP;
H A Dip_sync.c779 case IPPROTO_TCP :
1173 if (fin->fin_p == IPPROTO_TCP) {
1185 if (fin->fin_p == IPPROTO_TCP) {
H A Dip_nat6.c1181 case IPPROTO_TCP :
1459 if (p == IPPROTO_TCP)
1621 if (oip6->ip6_nxt == IPPROTO_TCP) {
1811 } else if (oip6->ip6_nxt == IPPROTO_TCP) {
1929 case IPPROTO_TCP :
2246 case IPPROTO_TCP :
2477 fi.fin_p = IPPROTO_TCP;
2640 case IPPROTO_TCP :
3036 case IPPROTO_TCP :
/freebsd-13-stable/crypto/heimdal/kdc/
H A Dhprop.c62 hints.ai_protocol = IPPROTO_TCP;
/freebsd-13-stable/lib/libc/rpc/
H A Drpc_soc.c120 proto = strcmp(tp, "udp") == 0 ? IPPROTO_UDP : IPPROTO_TCP;
/freebsd-13-stable/lib/libc/tests/nss/
H A Dgetaddrinfo_test.c364 ai->ai_protocol != IPPROTO_TCP)
/freebsd-13-stable/contrib/unbound/compat/
H A Dgetentropy_osx.c197 static int tcpmib[] = { CTL_NET, AF_INET, IPPROTO_TCP, TCPCTL_STATS };
/freebsd-13-stable/sbin/pfctl/
H A Dpf_print_state.c271 if (proto == IPPROTO_TCP) {
/freebsd-13-stable/sbin/setkey/
H A Dtest-pfkey.c508 (ext == SADB_EXT_ADDRESS_PROXY ? 0 : IPPROTO_TCP);
/freebsd-13-stable/libexec/ypxfr/
H A Dypxfr_main.c412 YPXFRD_FREEBSD_VERS, IPPROTO_TCP))) {
/freebsd-13-stable/contrib/ipfilter/lib/
H A Dprintfr.c202 if ((fp->fr_proto == IPPROTO_TCP) &&
/freebsd-13-stable/contrib/ipfilter/tools/
H A Dipfsyncd.c652 if (sh->sm_p == IPPROTO_TCP) {
/freebsd-13-stable/contrib/apr/network_io/unix/
H A Dsockets.c150 (*new)->socketdes = socket(family, type|flags, IPPROTO_TCP);
/freebsd-13-stable/contrib/ofed/librdmacm/
H A Dacm.c145 sock = socket(AF_INET, SOCK_STREAM | SOCK_CLOEXEC, IPPROTO_TCP);
/freebsd-13-stable/contrib/ofed/librdmacm/examples/
H A Driostream.c336 rsetsockopt(fd, IPPROTO_TCP, TCP_NODELAY, (void *) &val, sizeof(val));
/freebsd-13-stable/sys/net/
H A Dif_spppfr.c325 ip->ip_p == IPPROTO_TCP && ! tcp->th_flags))
H A Dslcompress.c471 ip->ip_p = IPPROTO_TCP;
/freebsd-13-stable/sys/dev/sfxge/
H A Dsfxge_tx.c829 KASSERT(iph->ip_p == IPPROTO_TCP,
837 IPPROTO_TCP,
1076 KASSERT(tso_iph(tso)->ip_p == IPPROTO_TCP,
1083 KASSERT(tso_ip6h(tso)->ip6_nxt == IPPROTO_TCP,
/freebsd-13-stable/sys/dev/ixgbe/
H A Dix_txrx.c131 case IPPROTO_TCP:
/freebsd-13-stable/usr.sbin/ppp/
H A Dslcompress.c450 ip->ip_p = IPPROTO_TCP;
/freebsd-13-stable/sys/netipsec/
H A Dipsec_pcb.c146 spidx->ul_proto = IPPROTO_TCP; /* XXX: currently only TCP uses this */
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_log.c331 case IPPROTO_TCP:
/freebsd-13-stable/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.c1124 case IPPROTO_TCP:
1309 case IPPROTO_TCP:
1527 if (proto != IPPROTO_TCP && proto != IPPROTO_UDP) {
1691 case IPPROTO_TCP:
/freebsd-13-stable/sys/netinet/
H A Dtcp_subr.c583 tcp_input_with_port(&m, &off, IPPROTO_TCP, port);
590 tcp6_input_with_port(&m, &off, IPPROTO_TCP, port);
1603 ip6->ip6_nxt = IPPROTO_TCP;
1628 ip->ip_p = IPPROTO_TCP;
1920 ip6->ip6_nxt = IPPROTO_TCP;
1938 ip->ip_p = IPPROTO_TCP;
1994 tlen - sizeof(struct ip6_hdr), IPPROTO_TCP, 0);
2066 tp->ccv->type = IPPROTO_TCP;
4001 xt->xt_inp.xi_socket.xso_protocol = IPPROTO_TCP;
/freebsd-13-stable/crypto/heimdal/appl/rsh/
H A Drsh.c983 hints.ai_protocol = IPPROTO_TCP;
1010 hints.ai_protocol = IPPROTO_TCP;

Completed in 352 milliseconds

1234567891011>>