OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:contype
(Results
1 - 2
of
2
) sorted by null
/external/selinux/libselinux/src/
get_context_list.c
120
const char *conrole, *
contype
;
local
142
contype
= context_type_get(con);
143
if (!conrole || !
contype
) {
147
if (!strcmp(conrole, partrole) && !strcmp(
contype
, parttype)) {
/external/tcpdump/
print-udp.c
143
u_int hasopt, hasext,
contype
, hasmarker, dlen;
local
161
contype
= (i0 >> 16) & 0x3f;
167
contype
= (i0 >> 16) & 0x7f;
177
contype
,
211
if (
contype
== 0x1f) /*XXX H.261 */
Completed in 79 milliseconds