Home
last modified time | relevance | path

Searched refs:next_hop_list (Results 1 – 4 of 4) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/iocore/net/
H A DSSLSNIConfig.cc47 for (auto &&item : next_hop_list) { in getPropertyConfig()
86 auto nps = next_hop_list.emplace(next_hop_list.end()); in loadSNIConfig()
H A DP_SSLSNI.h104 NextHopPropertyList next_hop_list; member
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/static_routes/
H A Dstatic_routes.py550 next_hop_list = list(h3["next_hops"])
559 if nh not in next_hop_list:
/dports/net/ryu/ryu-4.26/ryu/lib/packet/
H A Dbgp.py4858 for next_hop in self.next_hop_list:
4897 self.next_hop_list[0] = addr
4900 def next_hop_list(self): member in BGPPathAttributeMpReachNLRI
4903 @next_hop_list.setter
4904 def next_hop_list(self, addr_list): member in BGPPathAttributeMpReachNLRI