Home
last modified time | relevance | path

Searched refs:all_routers (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/net/ipv6/
Daddrconf.c1568 struct in6_addr all_routers; in addrconf_rs_timer() local
1577 ipv6_addr_all_routers(&all_routers); in addrconf_rs_timer()
1579 ndisc_send_rs(ifp->idev->dev, &ifp->addr, &all_routers); in addrconf_rs_timer()
1687 struct in6_addr all_routers; in addrconf_dad_completed() local
1689 ipv6_addr_all_routers(&all_routers); in addrconf_dad_completed()
1696 ndisc_send_rs(ifp->idev->dev, &ifp->addr, &all_routers); in addrconf_dad_completed()
Dmcast.c1589 struct in6_addr all_routers; in igmp6_send() local
1597 snd_addr = &all_routers; in igmp6_send()
1598 ipv6_addr_all_routers(&all_routers); in igmp6_send()