HomeSort by relevance Sort by last modified time
    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 262 struct cil_portcon *aportcon = *(struct cil_portcon**)a; local
265 rc = (aportcon->port_high - aportcon->port_low)
268 if (aportcon->port_low < bportcon->port_low) {
270 } else if (bportcon->port_low < aportcon->port_low) {
272 } else if (aportcon->proto < bportcon->proto) {
274 } else if (aportcon->proto > bportcon->proto) {
    [all...]

Completed in 163 milliseconds