Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3631
void
3632
if_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_getmulti
Function · 0.85
in6_getmulti
Function · 0.85
lacp_port_destroy
Function · 0.85
lagg_clrmulti
Function · 0.85
Calls
1
if_delmulti_ifma_flags
Function · 0.85
Tested by
no test coverage detected