Home
last modified time | relevance | path

Searched refs:NWAM_NCU_TYPE_INTERFACE (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_ncp.c395 case NWAM_NCU_TYPE_INTERFACE: in nwam_ncu_type_to_flag()
432 return (NWAM_NCU_TYPE_INTERFACE); in nwam_ncu_class_to_type()
654 *typep = NWAM_NCU_TYPE_INTERFACE; in nwam_ncu_internal_name_to_name()
740 case NWAM_NCU_TYPE_INTERFACE: in nwam_ncu_type_class_compatible()
835 if (type == NWAM_NCU_TYPE_INTERFACE && class == NWAM_NCU_CLASS_IP) { in nwam_ncu_create()
908 err_ip = nwam_ncu_read(ncph, name, NWAM_NCU_TYPE_INTERFACE, in nwam_ncu_read()
965 case NWAM_NCU_TYPE_INTERFACE: in nwam_ncu_name_to_typed_name()
1536 type > NWAM_NCU_TYPE_INTERFACE) in valid_type()
H A Dlibnwam.h406 NWAM_NCU_TYPE_INTERFACE, enumerator
H A Dlibnwam_values.c661 { NWAM_NCU_TYPE_INTERFACE_STRING, NWAM_NCU_TYPE_INTERFACE },
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu.c401 if (ncu->ncu_type == NWAM_NCU_TYPE_INTERFACE) { in nwamd_ncu_state_machine()
1160 ncu->ncu_type == NWAM_NCU_TYPE_INTERFACE); in nwamd_ncu_free()
1169 } else if (ncu->ncu_type == NWAM_NCU_TYPE_INTERFACE) { in nwamd_ncu_free()
1296 if ((err = nwam_ncu_create(ncph, name, NWAM_NCU_TYPE_INTERFACE, in add_ip_ncu_to_ncp()
1448 remove_ncu_from_ncp(ncph, name, NWAM_NCU_TYPE_INTERFACE); in nwamd_ncu_handle_link_action_event()
1459 ncu_action_change_state(action, NWAM_NCU_TYPE_INTERFACE, name); in nwamd_ncu_handle_link_action_event()
1732 case NWAM_NCU_TYPE_INTERFACE: in nwamd_ncu_handle_init_event()
1862 case NWAM_NCU_TYPE_INTERFACE: in nwamd_ncu_handle_init_event()
H A Dncu_ip.c95 nwamd_object_t ip_ncu = nwamd_ncu_object_find(NWAM_NCU_TYPE_INTERFACE, in nwamd_propogate_link_up_down_to_ip()
504 assert(ncu->ncu_type == NWAM_NCU_TYPE_INTERFACE); in interface_ncu_up_down()
744 NWAM_NCU_TYPE_INTERFACE, &object_name)) in add_ip_address()
1340 ncu_obj = nwamd_ncu_object_find(NWAM_NCU_TYPE_INTERFACE, name); in start_dhcp_thread()
1393 NWAM_NCU_TYPE_INTERFACE, &object_name) in start_dhcp_thread()
H A Dconditions.c160 if (nwam_ncu_read(active_ncph, name, NWAM_NCU_TYPE_INTERFACE, 0, &ncuh) in test_condition_ncu()
162 ncu_type = NWAM_NCU_TYPE_INTERFACE; in test_condition_ncu()
285 if (ncu->ncu_type != NWAM_NCU_TYPE_INTERFACE) in get_adv_domains()
H A Dllp.c335 NWAM_NCU_TYPE_INTERFACE, NWAM_NCU_CLASS_IP, &ip_ncu) in upgrade_llp_config()
H A Dloc.c347 if (ncu_data->ncu_type != NWAM_NCU_TYPE_INTERFACE) in nwamd_ncu_online_check()
H A Dncp.c365 if ((if_obj = nwamd_ncu_object_find(NWAM_NCU_TYPE_INTERFACE, in nwamd_ncu_check_or_activate()
H A Devents.c379 NWAM_NCU_TYPE_INTERFACE, &object_name)) != NWAM_SUCCESS) { in nwamd_event_init_if_state()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamadm/
H A Dnwamadm.c529 ret = ncu_action(name, ncph, NWAM_NCU_TYPE_INTERFACE, enable, in ncu_action()
921 NWAM_NCU_TYPE_INTERFACE, 0, &ncuh) in list_func()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c2892 all_props, ncp, NWAM_NCU_TYPE_INTERFACE); in listprop()
3676 NWAM_NCU_TYPE_INTERFACE, 0, &ncu_h); in export_func()