OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cil_netifcon
(Results
1 - 14
of
14
) sorted by null
/external/selinux/libsepol/cil/test/unit/
test_cil_post.c
363
struct
cil_netifcon
*anetifcon;
367
struct
cil_netifcon
*bnetifcon;
376
struct
cil_netifcon
*anetifcon;
380
struct
cil_netifcon
*bnetifcon;
389
struct
cil_netifcon
*anetifcon;
393
struct
cil_netifcon
*bnetifcon;
test_cil_copy_ast.c
936
struct
cil_netifcon
*test_copy;
944
((struct
cil_netifcon
*)test_ast_node->data)->interface_str);
946
((struct
cil_netifcon
*)test_ast_node->data)->if_context_str);
948
((struct
cil_netifcon
*)test_ast_node->data)->packet_context_str);
970
struct
cil_netifcon
*test_copy;
978
((struct
cil_netifcon
*)test_ast_node->data)->interface_str);
980
((struct
cil_netifcon
*)test_ast_node->data)->if_context_str);
982
((struct
cil_netifcon
*)test_ast_node->data)->packet_context_str);
984
((struct
cil_netifcon
*)test_ast_node->data)->packet_context->user_str);
986
((struct
cil_netifcon
*)test_ast_node->data)->packet_context->role_str)
[
all
...]
/external/selinux/libsepol/cil/src/
cil_internal.h
752
struct
cil_netifcon
{
struct
940
void cil_netifcon_init(struct
cil_netifcon
**netifcon);
cil_reset_ast.c
312
static void cil_reset_netifcon(struct
cil_netifcon
*netifcon)
501
case
CIL_NETIFCON
:
cil_post.c
189
struct
cil_netifcon
*anetifcon = *(struct
cil_netifcon
**)a;
190
struct
cil_netifcon
*bnetifcon = *(struct
cil_netifcon
**)b;
389
case
CIL_NETIFCON
:
480
case
CIL_NETIFCON
: {
[
all
...]
cil_build_ast.h
183
void cil_destroy_netifcon(struct
cil_netifcon
*netifcon);
cil_copy_ast.c
1081
struct
cil_netifcon
*orig = data;
1082
struct
cil_netifcon
*new = NULL;
[
all
...]
cil_policy.c
156
struct
cil_netifcon
*netifcon = (struct
cil_netifcon
*)sort->array[i];
[
all
...]
cil_binary.c
3067
struct
cil_netifcon
*
cil_netifcon
= netifcons->array[i];
local
[
all
...]
cil_verify.c
987
struct
cil_netifcon
*netif = node->data;
[
all
...]
cil_tree.c
[
all
...]
cil.c
724
case
CIL_NETIFCON
:
1085
case
CIL_NETIFCON
:
[
all
...]
cil_build_ast.c
[
all
...]
cil_resolve_ast.c
[
all
...]
Completed in 521 milliseconds