| dnssdutil.c | 701 StringOption( 0, "timestamp", &gRegister_TimeOfReceipt, "Unix time", "Time since epoch in seconds to indicate when the service registration request is received, should be used with flag kDNSServiceFlagsNoAutoRename", false ), 766 StringOption( 0, "timestamp", &gRegisterRecord_TimeOfReceipt, "Unix time", "Time since epoch in seconds to indicate when the record registration request is received.", false ), 3433 _PRINTF_EXTENSION_HANDLER_DECLARE( Timestamp ); 3820 FPrintF( stdout, "%-26s %-17s IF %-20s %-20s Instance Name\n", "Timestamp", "Flags", "Domain", "Service Type" ); 4347 FPrintF( stdout, "%-26s %-17s IF %-30s %-34s %6s\n", "Timestamp", "Flags", "Hostname", "Address", "TTL" ); 4676 "Timestamp", "Flags", "Name", "Type", "Class", "TTL" ); 4739 uint32_t timestamp; // Timestamp in seconds since epoch time to indicate when the service is registered. member in struct:__anon3592 4742 Boolean setTimestamp; // True if the timestamp attribute needs to be set. 4820 err = _UInt32FromArgString( gRegister_TimeOfReceipt, "timestamp", &context->timestamp ) 5205 uint32_t timestamp; \/\/ Timestamp in seconds since epoch time to indicate when the record is registered. member in struct:__anon3593 25470 char timestamp[ 32 ]; local 25572 char timestamp[ 32 ]; local 25692 char timestamp[ 32 ]; local [all...] |