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

Function if_delmulti_ifma

freebsd/net/if.c:3631–3635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3629}
3630
3631void
3632if_delmulti_ifma(struct ifmultiaddr *ifma)
3633{
3634 if_delmulti_ifma_flags(ifma, 0);
3635}
3636
3637/*
3638 * Delete a multicast group membership by group membership pointer.

Callers 4

in_getmultiFunction · 0.85
in6_getmultiFunction · 0.85
lacp_port_destroyFunction · 0.85
lagg_clrmultiFunction · 0.85

Calls 1

if_delmulti_ifma_flagsFunction · 0.85

Tested by

no test coverage detected