File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
uefi-raw/src/protocol/network Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -14,16 +14,18 @@ pub struct Ip4RouteTable {
1414#[ derive( Debug ) ]
1515#[ repr( C ) ]
1616pub struct Ip4ModeData {
17- /// Set to `TRUE` after this [`Tcp4Protocol`] instance has been
18- /// successfully configured.
17+ // TODO Ipv4Protocol not yet in uefi-raw
18+ /// Set to [`Boolean::TRUE`] after an associated `Ipv4Protocol` instance
19+ /// has been successfully configured.
1920 pub is_started : Boolean ,
2021 /// The maximum packet size, in bytes, of the packet which the
2122 /// upper layer driver could feed.
2223 pub max_packet_size : u32 ,
2324 /// Current configuration settings.
2425 pub config_data : Ip4ConfigData ,
25- /// Set to `TRUE` when the [`Tcp4Protocol`] instance has a
26- /// station address and subnet mask.
26+ // TODO Ipv4Protocol not yet in uefi-raw
27+ /// Set to [`Boolean::TRUE`] when an associated `Ipv4Protocol` instance
28+ /// has a station address and subnet mask.
2729 pub is_configured : Boolean ,
2830 /// Number of joined multicast groups.
2931 pub group_count : u32 ,
You can’t perform that action at this time.
0 commit comments