Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.c1707 opt->rdlength = LEASE_OPT_RDLEN; in putUpdateLease()
1708 opt->rdestimate = LEASE_OPT_RDLEN; in putUpdateLease()
H A DmDNSEmbeddedAPI.h1865 #define LEASE_OPT_RDLEN (2 * sizeof(mDNSu16)) + sizeof(mDNSs32) macro
H A DuDNS.c2679 if (lcr.r.resrec.rdlength < LEASE_OPT_RDLEN) continue; in SetUpdateExpiration()