Home
last modified time | relevance | path

Searched refs:NWAM_ACTION_REMOVE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dsysevent_events.c111 link_added ? NWAM_ACTION_ADD : NWAM_ACTION_REMOVE); in sysevent_handler()
H A Dncu.c1399 if (action != NWAM_ACTION_ADD && action != NWAM_ACTION_REMOVE) { in nwamd_ncu_handle_link_action_event()
1607 link_event = nwamd_event_init_link_action(name, NWAM_ACTION_REMOVE); in nwamd_destroy_ncu()
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam.h953 NWAM_ACTION_REMOVE, enumerator
H A Dlibnwam_util.c334 case NWAM_ACTION_REMOVE: in nwam_action_to_string()