Searched defs:otype (Results 1 - 5 of 5) sorted by relevance

/external/tcpdump/
H A Dprint-pim.c647 u_int16_t otype, olen; local
651 otype = EXTRACT_16BITS(&bp[0]);
656 tok2str( pimv2_hello_option_values,"Unknown",otype),
657 otype,
661 switch (otype) {
/external/openssh/
H A Dmoduli.c154 qfileout(FILE * ofile, u_int32_t otype, u_int32_t otests, u_int32_t otries, argument
167 otype, otests, otries, osize, ogenerator);
/external/selinux/checkpolicy/
H A Dpolicy_define.c3161 uint32_t otype; local
3175 /* otype */
3205 yyerror("no otype in transition definition?");
3219 otype = typdatum->s.value;
3280 ft->otype = otype;
3297 ftr->otype = otype;
/external/selinux/libsepol/cil/src/
H A Dcil_binary.c1156 uint32_t *otype = NULL; local
1201 new->otype = sepol_result->s.value;
1204 rc = hashtab_insert(filename_trans_table, (hashtab_key_t)new, &(new->otype));
1208 otype = hashtab_search(filename_trans_table, (hashtab_key_t)new);
1209 if (new->otype != *otype) {
/external/selinux/libsepol/include/sepol/policydb/
H A Dpolicydb.h165 uint32_t otype; member in struct:filename_trans
308 uint32_t otype; /* new type */ member in struct:filename_trans_rule

Completed in 3769 milliseconds