| 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 ), 711 IntegerOption( 'l', "lifetime", &gRegister_LifetimeMs, "ms", "Lifetime of the service registration in milliseconds.", false ), 720 MultiStringOption( 0, "updateDelay", &gUpdateRecord_DelaysMs, &gUpdateRecord_DelayCount, "ms", "Number of milliseconds after registration to wait before the update.", false ), 766 StringOption( 0, "timestamp", &gRegisterRecord_TimeOfReceipt, "Unix time", "Time since epoch in seconds to indicate when the record registration request is received.", false ), 778 IntegerOption( 'l', "lifetime", &gRegisterRecord_LifetimeMs, "ms", "Lifetime of the service registration in milliseconds.", false ), 782 IntegerOption( 0 , "updateDelay", &gRegisterRecord_UpdateDelayMs, "ms", "Number of milliseconds after registration to wait before record update.", false ), 2267 Command( "registration", RegistrationTestCmd, kRegistrationTestOpts, "Tests service registrations.", false ), 2283 Command( "record-registration", RecordRegistrationTestCommand, kRecordRegistrationTestOpts, "Tests the registration and deregistration of records.", false ), 4735 dispatch_source_t lifetimeTimer; // Timer for the registration's lifetime 8474 mrc_dns_service_registration_t registration; \/\/ DNS service registration for Do53. member in struct:__anon5917 18544 DNSServiceRef registration; \/\/ Test service registration. member in struct:__anon5932 24516 DNSServiceRef registration; \/\/ DNS-SD service registration. member in struct:RegistrationSubtest [all...] |