Searched refs:FormatLeaseReply (Results 1 - 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSShared/
H A Ddnsextd.c1476 mDNSlocal PktMsg *FormatLeaseReply(DaemonInfo *d, PktMsg *orig, mDNSu32 lease) function
1484 if (!reply) { LogErr("FormatLeaseReply", "malloc"); return NULL; }
1494 if (!ptr) { Log("FormatLeaseReply: putUpdateLease failed"); free(reply); return NULL; }
1595 leaseReply = FormatLeaseReply( self, reply, lease );

Completed in 68 milliseconds