Searched refs:ha_buf (Results 1 – 3 of 3) sorted by relevance
| /linux/net/6lowpan/ |
| A D | ndisc.c | 111 u8 *ha_buf, u8 **ha) in lowpan_ndisc_opt_addr_space() argument 126 memcpy(ha_buf, &n->short_addr, in lowpan_ndisc_opt_addr_space() 130 *ha = ha_buf; in lowpan_ndisc_opt_addr_space()
|
| /linux/include/net/ |
| A D | ndisc.h | 205 struct neighbour *neigh, u8 *ha_buf, 253 u8 *ha_buf, u8 **ha) in ndisc_ops_redirect_opt_addr_space() argument 257 neigh, ha_buf, ha); in ndisc_ops_redirect_opt_addr_space()
|
| /linux/net/ipv6/ |
| A D | ndisc.c | 1692 u8 ha_buf[MAX_ADDR_LEN], *ha = NULL, in ndisc_send_redirect() local 1751 memcpy(ha_buf, neigh->ha, dev->addr_len); in ndisc_send_redirect() 1753 ha = ha_buf; in ndisc_send_redirect()
|
Completed in 13 milliseconds