[BACK]Return to raw_ip.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/raw_ip.c between version 1.164.4.1 and 1.164.4.2

version 1.164.4.1, 2017/12/21 21:08:13 version 1.164.4.2, 2018/04/09 13:34:10
Line 155  rip_sbappendaddr(struct inpcb *last, str
Line 155  rip_sbappendaddr(struct inpcb *last, str
             || last->inp_socket->so_options & SO_TIMESTAMP)              || last->inp_socket->so_options & SO_TIMESTAMP)
                 ip_savecontrol(last, &opts, ip, n);                  ip_savecontrol(last, &opts, ip, n);
         if (sbappendaddr(&last->inp_socket->so_rcv, sa, n, opts) == 0) {          if (sbappendaddr(&last->inp_socket->so_rcv, sa, n, opts) == 0) {
                 /* should notify about lost packet */                  soroverflow(last->inp_socket);
                 m_freem(n);                  m_freem(n);
                 if (opts)                  if (opts)
                         m_freem(opts);                          m_freem(opts);

Legend:
Removed from v.1.164.4.1  
changed lines
  Added in v.1.164.4.2

CVSweb <webmaster@jp.NetBSD.org>