Skip to main content
dhcp_option_u32
atmos
0.1.0
In atmos::
kernel::
net::
dhcp
atmos
::
kernel
::
net
::
dhcp
Function
dhcp_
option_
u32
Copy item path
Source
fn dhcp_option_u32( out: &mut [
u8
], idx:
usize
, code:
u8
, val:
u32
, ) ->
Result
<
usize
, &'static
str
>