/external/tcpdump/ |
D | print-geneve.c | 109 uint8_t opt_type; in geneve_opts_print() local 116 opt_type = *(bp + 2); in geneve_opts_print() 120 format_opt_class(opt_class), opt_class, opt_type, in geneve_opts_print() 121 opt_type & OPT_TYPE_CRITICAL ? "(C)" : "", opt_len)); in geneve_opts_print()
|
D | print-pgm.c | 157 uint8_t opt_type, opt_len; in pgm_print() local 436 opt_type = *bp++; in pgm_print() 437 if ((opt_type & PGM_OPT_MASK) != PGM_OPT_LENGTH) { in pgm_print() 438 ND_PRINT((ndo, "[First option bad, should be PGM_OPT_LENGTH, is %u]", opt_type & PGM_OPT_MASK)); in pgm_print() 464 opt_type = *bp++; in pgm_print() 480 switch (opt_type & PGM_OPT_MASK) { in pgm_print() 816 ND_PRINT((ndo, " OPT_%02X [%d] ", opt_type, opt_len)); in pgm_print() 822 if (opt_type & PGM_OPT_END) in pgm_print()
|
/external/capstone/tests/ |
D | test_basic.c | 16 cs_opt_type opt_type; member 64 cs_opt_type opt_type; in test() member 237 if (platforms[i].opt_type) in test() 238 cs_option(handle, platforms[i].opt_type, platforms[i].opt_value); in test()
|
D | test_skipdata.c | 16 cs_opt_type opt_type; member 109 if (platforms[i].opt_type) in test() 110 cs_option(handle, platforms[i].opt_type, platforms[i].opt_value); in test()
|
D | test_iter.c | 17 cs_opt_type opt_type; member 199 if (platforms[i].opt_type) in test() 200 cs_option(handle, platforms[i].opt_type, platforms[i].opt_value); in test()
|
D | test_detail.c | 16 cs_opt_type opt_type; member 229 if (platforms[i].opt_type) in test() 230 cs_option(handle, platforms[i].opt_type, platforms[i].opt_value); in test()
|
D | test_x86.c | 18 cs_opt_type opt_type; member 211 if (platforms[i].opt_type) in test() 212 cs_option(handle, platforms[i].opt_type, platforms[i].opt_value); in test()
|
/external/wpa_supplicant_8/src/ap/ |
D | ndisc_snoop.c | 31 u8 opt_type; member 114 if (msg->opt_type != SOURCE_LL_ADDR) in handle_ndisc()
|
/external/v8/tools/ |
D | codemap.js | 302 CodeMap.CodeEntry = function(size, opt_name, opt_type) { argument 305 this.type = opt_type || '';
|
/external/capstone/bindings/ocaml/ |
D | capstone.ml | 46 type opt_type = type 114 external _cs_option: Int64.t -> opt_type -> Int64.t -> int = "ocaml_option"
|
/external/ppp/pppd/ |
D | pppd.h | 90 enum opt_type { enum 102 enum opt_type type;
|
/external/python/cpython2/Lib/idlelib/ |
D | configDialog.py | 1292 opt_type = 'bool' 1296 opt_type = 'int' 1299 opt_type = None 1302 ext_name, opt_name, type=opt_type, raw=True, 1310 'type': opt_type,
|
/external/python/cpython3/Lib/idlelib/ |
D | configdialog.py | 323 opt_type = 'bool' 327 opt_type = 'int' 330 opt_type = None 333 ext_name, opt_name, type=opt_type, raw=True, 341 'type': opt_type,
|
/external/dnsmasq/src/ |
D | rfc2131.c | 98 static unsigned char* option_find(struct dhcp_packet* mess, size_t size, int opt_type, int minsize); 1289 static unsigned char* option_find(struct dhcp_packet* mess, size_t size, int opt_type, int minsize)… in option_find() argument 1294 opt_type, minsize))) in option_find() 1304 (ret = option_find1(&mess->file[0], &mess->file[128], opt_type, minsize))) in option_find() 1309 (ret = option_find1(&mess->sname[0], &mess->sname[64], opt_type, minsize))) in option_find()
|
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 6138 int opt_type = 0; in do_caselesscmp() local 6152 opt_type = 1; in do_caselesscmp() 6154 opt_type = 2; in do_caselesscmp() 6169 if (opt_type == 1) in do_caselesscmp() 6175 else if (opt_type == 2) in do_caselesscmp() 6205 if (opt_type == 0) in do_caselesscmp() 6215 if (opt_type == 2) in do_caselesscmp()
|