nwam_ncp_handle_t
nwam_ncp_handle_t user_ncp;
nwam_ncp_handle_t new_ncph, old_ncph;
nwam_ncp_handle_t active_ncph = NULL;
nwam_ncp_handle_t new_ncph;
extern nwam_ncp_handle_t active_ncph;
add_phys_ncu_to_ncp(nwam_ncp_handle_t ncph, const char *name)
add_ip_ncu_to_ncp(nwam_ncp_handle_t ncph, const char *name)
remove_ncu_from_ncp(nwam_ncp_handle_t ncph, const char *name,
nwam_ncp_handle_t ncph;
nwam_ncp_handle_t ncph = data;
nwam_ncp_handle_t ncph;
extern void nwamd_add_phys_ncu_auto(nwam_ncp_handle_t, const char *);
extern void nwamd_rem_phys_ncu_auto(nwam_ncp_handle_t, const char *);
extern void add_auto_link(nwam_ncp_handle_t, const char *);
extern void add_auto_ip(nwam_ncp_handle_t, const char *);
extern void rem_auto_link(nwam_ncp_handle_t, const char *);
extern void rem_auto_ip(nwam_ncp_handle_t, const char *);
nwam_ncp_handle_t ncph = NULL;
active_ncp_callback(nwam_ncp_handle_t ncph, void *arg)
static nwam_ncp_handle_t
nwam_ncp_handle_t ncph;
nwam_ncp_handle_t ncph;
nwam_ncp_handle_t ncph;
ncu_action(const char *name, nwam_ncp_handle_t ncph, nwam_ncu_type_t type,
nwam_ncp_handle_t ncph;
list_ncp_cb(nwam_ncp_handle_t ncph, void *arg)
nwam_ncp_handle_t ncph;
nwam_ncp_handle_t ncph;
nwam_ncp_handle_t ncph;
nwam_ncp_handle_t oldncp_h;
destroy_ncp_callback(nwam_ncp_handle_t ncp, void *arg)
list_ncp_callback(nwam_ncp_handle_t ncp, void *arg)
boolean_t all_props, nwam_ncp_handle_t ncp, nwam_ncu_type_t ncu_type)
(nwam_ncp_handle_t *)&handle)) != NWAM_SUCCESS)
export_ncp_callback(nwam_ncp_handle_t ncp, void *arg)
static nwam_ncp_handle_t ncp_h = NULL;
nwam_ncp_handle_t *);
extern nwam_error_t nwam_ncp_read(const char *, uint64_t, nwam_ncp_handle_t *);
extern nwam_error_t nwam_ncp_copy(nwam_ncp_handle_t, const char *,
nwam_ncp_handle_t *);
extern nwam_error_t nwam_walk_ncps(int (*)(nwam_ncp_handle_t, void *),
extern nwam_error_t nwam_ncp_get_name(nwam_ncp_handle_t, char **);
extern nwam_error_t nwam_ncp_get_read_only(nwam_ncp_handle_t, boolean_t *);
extern nwam_error_t nwam_ncp_destroy(nwam_ncp_handle_t, uint64_t);
extern nwam_error_t nwam_ncp_walk_ncus(nwam_ncp_handle_t,
extern nwam_error_t nwam_ncp_enable(nwam_ncp_handle_t);
extern void nwam_ncp_free(nwam_ncp_handle_t);
extern nwam_error_t nwam_ncp_get_state(nwam_ncp_handle_t, nwam_state_t *,
extern nwam_error_t nwam_ncu_create(nwam_ncp_handle_t, const char *,
extern nwam_error_t nwam_ncu_read(nwam_ncp_handle_t, const char *,
extern nwam_error_t nwam_ncu_get_ncp(nwam_ncu_handle_t, nwam_ncp_handle_t *);
nwam_ncp_handle_t ncph;
nwam_ncp_handle_t ncph;
nwam_ncu_get_ncp(nwam_ncu_handle_t ncuh, nwam_ncp_handle_t *ncphp)
nwam_ncp_get_state(nwam_ncp_handle_t ncph, nwam_state_t *statep,
nwam_ncp_handle_t ncph;
nwam_ncp_get_name(nwam_ncp_handle_t ncph, char **namep)
nwam_ncp_create(const char *name, uint64_t flags, nwam_ncp_handle_t *ncphp)
nwam_ncp_read(const char *name, uint64_t flags, nwam_ncp_handle_t *ncphp)
nwam_ncp_handle_t newncph = (nwam_ncp_handle_t)arg;
nwam_ncp_copy(nwam_ncp_handle_t oldncph, const char *newname,
nwam_ncp_handle_t *newncphp)
nwam_ncp_handle_t ncph;
nwam_ncp_enable(nwam_ncp_handle_t ncph)
nwam_walk_ncps(int (*cb)(nwam_ncp_handle_t, void *), void *data,
nwam_ncp_handle_t ncph;
nwam_ncp_get_read_only(nwam_ncp_handle_t ncph, boolean_t *readp)
nwam_ncp_handle_t ncph;
nwam_ncp_is_active(nwam_ncp_handle_t ncph)
nwam_ncp_destroy(nwam_ncp_handle_t ncph, uint64_t flags)
nwam_ncp_walk_ncus(nwam_ncp_handle_t ncph,
nwam_ncp_free(nwam_ncp_handle_t ncph)
nwam_ncu_create(nwam_ncp_handle_t ncph, const char *name,
nwam_ncu_read(nwam_ncp_handle_t ncph, const char *name,