Searched refs:opt_type (Results 1 - 20 of 20) sorted by relevance

/external/syslinux/gpxe/src/include/gpxe/
H A Dicmp6.h34 uint8_t opt_type; member in struct:neighbour_solicit
47 uint8_t opt_type; member in struct:neighbour_advert
/external/tcpdump/
H A Dprint-geneve.c109 uint8_t opt_type; local
116 opt_type = *(bp + 2);
120 format_opt_class(opt_class), opt_class, opt_type,
121 opt_type & OPT_TYPE_CRITICAL ? "(C)" : "", opt_len));
H A Dprint-pgm.c157 uint8_t opt_type, opt_len; local
436 opt_type = *bp++;
437 if ((opt_type & PGM_OPT_MASK) != PGM_OPT_LENGTH) {
438 ND_PRINT((ndo, "[First option bad, should be PGM_OPT_LENGTH, is %u]", opt_type & PGM_OPT_MASK));
464 opt_type = *bp++;
480 switch (opt_type & PGM_OPT_MASK) {
816 ND_PRINT((ndo, " OPT_%02X [%d] ", opt_type, opt_len));
822 if (opt_type & PGM_OPT_END)
/external/capstone/tests/
H A Dtest_iter.c17 cs_opt_type opt_type; member in struct:platform
199 if (platforms[i].opt_type)
200 cs_option(handle, platforms[i].opt_type, platforms[i].opt_value);
H A Dtest_skipdata.c16 cs_opt_type opt_type; member in struct:platform
109 if (platforms[i].opt_type)
110 cs_option(handle, platforms[i].opt_type, platforms[i].opt_value);
H A Dtest_basic.c16 cs_opt_type opt_type; member in struct:platform
64 cs_opt_type opt_type; member in struct:platform
237 if (platforms[i].opt_type)
238 cs_option(handle, platforms[i].opt_type, platforms[i].opt_value);
H A Dtest_detail.c16 cs_opt_type opt_type; member in struct:platform
229 if (platforms[i].opt_type)
230 cs_option(handle, platforms[i].opt_type, platforms[i].opt_value);
H A Dtest_x86.c18 cs_opt_type opt_type; member in struct:platform
211 if (platforms[i].opt_type)
212 cs_option(handle, platforms[i].opt_type, platforms[i].opt_value);
/external/syslinux/gpxe/src/net/
H A Dicmpv6.c43 nsolicit->opt_type = 1;
108 nadvert->opt_type = 2;
H A Dndp.c162 assert ( nadvert->opt_type == 2 );
/external/v8/tools/
H A Dcodemap.js269 * @param {string} opt_type Code entry type, e.g. SHARED_LIB, CPP.
272 CodeMap.CodeEntry = function(size, opt_name, opt_type) {
275 this.type = opt_type || '';
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dndisc_snoop.c31 u8 opt_type; member in struct:icmpv6_ndmsg
114 if (msg->opt_type != SOURCE_LL_ADDR)
/external/wpa_supplicant_8/src/ap/
H A Dndisc_snoop.c31 u8 opt_type; member in struct:icmpv6_ndmsg
114 if (msg->opt_type != SOURCE_LL_ADDR)
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dndisc_snoop.c31 u8 opt_type; member in struct:icmpv6_ndmsg
114 if (msg->opt_type != SOURCE_LL_ADDR)
/external/capstone/bindings/ocaml/
H A Dcapstone.ml46 type opt_type = type
114 external _cs_option: Int64.t -> opt_type -> Int64.t -> int = "ocaml_option"
/external/ppp/pppd/
H A Dpppd.h90 enum opt_type { enum
102 enum opt_type type;
/external/fio/
H A Dgoptions.c19 unsigned int opt_type; member in struct:gopt
166 gopt->opt_type = type;
1337 switch (gopt->opt_type) {
1395 log_err("gfio: bad option type: %d\n", gopt->opt_type);
/external/dnsmasq/src/
H A Drfc2131.c95 static unsigned char *option_find(struct dhcp_packet *mess, size_t size, int opt_type, int minsize);
1473 static unsigned char *option_find(struct dhcp_packet *mess, size_t size, int opt_type, int minsize) argument
1478 if ((ret = option_find1(&mess->options[0] + sizeof(u32), ((unsigned char *)mess) + size, opt_type, minsize)))
1487 (ret = option_find1(&mess->file[0], &mess->file[128], opt_type, minsize)))
1492 (ret = option_find1(&mess->sname[0], &mess->sname[64], opt_type, minsize)))
/external/python/cpython2/Lib/idlelib/
H A DconfigDialog.py1290 opt_type = 'bool'
1294 opt_type = 'int'
1297 opt_type = None
1300 ext_name, opt_name, type=opt_type, raw=True,
1308 'type': opt_type,
/external/python/cpython3/Lib/idlelib/
H A Dconfigdialog.py1296 opt_type = 'bool'
1300 opt_type = 'int'
1303 opt_type = None
1306 ext_name, opt_name, type=opt_type, raw=True,
1314 'type': opt_type,

Completed in 1998 milliseconds