[BACK]Return to sctp_output.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / netinet

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/netinet/sctp_output.c between version 1.12 and 1.12.2.2

version 1.12, 2017/12/10 11:52:14 version 1.12.2.2, 2018/05/02 07:20:23
Line 82  __KERNEL_RCSID(0, "$NetBSD$");
Line 82  __KERNEL_RCSID(0, "$NetBSD$");
   
 #endif /* INET6 */  #endif /* INET6 */
   
 #include <net/net_osdep.h>  
   
 #if defined(HAVE_NRL_INPCB) || defined(__FreeBSD__)  #if defined(HAVE_NRL_INPCB) || defined(__FreeBSD__)
 #ifndef in6pcb  #ifndef in6pcb
 #define in6pcb          inpcb  #define in6pcb          inpcb
Line 7669  sctp_send_sack(struct sctp_tcb *stcb)
Line 7667  sctp_send_sack(struct sctp_tcb *stcb)
         /*          /*
          * Queue up a SACK in the control queue. We must first check to           * Queue up a SACK in the control queue. We must first check to
          * see if a SACK is somehow on the control queue. If so, we will           * see if a SACK is somehow on the control queue. If so, we will
          * take and and remove the old one.           * take and remove the old one.
          */           */
         struct sctp_association *asoc;          struct sctp_association *asoc;
         struct sctp_tmit_chunk *chk, *a_chk;          struct sctp_tmit_chunk *chk, *a_chk;

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.12.2.2

CVSweb <webmaster@jp.NetBSD.org>