Searched refs:ndisc_fill_option (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/net/ipv6/ |
D | ndisc.c | 144 static u8 *ndisc_fill_option(u8 *opt, int type, void *data, int data_len) in ndisc_fill_option() function 436 ndisc_fill_option(msg->opt, ND_OPT_TARGET_LL_ADDR, dev->dev_addr, dev->addr_len); in ndisc_send_na() 497 ndisc_fill_option(msg->opt, ND_OPT_SOURCE_LL_ADDR, dev->dev_addr, dev->addr_len); in ndisc_send_ns() 549 ndisc_fill_option(opt, ND_OPT_SOURCE_LL_ADDR, dev->dev_addr, dev->addr_len); in ndisc_send_rs() 1282 opt = ndisc_fill_option(opt, ND_OPT_TARGET_LL_ADDR, neigh->ha, dev->addr_len); in ndisc_send_redirect()
|