Searched refs:ndisc_mc_map (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/net/ipv6/ |
D | ipv6_syms.c | 14 EXPORT_SYMBOL(ndisc_mc_map);
|
D | ndisc.c | 219 int ndisc_mc_map(struct in6_addr *addr, char *buf, struct net_device *dev, int dir) in ndisc_mc_map() function 279 ndisc_mc_map(addr, neigh->ha, dev, 1); in ndisc_constructor() 340 ndisc_mc_map(daddr, ha, dev, 1); in ndisc_build_ll_hdr()
|
D | mcast.c | 647 if (ndisc_mc_map(&mc->mca_addr, buf, dev, 0) == 0) in igmp6_group_added() 673 if (ndisc_mc_map(&mc->mca_addr, buf, dev, 0) == 0) in igmp6_group_dropped() 1285 ndisc_mc_map(&skb->nh.ipv6h->daddr, ha, dev, 1); in mld_dev_queue_xmit2()
|
/linux-2.4.37.9/include/net/ |
D | ndisc.h | 97 extern int ndisc_mc_map(struct in6_addr *addr, char *buf, struct net_device *dev, int dir);
|
/linux-2.4.37.9/drivers/s390/net/ |
D | qeth.c | 1646 ndisc_mc_map((struct in6_addr *) in qeth_read_in_buffer() 4884 ndisc_mc_map(&im6->mca_addr,buf,card->dev,0); in qeth_takeover_ip_ipms6() 4936 ndisc_mc_map(&im6->mca_addr, in qeth_takeover_ip_ipms6()
|