Searched defs:sepol_iface_t (Results 1 - 1 of 1) sorted by relevance

/external/libsepol/include/sepol/
H A Diface_record.h9 typedef struct sepol_iface sepol_iface_t; typedef in typeref:struct:sepol_iface
13 extern int sepol_iface_compare(const sepol_iface_t * iface,
16 extern int sepol_iface_compare2(const sepol_iface_t * iface,
17 const sepol_iface_t * iface2);
27 const sepol_iface_t * iface,
33 extern const char *sepol_iface_get_name(const sepol_iface_t * iface);
36 sepol_iface_t * iface, const char *name);
39 extern sepol_context_t *sepol_iface_get_ifcon(const sepol_iface_t * iface);
42 sepol_iface_t * iface, sepol_context_t * con);
44 extern sepol_context_t *sepol_iface_get_msgcon(const sepol_iface_t * ifac
[all...]

Completed in 75 milliseconds