Changes in uspace/srv/net/il/ip/ip.h [609243f4:6b82009] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/il/ip/ip.h
r609243f4 r6b82009 92 92 in_addr_t broadcast; 93 93 /** Device identifier. */ 94 nic_device_id_t device_id;94 device_id_t device_id; 95 95 /** Indicates whether using DHCP. */ 96 96 int dhcp; … … 108 108 services_t service; 109 109 /** Device state. */ 110 nic_device_state_t state;110 device_state_t state; 111 111 }; 112 112
Note:
See TracChangeset
for help on using the changeset viewer.