Home
last modified time | relevance | path

Searched refs:trusted_interfaces (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/security/mac_lomac/
H A Dmac_lomac.c112 static char trusted_interfaces[128]; variable
113 SYSCTL_STRING(_security_mac_lomac, OID_AUTO, trusted_interfaces, CTLFLAG_RDTUN,
114 trusted_interfaces, sizeof(trusted_interfaces),
1182 char tiflist[sizeof(trusted_interfaces)]; in lomac_ifnet_create()
1200 if (trusted_interfaces[0] == '\0' || in lomac_ifnet_create()
1201 !strvalid(trusted_interfaces, sizeof(trusted_interfaces))) in lomac_ifnet_create()
1205 for (p = trusted_interfaces, q = tiflist; *p != '\0'; p++, q++) in lomac_ifnet_create()
/freebsd/sys/security/mac_biba/
H A Dmac_biba.c111 static char trusted_interfaces[128]; variable
112 SYSCTL_STRING(_security_mac_biba, OID_AUTO, trusted_interfaces, CTLFLAG_RDTUN,
113 trusted_interfaces, sizeof(trusted_interfaces),
1058 char tiflist[sizeof(trusted_interfaces)]; in biba_ifnet_create()
1076 if (trusted_interfaces[0] == '\0' || in biba_ifnet_create()
1077 !strvalid(trusted_interfaces, sizeof(trusted_interfaces))) in biba_ifnet_create()
1081 for (p = trusted_interfaces, q = tiflist; *p != '\0'; p++, q++) in biba_ifnet_create()