Home
last modified time | relevance | path

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

/freebsd/usr.sbin/rtadvd/
H A Drtadvd.c389 ifi->ifi_state = IFI_STATE_UNCONFIGURED; in rtadvd_shutdown()
428 if (ifi->ifi_state == IFI_STATE_UNCONFIGURED) in rtadvd_shutdown()
441 ifi->ifi_state = IFI_STATE_UNCONFIGURED; in rtadvd_shutdown()
445 ifi->ifi_state = IFI_STATE_TRANSITIVE; in rtadvd_shutdown()
694 ifi->ifi_state = IFI_STATE_TRANSITIVE; in rtmsg_input()
1664 switch (ifi->ifi_state) { in ra_output()
1787 switch (ifi->ifi_state) { in ra_output()
1816 ifi->ifi_state = IFI_STATE_CONFIGURED; in ra_output()
1831 ifi->ifi_state = IFI_STATE_UNCONFIGURED; in ra_output()
1873 switch (ifi->ifi_state) { in ra_timer_update()
H A Dconfig.c215 switch (ifi->ifi_state) { in rm_ifinfo()
220 ifi->ifi_state = IFI_STATE_UNCONFIGURED; in rm_ifinfo()
246 switch (ifi->ifi_state) { in rm_ifinfo()
356 if (ifi->ifi_state == IFI_STATE_TRANSITIVE && in getconfig()
984 switch (ifi->ifi_state) { in getconfig()
992 ifi->ifi_state = IFI_STATE_TRANSITIVE; in getconfig()
1035 ifi->ifi_state = IFI_STATE_TRANSITIVE; in getconfig()
H A Dif.c366 ifi->ifi_state = IFI_STATE_UNCONFIGURED; in update_persist_ifinfo()
375 ifi->ifi_ifname, ifi->ifi_state); in update_persist_ifinfo()
517 ifi->ifi_state = IFI_STATE_UNCONFIGURED; in update_ifinfo()
H A Dtimer.c75 switch (ifi->ifi_state) { in rtadvd_update_timeout_handler()
H A Drtadvd.h268 uint16_t ifi_state; member
/freebsd/usr.sbin/rtadvctl/
H A Drtadvctl.c501 switch (ifi_s->ifi_state) { in action_show()
515 ((ifi_s->ifi_state == IFI_STATE_CONFIGURED) || in action_show()
516 (ifi_s->ifi_state == IFI_STATE_TRANSITIVE))) { in action_show()
539 switch (ifi_s->ifi_state) { in action_show()