Searched refs:ndisc_send_ns (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/include/net/ |
D | ndisc.h | 80 extern void ndisc_send_ns(struct net_device *dev,
|
/linux-2.4.37.9/net/ipv6/ |
D | ndisc.c | 450 void ndisc_send_ns(struct net_device *dev, struct neighbour *neigh, in ndisc_send_ns() function 590 ndisc_send_ns(dev, neigh, target, target, saddr); in ndisc_solicit() 597 ndisc_send_ns(dev, NULL, target, &mcaddr, saddr); in ndisc_solicit()
|
D | addrconf.c | 1665 ndisc_send_ns(ifp->idev->dev, NULL, &ifp->addr, &mcaddr, &unspec); in addrconf_dad_timer()
|