[BACK]Return to omapip_p.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / mpl / dhcp / dist / includes / omapip

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/includes/omapip/omapip_p.h between version 1.3 and 1.4

version 1.3, 2020/08/03 21:10:57 version 1.4, 2022/04/03 01:10:59
Line 5 
Line 5 
    Private master include file for the OMAPI library. */     Private master include file for the OMAPI library. */
   
 /*  /*
  * Copyright (c) 2004-2019 by Internet Systems Consortium, Inc. ("ISC")   * Copyright (C) 2004-2022 Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1996-2003 by Internet Software Consortium   * Copyright (c) 1996-2003 by Internet Software Consortium
  *   *
  * This Source Code Form is subject to the terms of the Mozilla Public   * This Source Code Form is subject to the terms of the Mozilla Public
Line 21 
Line 21 
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.   * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *   *
  *   Internet Systems Consortium, Inc.   *   Internet Systems Consortium, Inc.
  *   950 Charter Street   *   PO Box 360
  *   Redwood City, CA 94063   *   Newmarket, NH 03857 USA
  *   <info@isc.org>   *   <info@isc.org>
  *   https://www.isc.org/   *   https://www.isc.org/
  *   *
Line 62 
Line 62 
 #include <dst/dst.h>  #include <dst/dst.h>
 #include "result.h"  #include "result.h"
   
   /* Uncomment this to enable protocol level debug logs */
   /* #define DEBUG_PROTOCOL 1 */
   
 #include <omapip/convert.h>  #include <omapip/convert.h>
 #include <omapip/hash.h>  #include <omapip/hash.h>
 #include <omapip/omapip.h>  #include <omapip/omapip.h>
Line 136  typedef struct __omapi_remote_auth {
Line 139  typedef struct __omapi_remote_auth {
   
 typedef struct __omapi_protocol_object {  typedef struct __omapi_protocol_object {
         OMAPI_OBJECT_PREAMBLE;          OMAPI_OBJECT_PREAMBLE;
         u_int32_t header_size;          u_int32_t header_size;
         u_int32_t protocol_version;          u_int32_t protocol_version;
         u_int32_t next_xid;          u_int32_t next_xid;
   

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb <webmaster@jp.NetBSD.org>