Searched refs:ndisc_insert_option (Results 1 - 1 of 1) sorted by relevance

/u-boot/net/
H A Dndisc.c45 * ndisc_insert_option() - Insert an option into a neighbor discovery packet
53 static int ndisc_insert_option(__u8 *opt, int type, u8 *data, int len) function
134 ndisc_insert_option(msg->opt, ND_OPT_SOURCE_LL_ADDR, net_ethaddr,
197 ndisc_insert_option(msg->opt, ND_OPT_SOURCE_LL_ADDR, net_ethaddr,
248 ndisc_insert_option(msg->opt, ND_OPT_TARGET_LL_ADDR, net_ethaddr,

Completed in 41 milliseconds