Home
last modified time | relevance | path

Searched defs:host_ip (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/distributed/cluster/topology/
Dmeta_server_node.h58 std::string host_ip; member
112 std::string host_ip; member
Dmeta_server_node.cc195 const auto &host_ip = registration.host_ip(); in ProcessRegister() local
657 const std::string &host_ip, std::string *reject_reason) { in CheckRankIdValidation()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/distributed/cluster/topology/protocol/
Dtopology.proto24 string host_ip = 4; field
/third_party/toybox/toys/pending/
Darp.c204 char ip[16], hw_addr[30], mask[16], dev[16], *host_ip = NULL; in arp_main() local
/third_party/python/Lib/
Dssl.py364 def _ipaddress_match(cert_ipaddress, host_ip): argument