Home
last modified time | relevance | path

Searched refs:host_identifier (Results 1 – 7 of 7) sorted by relevance

/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/zabbix/plugins/modules/
H A Dzabbix_host_events_info.py210 def get_host(self, host_identifier, host_inventory, search_key): argument
213 … {'output': 'extend', 'selectParentTemplates': ['name'], 'filter': {search_key: host_identifier},
216 self._module.fail_json(msg="Host not found: %s" % host_identifier)
241 host_identifier=dict(type='str', required=True),
/dports/net/kea/kea-2.0.1/src/share/database/scripts/cql/
H A Dupgrade_3.0_to_4.0.sh.in61 host_identifier BLOB,
93 CREATE INDEX IF NOT EXISTS hostsindex1 ON hosts (host_identifier);
214 host_identifier=$1;shift
220 identifier_text "$host_identifier"
308 host_identifier=$val
328 …generate_key "$host_id" "$host_identifier" "$host_identifier_type" "$host_ipv4_subnet_id" "$host_i…
H A Dupgrade_1.0_to_2.0.sh.in43 host_identifier BLOB,
74 CREATE INDEX IF NOT EXISTS host_reservationsindex1 ON host_reservations (host_identifier);
H A Ddhcpdb_create.cql201 host_identifier BLOB,
232 CREATE INDEX IF NOT EXISTS host_reservationsindex1 ON host_reservations (host_identifier);
313 host_identifier BLOB,
345 CREATE INDEX IF NOT EXISTS hostsindex1 ON hosts (host_identifier);
/dports/net/kea/kea-2.0.1/src/lib/dhcpsrv/
H A Dcql_host_data_source.cc1543 HostIdentifier host_identifier = host->getIdentifier(); in prepareExchange() local
1544 host_identifier_ = CassBlob(host_identifier.begin(), host_identifier.end()); in prepareExchange()
1868 HostIdentifier host_identifier = in retrieve() local
1886 Host* host = new Host(host_identifier.data(), host_identifier.size(), in retrieve()
2483 HostIdentifier host_identifier = std::get<HOST_IDENTIFIER>(key); in hash_value() local
2484 key_stream << DUID(host_identifier).toText() << "-"; in hash_value()
2617 where_values.add(&host_identifier); in get4()
2648 HostIdentifier host_identifier = host->getIdentifier(); in get6() local
2651 host_identifier.size()); in get6()
2683 where_values.add(&host_identifier); in get6()
[all …]
/dports/devel/grpc134/grpc-1.34.1/src/proto/grpc/testing/xds/v3/
H A Dendpoint.proto73 oneof host_identifier { oneof
/dports/devel/grpc/grpc-1.42.0/src/proto/grpc/testing/xds/v3/
H A Dendpoint.proto73 oneof host_identifier { oneof