Searched refs:notready (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip6_if.c | 2201 boolean_t notready = B_FALSE; /* Set if !ipif_addr_ready found */ local 2224 B_TRUE, ¬ready); 2226 if (notready)
|
H A D | ip_if.c | 15553 boolean_t notready = B_FALSE; /* Set if !ipif_addr_ready found */ local 15579 ipif = ipif_select_source_v4(ill, dst, zoneid, B_TRUE, ¬ready); 15581 if (notready)
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | mDNS.c | 6714 if (m->DelaySleep) goto notready; 6717 if (m->SleepLimit - now > 0 && m->NextScheduledSPRetry - now > 0) goto notready; 6730 // Don't need to "goto notready" here, because if we do still have record registrations 6761 goto notready; 6769 { LogSPS("mDNSCoreReadyForSleep: waiting for Record updateIntID 0x%x 0x%x (updateid %d) %s", rr->updateIntID.l[1], rr->updateIntID.l[0], mDNSVal16(rr->updateid), ARDisplayString(m,rr)); goto notready; } 6771 if (!RecordReadyForSleep(m, rr)) { LogSPS("mDNSCoreReadyForSleep: waiting for %s", ARDisplayString(m, rr)); goto notready; } 6813 notready:
|
Completed in 129 milliseconds