OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aportcon
(Results
1 - 2
of
2
) sorted by null
/external/selinux/libsepol/cil/test/unit/
test_cil_post.c
207
struct cil_portcon *
aportcon
;
local
208
cil_portcon_init(&
aportcon
);
213
aportcon
->port_low = 15;
214
aportcon
->port_high = 30;
219
int rc = cil_post_portcon_compare(&
aportcon
, &bportcon);
224
struct cil_portcon *
aportcon
;
local
225
cil_portcon_init(&
aportcon
);
230
aportcon
->port_low = 5;
231
aportcon
->port_high = 5;
236
int rc = cil_post_portcon_compare(&
aportcon
, &bportcon)
241
struct cil_portcon *
aportcon
;
local
258
struct cil_portcon *
aportcon
;
local
275
struct cil_portcon *
aportcon
;
local
[
all
...]
/external/selinux/libsepol/cil/src/
cil_post.c
157
struct cil_portcon *
aportcon
= *(struct cil_portcon**)a;
local
160
rc = (
aportcon
->port_high -
aportcon
->port_low)
163
if (
aportcon
->port_low < bportcon->port_low) {
165
} else if (bportcon->port_low <
aportcon
->port_low) {
[
all
...]
Completed in 106 milliseconds