Ignore:
File:
1 edited

Legend:

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

    r5a6cc679 ra35b458  
    6666        /** IP version */
    6767        ip_ver_t version;
    68        
     68
    6969        /** Address */
    7070        union {
     
    7272                addr128_t addr6;
    7373        };
    74        
     74
    7575        /** Number of valid bits */
    7676        uint8_t prefix;
Note: See TracChangeset for help on using the changeset viewer.