pub fn set_ip_addr_properties<NonSyncCtx: NonSyncContext, A: IpAddress>(
    sync_ctx: &SyncCtx<NonSyncCtx>,
    ctx: &mut NonSyncCtx,
    device: &DeviceId<NonSyncCtx>,
    address: SpecifiedAddr<A>,
    next_valid_until: Lifetime<NonSyncCtx::Instant>
) -> Result<(), SetIpAddressPropertiesError>
Expand description

Sets properties on an IP address.