Searched defs:expire (Results 26 - 29 of 29) sorted by relevance

12

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c75 if (rr->expire && rr->refreshCount < MAX_UPDATE_REFRESH_COUNT)
77 mDNSs32 remaining = rr->expire - m->timenow;
87 rr->ThisAPInterval/mDNSPlatformOneSecond, (rr->expire - m->timenow)/mDNSPlatformOneSecond, ARDisplayString(m, rr));
93 rr->ThisAPInterval/mDNSPlatformOneSecond, (rr->expire - m->timenow)/mDNSPlatformOneSecond, ARDisplayString(m, rr));
98 rr->expire = 0;
1092 q->expire = m->timenow + lease;
1120 q->expire = m->timenow + ((mDNSs32)llq->llqlease * mDNSPlatformOneSecond);
2903 rr->expire = 0; // Indicate that we have no active registration any more
4046 mDNSs32 expire = m->timenow + (mDNSs32)lease * mDNSPlatformOneSecond; local
4064 if (rptr->expire
[all...]
H A DmDNSEmbeddedAPI.h770 mDNSu32 expire; // Time in seconds that a slave holds on to old data while replication attempts remain unsuccessful variable
1566 mDNSs32 expire; // In platform time units: expiration of lease (-1 for static) member in struct:AuthRecord_struct
1971 mDNSs32 expire; // ticks (absolute) member in struct:DNSQuestion_struct
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c145 * lifetimes, we do a saturating add for expire times.
3344 * copy, the SA will expire when/if the IV ever
3724 * Send up a PF_KEY expire message for this association.
3732 sadb_lifetime_t *current, *expire; local
3750 alloclen = sizeof (*samsg) + sizeof (*current) + sizeof (*expire) +
3832 expire = (sadb_lifetime_t *)mp->b_wptr;
3833 mp->b_wptr += sizeof (*expire);
3834 expire->sadb_lifetime_len = SADB_8TO64(sizeof (*expire));
3837 expire
[all...]
/illumos-gate/usr/src/uts/common/inet/nca/
H A Dnca.h385 clock_t expire; /* lbolt node_t expires (0 = NOW, -1 = NEVER) */ member in struct:node_s

Completed in 118 milliseconds

12