| 657 | } |
| 658 | |
| 659 | int |
| 660 | in6_nigroup_oldmcprefix(struct ifnet *ifp, const char *name, int namelen, |
| 661 | struct in6_addr *in6) |
| 662 | { |
| 663 | |
| 664 | return (in6_nigroup0(ifp, name, namelen, in6, 1)); |
| 665 | } |
| 666 | |
| 667 | /* |
| 668 | * XXX multiple loopback interface needs more care. for instance, |
no test coverage detected