OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:netifcon
(Results
1 - 6
of
6
) sorted by null
/external/selinux/libsepol/cil/src/
cil_policy.c
156
struct cil_netifcon *
netifcon
= (struct cil_netifcon*)sort->array[i];
local
157
fprintf(file_arr[NETIFCONS], "
netifcon
%s ",
netifcon
->interface_str);
158
cil_context_to_policy(file_arr, NETIFCONS,
netifcon
->if_context);
160
cil_context_to_policy(file_arr, NETIFCONS,
netifcon
->packet_context);
[
all
...]
cil_tree.c
1378
struct cil_
netifcon
*
netifcon
= node->data;
local
[
all
...]
cil_post.c
390
db->
netifcon
->count++;
481
struct cil_sort *sort = db->
netifcon
;
1604
struct cil_
netifcon
*
netifcon
= node->data;
local
[
all
...]
cil_build_ast.c
4498
struct cil_
netifcon
*
netifcon
= NULL;
local
[
all
...]
cil_resolve_ast.c
1971
struct cil_
netifcon
*
netifcon
= current->data;
local
[
all
...]
cil_internal.h
278
struct cil_sort *
netifcon
;
member in struct:cil_db
940
void cil_netifcon_init(struct cil_netifcon **
netifcon
);
Completed in 72 milliseconds