Searched refs:tcp_input (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/conf/
H A DMakefile.template102 tcp_input.o \
H A Dfiles291 bsd/netinet/tcp_input.c optional inet
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Din_proto.c147 .pr_input = tcp_input,
H A Dtcp_var.h581 * processing (in tcp_input), but not held in the tcpcb.
636 #define TCP_DELTA_SHIFT 2 /* see tcp_input.c */
1244 void tcp_input(struct mbuf *, int);
H A Dtcp_input.c60 * @(#)tcp_input.c 8.12 (Berkeley) 5/24/95
61 * $FreeBSD: src/sys/netinet/tcp_input.c,v 1.107.2.16 2001/08/22 00:59:12 silby Exp $
916 tcp_input(m, *offp);
1486 tcp_input(m, off0) function
1912 printf("tcp_input: no more socket for inp=%x. This shouldn't happen\n", inp);
2224 printf("tcp_input: could not copy policy\n");

Completed in 196 milliseconds