Changes in uspace/lib/c/include/inet/inetcfg.h [3495654:347768d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/inet/inetcfg.h
r3495654 r347768d 38 38 #include <inet/inet.h> 39 39 #include <sys/types.h> 40 41 /** Network address */ 42 typedef struct { 43 /** Address */ 44 uint32_t ipv4; 45 /** Number of valid bits in @c ipv4 */ 46 int bits; 47 } inet_naddr_t; 40 48 41 49 /** Address object info */
Note:
See TracChangeset
for help on using the changeset viewer.