HomeSort by relevance Sort by last modified time
    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 139 u_int hasopt, hasext, contype, hasmarker; local
153 contype = (i0 >> 16) & 0x3f;
159 contype = (i0 >> 16) & 0x7f;
169 contype,
199 if (contype == 0x1f) /*XXX H.261 */

Completed in 130 milliseconds