Home
last modified time | relevance | path

Searched refs:ifi_state (Results 1 – 6 of 6) sorted by relevance

/dragonfly/usr.sbin/rtadvd/
HDrtadvd.c387 ifi->ifi_state = IFI_STATE_UNCONFIGURED; in rtadvd_shutdown()
424 if (ifi->ifi_state == IFI_STATE_UNCONFIGURED) in rtadvd_shutdown()
437 ifi->ifi_state = IFI_STATE_UNCONFIGURED; in rtadvd_shutdown()
441 ifi->ifi_state = IFI_STATE_TRANSITIVE; in rtadvd_shutdown()
690 ifi->ifi_state = IFI_STATE_TRANSITIVE; in rtmsg_input()
1661 switch (ifi->ifi_state) { in ra_output()
1784 switch (ifi->ifi_state) { in ra_output()
1813 ifi->ifi_state = IFI_STATE_CONFIGURED; in ra_output()
1828 ifi->ifi_state = IFI_STATE_UNCONFIGURED; in ra_output()
1870 switch (ifi->ifi_state) { in ra_timer_update()
HDconfig.c209 switch (ifi->ifi_state) { in rm_ifinfo()
214 ifi->ifi_state = IFI_STATE_UNCONFIGURED; in rm_ifinfo()
241 switch (ifi->ifi_state) { in rm_ifinfo()
344 if (ifi->ifi_state == IFI_STATE_TRANSITIVE && in getconfig()
904 switch (ifi->ifi_state) { in getconfig()
912 ifi->ifi_state = IFI_STATE_TRANSITIVE; in getconfig()
952 ifi->ifi_state = IFI_STATE_TRANSITIVE; in getconfig()
HDif.c365 ifi->ifi_state = IFI_STATE_UNCONFIGURED; in update_persist_ifinfo()
374 ifi->ifi_ifname, ifi->ifi_state); in update_persist_ifinfo()
490 ifi->ifi_state = IFI_STATE_UNCONFIGURED; in update_ifinfo()
HDtimer.c74 switch (ifi->ifi_state) { in rtadvd_update_timeout_handler()
HDrtadvd.h257 uint16_t ifi_state; member
/dragonfly/usr.sbin/rtadvctl/
HDrtadvctl.c499 switch (ifi_s->ifi_state) { in action_show()
513 ((ifi_s->ifi_state == IFI_STATE_CONFIGURED) || in action_show()
514 (ifi_s->ifi_state == IFI_STATE_TRANSITIVE))) { in action_show()
537 switch (ifi_s->ifi_state) { in action_show()