MCPcopy Create free account
hub / github.com/F-Stack/f-stack / in6_nigroup_oldmcprefix

Function in6_nigroup_oldmcprefix

freebsd/netinet6/in6_ifattach.c:659–665  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

657}
658
659int
660in6_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,

Callers 1

in6_update_ifa_join_mcFunction · 0.85

Calls 1

in6_nigroup0Function · 0.85

Tested by

no test coverage detected