Lines Matching defs:portcon
343 CIL_KEY_PORTCON = cil_strpool_add("portcon");
419 cil_sort_init(&(*db)->portcon);
474 cil_sort_destroy(&(*db)->portcon);
2558 void cil_portcon_init(struct cil_portcon **portcon)
2560 *portcon = cil_malloc(sizeof(**portcon));
2561 (*portcon)->proto = 0;
2562 (*portcon)->port_low = 0;
2563 (*portcon)->port_high = 0;
2564 (*portcon)->context_str = NULL;
2565 (*portcon)->context = NULL;