src/internet/helper/ipv4-address-helper.h
changeset 11045 6024c150e4c8
parent 10872 0d7c9bf5f537
child 11076 9f1b2646efa6
equal deleted inserted replaced
11044:6b153691af7c 11045:6024c150e4c8
   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;