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

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/
test-srpl.c 123 instance->domain->srpl_opstate = SRPL_OPSTATE_ROUTINE;
191 instance->domain->srpl_opstate = SRPL_OPSTATE_ROUTINE;
test-packet.c 70 instance->domain->srpl_opstate = SRPL_OPSTATE_ROUTINE;
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-replication.c 844 if (domain->srpl_opstate != SRPL_OPSTATE_ROUTINE) {
1212 if (domain->srpl_opstate == SRPL_OPSTATE_STARTUP ||
1420 if (domain->srpl_opstate == SRPL_OPSTATE_STARTUP) {
2680 if (instance->domain == NULL || instance->domain->srpl_opstate != SRPL_OPSTATE_ROUTINE) {
2797 if (instance->domain == NULL || instance->domain->srpl_opstate != SRPL_OPSTATE_ROUTINE) {
3301 (domain->srpl_opstate == SRPL_OPSTATE_STARTUP ||
3305 if (domain->srpl_opstate == SRPL_OPSTATE_STARTUP) {
3885 domain->srpl_opstate = SRPL_OPSTATE_STARTUP;
4076 (instance->domain->srpl_opstate == SRPL_OPSTATE_STARTUP || instance->domain->partner_id > instance->partner_id))
4088 instance->domain == NULL ? -1 : instance->domain->srpl_opstate,
    [all...]
srp-replication.h 373 srpl_opstate_t srpl_opstate; member in struct:srpl_domain

Completed in 30 milliseconds