Searched refs:check_to_advertise (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/ |
H A D | tables.h | 300 extern void check_to_advertise(struct phyint *pi, enum adv_events event);
|
H A D | main.c | 515 check_to_advertise(pi, START_FINAL_ADV); 529 check_to_advertise(pi, START_INIT_ADV); 710 check_to_advertise(struct phyint *pi, enum adv_events event) function 716 logmsg(LOG_DEBUG, "check_to_advertise(%s, %d) state %d\n", 726 logmsg(LOG_DEBUG, "check_to_advertise(%s, %d) state %d -> %d\n", 1369 check_to_advertise(pi, START_FINAL_ADV); 1401 check_to_advertise(pi, START_FINAL_ADV);
|
H A D | ndp.c | 310 check_to_advertise(pi, RECEIVED_SOLICIT);
|
H A D | tables.c | 2331 check_to_advertise(pi, ADV_OFF);
|
Completed in 65 milliseconds