HomeSort by relevance Sort by last modified time
    Searched refs: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 128 u_int hasopt, hasext, contype, hasmarker; local
142 contype = (i0 >> 16) & 0x3f;
148 contype = (i0 >> 16) & 0x7f;
158 contype,
188 if (contype == 0x1f) /*XXX H.261 */

Completed in 87 milliseconds