Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/inet/inetcfg.h

    r3495654 r347768d  
    3838#include <inet/inet.h>
    3939#include <sys/types.h>
     40
     41/** Network address */
     42typedef struct {
     43        /** Address */
     44        uint32_t ipv4;
     45        /** Number of valid bits in @c ipv4 */
     46        int bits;
     47} inet_naddr_t;
    4048
    4149/** Address object info */
Note: See TracChangeset for help on using the changeset viewer.