Searched refs:ha_buf (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/6lowpan/ |
H A D | ndisc.c | 116 u8 *ha_buf, u8 **ha) in lowpan_ndisc_opt_addr_space() argument 131 memcpy(ha_buf, &n->short_addr, in lowpan_ndisc_opt_addr_space() 135 *ha = ha_buf; in lowpan_ndisc_opt_addr_space()
|
/openbmc/linux/include/net/ |
H A D | ndisc.h | 211 struct neighbour *neigh, u8 *ha_buf, 268 u8 *ha_buf, u8 **ha) in ndisc_ops_redirect_opt_addr_space() argument 272 neigh, ha_buf, ha); in ndisc_ops_redirect_opt_addr_space()
|
/openbmc/linux/net/ipv6/ |
H A D | ndisc.c | 1678 u8 ha_buf[MAX_ADDR_LEN], *ha = NULL, in ndisc_send_redirect() local 1737 memcpy(ha_buf, neigh->ha, dev->addr_len); in ndisc_send_redirect() 1739 ha = ha_buf; in ndisc_send_redirect()
|