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

  /external/selinux/libsepol/cil/test/unit/
test_cil_post.c 367 struct cil_netifcon *bnetifcon; local
368 cil_netifcon_init(&bnetifcon);
369 bnetifcon->interface_str = "bbb";
371 int rc = cil_post_netifcon_compare(&anetifcon, &bnetifcon);
380 struct cil_netifcon *bnetifcon; local
381 cil_netifcon_init(&bnetifcon);
382 bnetifcon->interface_str = "aaa";
384 int rc = cil_post_netifcon_compare(&anetifcon, &bnetifcon);
393 struct cil_netifcon *bnetifcon; local
394 cil_netifcon_init(&bnetifcon);
    [all...]
  /external/selinux/libsepol/cil/src/
cil_post.c 190 struct cil_netifcon *bnetifcon = *(struct cil_netifcon**)b; local
192 return strcmp(anetifcon->interface_str, bnetifcon->interface_str);
    [all...]

Completed in 170 milliseconds