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

  /external/libsepol/src/
ports.c 46 ocontext_t *tmp_port = NULL; local
54 tmp_port = (ocontext_t *) calloc(1, sizeof(ocontext_t));
55 if (!tmp_port)
62 tmp_port->u.port.protocol = tmp_proto;
65 tmp_port->u.port.low_port = low;
66 tmp_port->u.port.high_port = high;
67 if (tmp_port->u.port.low_port > tmp_port->u.port.high_port) {
69 tmp_port->u.port.low_port, tmp_port->u.port.high_port)
    [all...]
port_record.c 206 sepol_port_t *tmp_port = (sepol_port_t *) malloc(sizeof(sepol_port_t)); local
208 if (!tmp_port) {
213 tmp_port->low = 0;
214 tmp_port->high = 0;
215 tmp_port->proto = SEPOL_PROTO_UDP;
216 tmp_port->con = NULL;
217 *port = tmp_port;

Completed in 48 milliseconds