Home
last modified time | relevance | path

Searched refs:neigh_addr (Results 1 – 4 of 4) sorted by relevance

/u-boot/net/
A Dping6.c23 ip6_make_ping(uchar *eth_dst_addr, struct in6_addr *neigh_addr, uchar *pkt) in ip6_make_ping() argument
33 pkt += ip6_add_hdr(pkt, &net_ip6, neigh_addr, PROT_ICMPV6, in ip6_make_ping()
48 msg->icmph.icmp6_cksum = csum_ipv6_magic(&net_ip6, neigh_addr, len, in ip6_make_ping()
A Dndisc.c101 static void ip6_send_ns(struct in6_addr *neigh_addr) in ip6_send_ns() argument
112 neigh_addr, &net_link_local_ip6); in ip6_send_ns()
115 ip6_make_snma(&dst_adr, neigh_addr); in ip6_send_ns()
133 net_copy_ip6(&msg->target, neigh_addr); in ip6_send_ns()
219 ip6_send_na(uchar *eth_dst_addr, struct in6_addr *neigh_addr, in ip6_send_na() argument
228 target, neigh_addr, eth_dst_addr); in ip6_send_na()
235 pkt += ip6_add_hdr(pkt, &net_link_local_ip6, neigh_addr, in ip6_send_na()
253 neigh_addr, len, PROT_ICMPV6, in ip6_send_na()
A Dnet6.c137 ip6_addr_in_subnet(struct in6_addr *our_addr, struct in6_addr *neigh_addr, in ip6_addr_in_subnet() argument
144 neigh_dwords = neigh_addr->s6_addr32; in ip6_addr_in_subnet()
/u-boot/include/
A Dnet6.h268 int ip6_addr_in_subnet(struct in6_addr *our_addr, struct in6_addr *neigh_addr,
385 ip6_addr_in_subnet(struct in6_addr *our_addr, struct in6_addr *neigh_addr, in ip6_addr_in_subnet() argument

Completed in 8 milliseconds