Searched refs:ha_buf (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/net/6lowpan/ |
D | ndisc.c | 122 u8 *ha_buf, u8 **ha) in lowpan_ndisc_opt_addr_space() argument 137 memcpy(ha_buf, &n->short_addr, in lowpan_ndisc_opt_addr_space() 141 *ha = ha_buf; in lowpan_ndisc_opt_addr_space()
|
/Linux-v4.19/include/net/ |
D | ndisc.h | 207 struct neighbour *neigh, u8 *ha_buf, 264 u8 *ha_buf, u8 **ha) in ndisc_ops_redirect_opt_addr_space() argument 268 neigh, ha_buf, ha); in ndisc_ops_redirect_opt_addr_space()
|
/Linux-v4.19/net/ipv6/ |
D | ndisc.c | 1577 u8 ha_buf[MAX_ADDR_LEN], *ha = NULL, in ndisc_send_redirect() local 1636 memcpy(ha_buf, neigh->ha, dev->addr_len); in ndisc_send_redirect() 1638 ha = ha_buf; in ndisc_send_redirect()
|