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

Function lomac_netinet_igmp_send

freebsd/security/mac_lomac/mac_lomac.c:1504–1513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1502}
1503
1504static void
1505lomac_netinet_igmp_send(struct ifnet *ifp, struct label *ifplabel,
1506 struct mbuf *m, struct label *mlabel)
1507{
1508 struct mac_lomac *dest;
1509
1510 dest = SLOT(mlabel);
1511
1512 lomac_set_single(dest, MAC_LOMAC_TYPE_EQUAL, 0);
1513}
1514
1515static void
1516lomac_netinet6_nd6_send(struct ifnet *ifp, struct label *ifplabel,

Callers

nothing calls this directly

Calls 1

lomac_set_singleFunction · 0.85

Tested by

no test coverage detected