Searched refs:srvinfo (Results 1 – 2 of 2) sorted by relevance
29 PROG= srvenum srvinfo tconn
2660 service_info *srvinfo = rstate->service_registration; in handle_add_request() local2663 if (!srvinfo) { LogMsg("handle_add_request called with NULL service_registration"); return(-1); } in handle_add_request()2675 (srvinfo->instances) ? srvinfo->instances->srs.RR_SRV.resrec.name->c : NULL, DNSTypeName(rrtype)); in handle_add_request()2677 for (i = srvinfo->instances; i; i = i->next) in handle_add_request()2716 service_info *srvinfo = rstate->service_registration; in handle_update_request() local2744 if (!srvinfo) { result = mStatus_BadReferenceErr; goto end; } in handle_update_request()2745 for (i = srvinfo->instances; i; i = i->next) in handle_update_request()2763 (srvinfo->instances) ? srvinfo->instances->srs.RR_SRV.resrec.name->c : NULL, in handle_update_request()2944 service_info *srvinfo = rstate->service_registration; in handle_removerecord_request() local2950 else if (!srvinfo) LogOperation("%3d: DNSServiceRemoveRecord (bad ref)", rstate->sd); in handle_removerecord_request()[all …]