Print this page
7388 Support DHCP Client FQDN. Allow IAID/DUID for all v4.

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/cmd-inet/lib/nwamd/ncu.h
          +++ new/usr/src/cmd/cmd-inet/lib/nwamd/ncu.h
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14   * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15   * If applicable, add the following below this CDDL HEADER, with the
  16   16   * fields enclosed by brackets "[]" replaced with your own identifying
  17   17   * information: Portions Copyright [yyyy] [name of copyright owner]
  18   18   *
  19   19   * CDDL HEADER END
  20   20   */
  21   21  
  22   22  /*
  23   23   * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
       24 + * Copyright (c) 2016, Chris Fraire <cfraire@me.com>.
  24   25   */
  25   26  
  26   27  #ifndef _NCU_H
  27   28  #define _NCU_H
  28   29  
  29   30  #include <dhcpagent_ipc.h>
  30   31  #include <dhcpagent_util.h>
  31   32  #include <libdladm.h>
  32   33  #include <libdlpi.h>
  33   34  #include <libdlwlan.h>
↓ open down ↓ 184 lines elided ↑ open up ↑
 218  219  
 219  220  /* NCU value set/get functions */
 220  221  extern nwam_error_t nwamd_set_ncu_uint(nwam_ncu_handle_t, uint64_t *, uint_t,
 221  222      const char *);
 222  223  extern nwam_error_t nwamd_set_ncu_string(nwam_ncu_handle_t, char **, uint_t,
 223  224      const char *);
 224  225  extern nwam_error_t nwamd_get_ncu_uint(nwam_ncu_handle_t, nwam_value_t *,
 225  226      uint64_t **, uint_t *, const char *);
 226  227  extern nwam_error_t nwamd_get_ncu_string(nwam_ncu_handle_t, nwam_value_t *,
 227  228      char ***, uint_t *, const char *);
      229 +extern nwam_error_t nwamd_get_ncu_boolean(nwam_ncu_handle_t, nwam_value_t *,
      230 +    boolean_t **, uint_t *, const char *);
 228  231  
 229  232  extern void nwamd_walk_physical_configuration(void);
 230  233  
 231  234  #endif /* _NCU_H */
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX