OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmp_ibpkey
(Results
1 - 2
of
2
) sorted by null
/external/selinux/libsepol/src/
ibpkeys.c
19
ocontext_t *
tmp_ibpkey
= NULL;
local
25
tmp_ibpkey
= (ocontext_t *)calloc(1, sizeof(*
tmp_ibpkey
));
26
if (!
tmp_ibpkey
)
29
tmp_ibpkey
->u.ibpkey.subnet_prefix = sepol_ibpkey_get_subnet_prefix_bytes(data);
32
tmp_ibpkey
->u.ibpkey.low_pkey = low;
33
tmp_ibpkey
->u.ibpkey.high_pkey = high;
34
if (
tmp_ibpkey
->u.ibpkey.low_pkey >
tmp_ibpkey
->u.ibpkey.high_pkey) {
36
tmp_ibpkey
->u.ibpkey.low_pkey, tmp_ibpkey->u.ibpkey.high_pkey)
[
all
...]
ibpkey_record.c
300
sepol_ibpkey_t *
tmp_ibpkey
= (sepol_ibpkey_t *)malloc(sizeof(sepol_ibpkey_t));
local
302
if (!
tmp_ibpkey
) {
307
tmp_ibpkey
->subnet_prefix = 0;
308
tmp_ibpkey
->low = 0;
309
tmp_ibpkey
->high = 0;
310
tmp_ibpkey
->con = NULL;
311
*ibpkey =
tmp_ibpkey
;
Completed in 299 milliseconds