HomeSort by: relevance | last modified time | path
    Searched refs:sctp_output (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/netinet/
sctp_output.h 1 /* $KAME: sctp_output.h,v 1.14 2005/03/06 16:04:18 itojun Exp $ */
2 /* $NetBSD: sctp_output.h,v 1.1 2015/10/13 21:28:35 rjs Exp $ */
86 int sctp_output(struct sctp_inpcb *, struct mbuf *, struct sockaddr *,
sctp_timer.c 86 #include <netinet/sctp_output.h>
sctp_usrreq.c 74 #include <netinet/sctp_output.h>
679 ret = sctp_output(inp, inp->pkt, addr, inp->control, l, 0);
sctp_asconf.c 77 #include <netinet/sctp_output.h>
sctp_pcb.c 89 #include <netinet/sctp_output.h>
sctp_indata.c 79 #include <netinet/sctp_output.h>
sctp_input.c 80 #include <netinet/sctp_output.h>
sctputil.c 101 #include <netinet/sctp_output.h>
sctp_output.c 1 /* $NetBSD: sctp_output.c,v 1.39 2025/06/12 06:08:10 ozaki-r Exp $ */
2 /* $KAME: sctp_output.c,v 1.48 2005/06/16 18:29:24 jinmei Exp $ */
33 __KERNEL_RCSID(0, "$NetBSD: sctp_output.c,v 1.39 2025/06/12 06:08:10 ozaki-r Exp $");
102 #include <netinet/sctp_output.h>
2939 printf("sctp_output.c:Impossible length in parameter < %d\n", plen);
7085 sctp_output(struct sctp_inpcb *inp, struct mbuf *m, function in typeref:typename:int
  /src/sys/netinet6/
sctp6_usrreq.c 72 #include <netinet/sctp_output.h>
800 /* No SPL needed since sctp_output does this */
894 ret = sctp_output(inp, inp->pkt , nam, inp->control, l, 0);

Completed in 97 milliseconds