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

Function in6_nigroup

freebsd/netinet6/in6_ifattach.c:651–657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

649}
650
651int
652in6_nigroup(struct ifnet *ifp, const char *name, int namelen,
653 struct in6_addr *in6)
654{
655
656 return (in6_nigroup0(ifp, name, namelen, in6, 0));
657}
658
659int
660in6_nigroup_oldmcprefix(struct ifnet *ifp, const char *name, int namelen,

Callers 1

in6_update_ifa_join_mcFunction · 0.85

Calls 1

in6_nigroup0Function · 0.85

Tested by

no test coverage detected