HomeSort by: relevance | last modified time | path
    Searched refs:registration (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-client.c 48 // By default, never wait longer than an hour to do another registration attempt.
87 bool removing; // We are removing the current registration(s)
183 new_client->lease_time = 3600; // 1 hour for registration leases
527 reg_state_t *registration; local
539 for (registration = current_client->registrations; registration != NULL; registration = registration->next) {
540 if (registration == sdRef) {
544 if (registration == NULL)
928 reg_state_t *registration; local
1009 reg_state_t *registration; local
    [all...]
  /src/distrib/syspkg/mk/
bsd.syspkg.mk 447 ${ECHO_MSG} "Warning: \"$$dir\" non-existent -- @pkgdep registration incomplete" >&2; \
456 ${ECHO_MSG} "Warning: \"$$dir\" non-existent -- @pkgdep registration incomplete" >&2; \
  /src/external/bsd/ntp/dist/ntpd/
ntp.conf.def 436 If that registration attempt fails,
  /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
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...]
  /src/external/gpl3/gcc/dist/libgcc/
configure 1358 --enable-explicit-exception-frame-registration
4991 # Check whether --enable-explicit-exception-frame-registration was given.
4997 as_fn_error $? "Can't --enable-explicit-exception-frame-registration
  /src/external/gpl3/gcc.old/dist/libgcc/
configure 1357 --enable-explicit-exception-frame-registration
4991 # Check whether --enable-explicit-exception-frame-registration was given.
4997 as_fn_error $? "Can't --enable-explicit-exception-frame-registration

Completed in 49 milliseconds