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

  /src/sys/netinet/
sctp_output.h 118 sctp_sosend(struct socket *, struct sockaddr *, struct uio *,
sctp_usrreq.c 547 so->so_send = sctp_sosend;
674 * re-defining sosend to use the sctp_sosend. One can
sctp_output.c 9798 sctp_sosend(struct socket *so, struct sockaddr *addr, struct uio *uio, function
9861 printf("sctp_sosend: get control\n");
9884 printf("sctp_sosend: doing lookup\n");
10066 printf("sctp_sosend: before copying in %p\n", top);
10076 printf("sctp_sosend: before cii\n");
10080 printf("sctp_sosend: after cii\n");
10096 printf("sctp_sosend: after copying in\n");
10138 printf("sctp_sosend: before sending chunk\n");
  /src/sys/netinet6/
sctp6_usrreq.c 602 so->so_send = sctp_sosend;
889 * re-defining sosend() to use sctp_sosend(). One can

Completed in 33 milliseconds