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

<<1112

/freebsd-13-stable/sys/dev/cxgb/
H A Dcxgb_sge.c1510 KASSERT(ip6->ip6_nxt == IPPROTO_TCP,
/freebsd-13-stable/sys/dev/bce/
H A Dif_bce.c7155 if (ip->ip_p != IPPROTO_TCP) {
9594 case IPPROTO_TCP:
/freebsd-13-stable/contrib/apr/
H A Dconfigure28780 rc = setsockopt(listen_s, IPPROTO_TCP, TCP_NODELAY, &option, sizeof option);
28833 rc = getsockopt(connected_s, IPPROTO_TCP, TCP_NODELAY, &option, &option_len);
29078 rc = setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, &flag, sizeof flag);
29085 rc = setsockopt(fd, IPPROTO_TCP, TCP_CORK, &flag, sizeof flag);
/freebsd-13-stable/sys/dev/msk/
H A Dif_msk.c3153 case IPPROTO_TCP:
/freebsd-13-stable/sys/dev/alc/
H A Dif_alc.c2802 ip->ip_dst.s_addr, htons(IPPROTO_TCP));
/freebsd-13-stable/contrib/ntp/lib/isc/unix/
H A Dsocket.c2261 sock->fd = socket(sock->pf, SOCK_STREAM, IPPROTO_TCP);
/freebsd-13-stable/sys/netpfil/pf/
H A Dpf_ioctl.c2958 ((pnl->proto == IPPROTO_TCP ||
/freebsd-13-stable/sys/dev/bxe/
H A Dbxe.c5083 htons(IPPROTO_TCP)));
5089 htons(IPPROTO_TCP)));
/freebsd-13-stable/sys/netinet/tcp_stacks/
H A Dbbr.c13549 optlen + len, IPPROTO_TCP, 0);
13570 IPPROTO_TCP + len + optlen));

Completed in 472 milliseconds

<<1112