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

Function lomac_netinet_arp_send

freebsd/security/mac_lomac/mac_lomac.c:1446–1455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1444}
1445
1446static void
1447lomac_netinet_arp_send(struct ifnet *ifp, struct label *ifplabel,
1448 struct mbuf *m, struct label *mlabel)
1449{
1450 struct mac_lomac *dest;
1451
1452 dest = SLOT(mlabel);
1453
1454 lomac_set_single(dest, MAC_LOMAC_TYPE_EQUAL, 0);
1455}
1456
1457static void
1458lomac_netinet_firewall_reply(struct mbuf *mrecv, struct label *mrecvlabel,

Callers

nothing calls this directly

Calls 1

lomac_set_singleFunction · 0.85

Tested by

no test coverage detected