HomeSort by relevance Sort by last modified time
    Searched refs:bportcon (Results 1 - 2 of 2) sorted by null

  /external/selinux/libsepol/cil/test/unit/
test_cil_post.c 210 struct cil_portcon *bportcon; local
211 cil_portcon_init(&bportcon);
216 bportcon->port_low = 10;
217 bportcon->port_high = 11;
219 int rc = cil_post_portcon_compare(&aportcon, &bportcon);
227 struct cil_portcon *bportcon; local
228 cil_portcon_init(&bportcon);
233 bportcon->port_low = 11;
234 bportcon->port_high = 20;
236 int rc = cil_post_portcon_compare(&aportcon, &bportcon);
244 struct cil_portcon *bportcon; local
261 struct cil_portcon *bportcon; local
278 struct cil_portcon *bportcon; local
    [all...]
  /external/selinux/libsepol/cil/src/
cil_post.c 158 struct cil_portcon *bportcon = *(struct cil_portcon**)b; local
161 - (bportcon->port_high - bportcon->port_low);
163 if (aportcon->port_low < bportcon->port_low) {
165 } else if (bportcon->port_low < aportcon->port_low) {
    [all...]

Completed in 1133 milliseconds