Home | History | Annotate | Download | only in ServiceRegistration

Lines Matching refs:solicit

276     INFO("post solicit wakeup.");
402 // We can reschedule a beacon for sooner if we get a router solicit; in this case, we
428 ERROR("No memory for post-solicit RA wakeup on " PUB_S_SRP ".", interface->name);
556 // to our solicit in 20 seconds, then when the timeout callback is called, there will be no
990 // that were present when the first solicit was received to be stale when we give up
1026 // we get a router solicit, to ensure that the solicit gets a quick response, and also gets called once every
1132 INFO(PUB_S_SRP " solicit on " PUB_S_SRP ": source address is " PRI_SEGMENTED_IPv6_ADDR_SRP,
1140 icmp_message_t *solicit = *sp;
1142 if (!is_retransmission && !in6addr_compare(&message->source, &solicit->source)) {
1146 if (now - solicit->received_time > 15 * 1000) {
1147 *sp = solicit->next;
1148 icmp_message_free(solicit);
1150 solicit->retransmissions_received++;
1169 ERROR("no memory for solicit wakeup.");
1182 // When we receive a router solicit, it means that a host is looking for a router. We should
1241 // neighbor solicit.
1613 ERROR("No memory for router solicit wakeup on " PUB_S_SRP ".", interface->name);