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

1234567891011>>

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-icmp.c387 case IPPROTO_TCP:
/freebsd-13-stable/contrib/ipfilter/tools/
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-13-stable/contrib/libevent/
H A Dbufferevent_sock.c515 hint.ai_protocol = IPPROTO_TCP;
/freebsd-13-stable/sys/dev/e1000/
H A Digb_txrx.c193 case IPPROTO_TCP:
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent_sock.c489 hint.ai_protocol = IPPROTO_TCP;
/freebsd-13-stable/usr.sbin/ppp/
H A Dnat_cmd.c126 proto_constant = IPPROTO_TCP;
/freebsd-13-stable/usr.sbin/rpcbind/
H A Drpcbind.c575 pml->pml_map.pm_prot = IPPROTO_TCP;
H A Drpcb_svc_com.c1414 pmap.pm_prot = IPPROTO_TCP;
1464 prot = IPPROTO_TCP;
/freebsd-13-stable/usr.sbin/ypldap/
H A Dyp.c129 yp_dispatch, IPPROTO_TCP)) {
/freebsd-13-stable/sys/netinet6/
H A Dip6_output.c1567 if (proto != IPPROTO_TCP)
1891 if (uproto != IPPROTO_TCP)
2955 if (uproto == IPPROTO_TCP && optname == IPV6_PKTINFO &&
3253 if (uproto == IPPROTO_TCP || *(int *)buf == 0) {
/freebsd-13-stable/sys/netipsec/
H A Dipsec_input.c325 (prot == IPPROTO_UDP || prot == IPPROTO_TCP))
H A Dipsec.c523 case IPPROTO_TCP:
699 case IPPROTO_TCP:
H A Dkey.c967 IPSEC_ASSERT(saidx->proto == IPPROTO_TCP,
977 if (sah->saidx.proto != IPPROTO_TCP)
4769 return IPPROTO_TCP;
4791 case IPPROTO_TCP:
5071 IPSEC_ASSERT(saidx->proto == IPPROTO_TCP, ("wrong proto"));
5074 if (sah->saidx.proto != IPPROTO_TCP)
5613 if (proto == IPPROTO_TCP) {
6007 if (proto == IPPROTO_TCP)
6219 if (proto == IPPROTO_TCP)
6581 if (sp != NULL && (sp->spidx.ul_proto == IPPROTO_TCP ||
[all...]
/freebsd-13-stable/sys/netpfil/pf/
H A Dpf_osfp.c80 pd->proto != IPPROTO_TCP || (tcp->th_off << 2) < sizeof(*tcp))
/freebsd-13-stable/tools/tools/net80211/w00t/redir/
H A Dredir.c434 if ((p->s = socket(s_in.sin_family, SOCK_STREAM, IPPROTO_TCP)) == -1)
/freebsd-13-stable/usr.bin/fstat/
H A Dfstat.c423 if (sock.proto == IPPROTO_TCP ) {
/freebsd-13-stable/sys/dev/sfxge/
H A Dsfxge_rx.c709 KASSERT(iph->ip_p == IPPROTO_TCP,
718 KASSERT(iph->ip6_nxt == IPPROTO_TCP,
/freebsd-13-stable/crypto/openssh/
H A Dmisc.c156 if (getsockopt(fd, IPPROTO_TCP, TCP_NODELAY, &opt, &optlen) == -1) {
166 if (setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, &opt, sizeof opt) == -1)
/freebsd-13-stable/sys/netinet/
H A Dsiftr.c853 if (ip->ip_p != IPPROTO_TCP)
1038 if (ip6->ip6_nxt != IPPROTO_TCP)
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_nat.c417 ip->ip_p == IPPROTO_TCP) {
435 case IPPROTO_TCP:
/freebsd-13-stable/usr.bin/netstat/
H A Dinet.c106 case IPPROTO_TCP:
213 case IPPROTO_TCP:
/freebsd-13-stable/sbin/pfctl/
H A Dparse.y903 proto->proto != IPPROTO_TCP;
2111 proto->proto != IPPROTO_TCP;
4713 if (r->proto != IPPROTO_TCP && r->proto != IPPROTO_UDP &&
4749 if (r->rule_flag & PFRULE_RETURNRST && r->proto != IPPROTO_TCP) {
4782 if (r->proto != IPPROTO_TCP && r->proto != IPPROTO_UDP) {
5427 r->proto && r->proto != IPPROTO_TCP)
5432 if (r->proto && r->proto != IPPROTO_TCP) {
/freebsd-13-stable/lib/libc/net/
H A Dgetaddrinfo.c176 { PF_INET6, SOCK_STREAM, IPPROTO_TCP,
189 { PF_INET, SOCK_STREAM, IPPROTO_TCP,
1548 case IPPROTO_TCP:
/freebsd-13-stable/sys/dev/qlxge/
H A Dqls_hw.c583 htons(IPPROTO_TCP));
591 if (ip->ip_p == IPPROTO_TCP) {
617 if (ip6->ip6_nxt == IPPROTO_TCP) {

Completed in 404 milliseconds

1234567891011>>