/src/sys/netinet/ |
in_proto.c | 190 PR_WRAP_INPUT(sctp_input) 204 #define sctp_input sctp_input_wrapper macro 315 .pr_input = sctp_input, 326 .pr_input = sctp_input, 336 .pr_input = sctp_input,
|
in_proto.c | 190 PR_WRAP_INPUT(sctp_input) 204 #define sctp_input sctp_input_wrapper macro 315 .pr_input = sctp_input, 326 .pr_input = sctp_input, 336 .pr_input = sctp_input,
|
sctp_input.c | 1 /* $KAME: sctp_input.c,v 1.28 2005/04/21 18:36:21 nishida Exp $ */ 2 /* $NetBSD: sctp_input.c,v 1.19 2025/07/11 22:19:54 andvar Exp $ */ 34 __KERNEL_RCSID(0, "$NetBSD: sctp_input.c,v 1.19 2025/07/11 22:19:54 andvar Exp $"); 81 #include <netinet/sctp_input.h> 4048 sctp_input(struct mbuf *m, int off, int proto) function in typeref:typename:void 4086 printf("sctp_input: got options\n");
|
sctp_input.c | 1 /* $KAME: sctp_input.c,v 1.28 2005/04/21 18:36:21 nishida Exp $ */ 2 /* $NetBSD: sctp_input.c,v 1.19 2025/07/11 22:19:54 andvar Exp $ */ 34 __KERNEL_RCSID(0, "$NetBSD: sctp_input.c,v 1.19 2025/07/11 22:19:54 andvar Exp $"); 81 #include <netinet/sctp_input.h> 4048 sctp_input(struct mbuf *m, int off, int proto) function in typeref:typename:void 4086 printf("sctp_input: got options\n");
|