/src/sys/netinet/ |
in_proto.c | 185 PR_WRAP_INPUT(tcp_input) 202 #define tcp_input tcp_input_wrapper macro 290 .pr_input = tcp_input,
|
in_proto.c | 185 PR_WRAP_INPUT(tcp_input) 202 #define tcp_input tcp_input_wrapper macro 290 .pr_input = tcp_input,
|
tcp_input.c | 1 /* $NetBSD: tcp_input.c,v 1.441 2024/10/08 06:17:14 rin Exp $ */ 137 * @(#)tcp_input.c 8.12 (Berkeley) 5/24/95 141 __KERNEL_RCSID(0, "$NetBSD: tcp_input.c,v 1.441 2024/10/08 06:17:14 rin Exp $"); 827 tcp_input(m, *offp, proto); 986 * This code is duplicated from the one in tcp_input(). 1186 tcp_input(struct mbuf *m, int off, int proto) function in typeref:typename:void
|
tcp_input.c | 1 /* $NetBSD: tcp_input.c,v 1.441 2024/10/08 06:17:14 rin Exp $ */ 137 * @(#)tcp_input.c 8.12 (Berkeley) 5/24/95 141 __KERNEL_RCSID(0, "$NetBSD: tcp_input.c,v 1.441 2024/10/08 06:17:14 rin Exp $"); 827 tcp_input(m, *offp, proto); 986 * This code is duplicated from the one in tcp_input(). 1186 tcp_input(struct mbuf *m, int off, int proto) function in typeref:typename:void
|