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

Function lomac_set_single

freebsd/security/mac_lomac/mac_lomac.c:435–442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

433}
434
435static void
436lomac_set_single(struct mac_lomac *ml, u_short type, u_short grade)
437{
438
439 ml->ml_single.mle_type = type;
440 ml->ml_single.mle_grade = grade;
441 ml->ml_flags |= MAC_LOMAC_FLAG_SINGLE;
442}
443
444static void
445lomac_copy_range(struct mac_lomac *labelfrom, struct mac_lomac *labelto)

Callers 11

lomac_cred_create_initFunction · 0.85
lomac_ifnet_createFunction · 0.85
lomac_netinet_arp_sendFunction · 0.85
lomac_netinet_igmp_sendFunction · 0.85
lomac_netinet6_nd6_sendFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected