Home
last modified time | relevance | path

Searched refs:pi_sol_state (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dmain.c518 pi->pi_sol_state = NO_SOLICIT; in if_process()
531 if (pi->pi_sol_state == NO_SOLICIT) in if_process()
889 enum solicit_states old_state = pi->pi_sol_state; in check_to_solicit()
904 (int)pi->pi_sol_state); in check_to_solicit()
986 if (pi->pi_sol_state == INIT_SOLICIT) in check_daemonize()
1005 pi->pi_name, (int)event, elapsed, (int)pi->pi_sol_state); in solicit_event()
1021 pi->pi_sol_state = NO_SOLICIT; in solicit_event()
1026 pi->pi_sol_state = DONE_SOLICIT; in solicit_event()
1037 if (pi->pi_sol_state == INIT_SOLICIT) in solicit_event()
1042 pi->pi_sol_state = INIT_SOLICIT; in solicit_event()
[all …]
H A Dtables.h82 enum solicit_states pi_sol_state; member
H A Dtables.c539 if (pi->pi_sol_state != NO_SOLICIT) { in phyint_timer()
540 int old_state = pi->pi_sol_state; in phyint_timer()
551 (int)pi->pi_sol_state); in phyint_timer()
562 (pi->pi_sol_state != NO_SOLICIT))) { in phyint_timer()
612 pi->pi_sol_time_left, pi->pi_sol_state, pi->pi_sol_count); in phyint_print()