Searched refs:if_state (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | ncp.c | 320 nwam_state_t state, if_state; in nwamd_ncu_check_or_activate() local 371 if_state = if_obj->nwamd_object_state; in nwamd_ncu_check_or_activate() 406 (if_state == NWAM_STATE_ONLINE || in nwamd_ncu_check_or_activate() 441 if_state == NWAM_STATE_ONLINE && in nwamd_ncu_check_or_activate() 456 (if_state == NWAM_STATE_ONLINE || in nwamd_ncu_check_or_activate() 482 (if_state == NWAM_STATE_ONLINE || in nwamd_ncu_check_or_activate()
|
H A D | ncu_ip.c | 863 struct nwam_event_if_state *if_state; in nwamd_ncu_handle_if_state_event() local 876 if_state = &evm->nwe_data.nwe_if_state; in nwamd_ncu_handle_if_state_event() 878 family = if_state->nwe_addr.ss_family; in nwamd_ncu_handle_if_state_event() 879 addr = &if_state->nwe_addr; in nwamd_ncu_handle_if_state_event() 880 addr_added = if_state->nwe_addr_added; in nwamd_ncu_handle_if_state_event()
|
/titanic_41/usr/src/lib/libdhcpagent/common/ |
H A D | dhcpagent_util.c | 244 status->if_name, dhcp_state_to_string(status->if_state), in dhcp_status_reply_to_string() 264 switch (status->if_state) { in dhcp_status_reply_to_string()
|
H A D | dhcpagent_ipc.h | 217 DHCPSTATE if_state; /* state of interface; see above */ member
|
/titanic_41/usr/src/uts/sun4v/io/ |
H A D | vsw.c | 1113 vswp->if_state |= VSW_IF_REG; in vsw_mac_register() 1129 if (vswp->if_state & VSW_IF_REG) { in vsw_mac_unregister() 1141 vswp->if_state &= ~(VSW_IF_UP | VSW_IF_REG); in vsw_mac_unregister() 1179 vswp->if_state &= ~VSW_IF_UP; in vsw_m_stop() 1185 D1(vswp, "%s: exit (state = %d)", __func__, vswp->if_state); in vsw_m_stop() 1198 vswp->if_state |= VSW_IF_UP; in vsw_m_start() 1224 D1(vswp, "%s: exit (state = %d)", __func__, vswp->if_state); in vsw_m_start() 1336 vswp->if_state |= VSW_IF_PROMISC; in vsw_m_promisc() 1338 vswp->if_state &= ~VSW_IF_PROMISC; in vsw_m_promisc() 2021 if (vswp->if_state & VSW_IF_UP) { in vsw_mtu_update() [all …]
|
H A D | vsw_phys.c | 187 if (vswp->if_state & VSW_IF_UP) { in vsw_set_addrs() 243 if (vswp->if_state & VSW_IF_UP) { in vsw_unset_addrs() 900 if (vswp->if_state & VSW_IF_UP) { in vsw_if_rx_cb()
|
/titanic_41/usr/src/lib/libipmp/common/ |
H A D | ipmp_query.h | 147 ipmp_if_state_t if_state; member
|
H A D | ipmp_query.c | 601 ifinfop->if_state = state; in ipmp_ifinfo_create() 631 ifinfop->if_state, ifinfop->if_type, ifinfop->if_linkstate, in ipmp_ifinfo_clone()
|
/titanic_41/usr/src/uts/sun4v/sys/ |
H A D | vsw.h | 174 uint8_t if_state; /* interface state */ member
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipmpstat/ |
H A D | ipmpstat.c | 163 static ipmpstat_enum_t addr_state[], group_state[], if_state[], if_link[]; variable 745 enum2str(if_state, ifinfop->if_state, buf, bufsize); in sfunc_if_state() 1294 static ipmpstat_enum_t if_state[] = { variable
|
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | agent.c | 1046 status.if_state = dsmp->dsm_state; in ipc_event()
|
H A D | README.v6 | 826 if_state dhcp_smach_t.dsm_state
|