[BACK]Return to tr.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / mpl / dhcp / dist / common

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

Diff for /src/external/mpl/dhcp/dist/common/tr.c between version 1.1 and 1.2

version 1.1, 2018/04/07 22:34:26 version 1.2, 2018/04/07 22:37:29
Line 179  ssize_t decode_tr_header (interface, buf
Line 179  ssize_t decode_tr_header (interface, buf
                         || ntohs(llc->ethertype) != ETHERTYPE_IP                          || ntohs(llc->ethertype) != ETHERTYPE_IP
                         || ip->ip_p != IPPROTO_UDP                          || ip->ip_p != IPPROTO_UDP
                         || (ntohs (ip->ip_off) & IP_OFFMASK) != 0                          || (ntohs (ip->ip_off) & IP_OFFMASK) != 0
                         || udp->uh_dport != local_port)                          || udp->uh_dport != *libdhcp_callbacks.local_port)
                 return -1;                  return -1;
   
         /* only save source routing information for packets from valued hosts */          /* only save source routing information for packets from valued hosts */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb <webmaster@jp.NetBSD.org>