Function netstack3_core::del_ip_addr
source · pub fn del_ip_addr<NonSyncCtx: NonSyncContext>(
sync_ctx: &SyncCtx<NonSyncCtx>,
ctx: &mut NonSyncCtx,
device: &DeviceId<NonSyncCtx>,
addr: SpecifiedAddr<IpAddr>
) -> Result<(), NotFoundError>
Expand description
Delete an IP address on a device.