equal
deleted
inserted
replaced
178 */ |
178 */ |
179 Ipv4InterfaceContainer Assign (const NetDeviceContainer &c); |
179 Ipv4InterfaceContainer Assign (const NetDeviceContainer &c); |
180 |
180 |
181 private: |
181 private: |
182 /** |
182 /** |
183 * @internal |
|
184 * \brief Returns the number of address bits (hostpart) for a given netmask |
183 * \brief Returns the number of address bits (hostpart) for a given netmask |
185 * \param maskbits the netmask |
184 * \param maskbits the netmask |
186 * \returns the number of bits in the hostpart |
185 * \returns the number of bits in the hostpart |
187 */ |
186 */ |
188 uint32_t NumAddressBits (uint32_t maskbits) const; |
187 uint32_t NumAddressBits (uint32_t maskbits) const; |