Searched defs:netAddrList (Results 1 – 4 of 4) sorted by relevance
40 bool StaticConfiguration::MarshallingNetAddressList(const std::vector<INetAddr> &netAddrList, uint3… in MarshallingNetAddressList()75 …taticConfiguration::UnmarshallingNetAddressList(Parcel &parcel, std::vector<INetAddr> &netAddrList, in UnmarshallingNetAddressList()96 …figuration::ExtractNetAddrBySeparator(const std::string &input, std::vector<INetAddr> &netAddrList) in ExtractNetAddrBySeparator()
41 std::string AccumulateNetAddress(const std::vector<INetAddr> &netAddrList) in AccumulateNetAddress()
189 NetConn_NetAddr netAddrList[NETCONN_MAX_ADDR_SIZE]; member
652 std::string EthernetConfiguration::AccumulateNetAddress(const std::vector<INetAddr> &netAddrList) in AccumulateNetAddress()