Home
last modified time | relevance | path

Searched refs:opt_type (Results 1 – 15 of 15) sorted by relevance

/external/tcpdump/
Dprint-geneve.c109 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()
Dprint-pgm.c157 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/
Dtest_basic.c16 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()
Dtest_skipdata.c16 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()
Dtest_iter.c17 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()
Dtest_detail.c16 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()
Dtest_x86.c18 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/
Dndisc_snoop.c31 u8 opt_type; member
114 if (msg->opt_type != SOURCE_LL_ADDR) in handle_ndisc()
/external/v8/tools/
Dcodemap.js302 CodeMap.CodeEntry = function(size, opt_name, opt_type) { argument
305 this.type = opt_type || '';
/external/capstone/bindings/ocaml/
Dcapstone.ml46 type opt_type = type
114 external _cs_option: Int64.t -> opt_type -> Int64.t -> int = "ocaml_option"
/external/ppp/pppd/
Dpppd.h90 enum opt_type { enum
102 enum opt_type type;
/external/python/cpython2/Lib/idlelib/
DconfigDialog.py1292 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/
Dconfigdialog.py323 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/
Drfc2131.c98 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/
Dpcre2_jit_compile.c6138 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()