OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:anetifcon
(Results
1 - 2
of
2
) sorted by null
/external/selinux/libsepol/cil/test/unit/
test_cil_post.c
363
struct cil_netifcon *
anetifcon
;
local
364
cil_netifcon_init(&
anetifcon
);
365
anetifcon
->interface_str = "aaa";
371
int rc = cil_post_netifcon_compare(&
anetifcon
, &bnetifcon);
376
struct cil_netifcon *
anetifcon
;
local
377
cil_netifcon_init(&
anetifcon
);
378
anetifcon
->interface_str = "bbb";
384
int rc = cil_post_netifcon_compare(&
anetifcon
, &bnetifcon);
389
struct cil_netifcon *
anetifcon
;
local
390
cil_netifcon_init(&
anetifcon
);
[
all
...]
/external/selinux/libsepol/cil/src/
cil_post.c
189
struct cil_netifcon *
anetifcon
= *(struct cil_netifcon**)a;
local
192
return strcmp(
anetifcon
->interface_str, bnetifcon->interface_str);
[
all
...]
Completed in 67 milliseconds