Skip to main content

dhcp_send_renew

Function dhcp_send_renew 

Source
fn dhcp_send_renew(
    xid: u32,
    ciaddr: [u8; 4],
    server: [u8; 4],
    rebinding: bool,
) -> Result<(), &'static str>