1// SPDX-License-Identifier: MIT 2 3// Neighbor discovery options, as defined by Linux in net/ndisc.h. 4pub const ND_OPT_SOURCE_LL_ADDR: u16 = 1;