Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dtables.c1150 pr->pr_OnLinkLifetime = PREFIX_INFINITY; in prefix_create()
1338 pr->pr_OnLinkLifetime = NDP_PREFIX_DEFAULT_LIFETIME; in prefix_init_from_k()
1789 pr->pr_OnLinkLifetime); in prefix_timer()
1817 (pr->pr_OnLinkLifetime != PREFIX_INFINITY)) { in prefix_timer()
1818 if (pr->pr_OnLinkLifetime <= elapsed) { in prefix_timer()
1819 pr->pr_OnLinkLifetime = 0; in prefix_timer()
1821 pr->pr_OnLinkLifetime -= elapsed; in prefix_timer()
1822 if (pr->pr_OnLinkLifetime < next) in prefix_timer()
1823 next = pr->pr_OnLinkLifetime; in prefix_timer()
1835 if (pr->pr_OnLinkFlag && pr->pr_OnLinkLifetime == 0) in prefix_timer()
[all …]
H A Dndp.c697 pr->pr_OnLinkLifetime = pr->pr_ValidLifetime; in incoming_prefix_onlink_process()
700 pr->pr_OnLinkLifetime = PREFIX_INFINITY - 1; in incoming_prefix_onlink_process()
702 pr->pr_OnLinkLifetime = validtime * MILLISEC; in incoming_prefix_onlink_process()
710 pr->pr_OnLinkLifetime, pr->pr_state, pr->pr_kernel_state); in incoming_prefix_onlink_process()
717 if (pr->pr_OnLinkLifetime != 0) in incoming_prefix_onlink_process()
718 timer_schedule(pr->pr_OnLinkLifetime); in incoming_prefix_onlink_process()
H A Dtables.h174 uint_t pr_OnLinkLifetime; /* ms valid w/o 2 hour rule */ member
H A Dmain.c1791 prefix_list->pr_OnLinkLifetime; in process_mibsock()