/external/syslinux/gpxe/src/include/gpxe/ |
icmp6.h | 34 uint8_t opt_type; member in struct:neighbour_solicit 47 uint8_t opt_type; member in struct:neighbour_advert
|
/external/capstone/tests/ |
test_skipdata.c | 16 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);
|
test_x86.c | 18 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);
|
test_basic.c | 16 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);
|
test_iter.c | 17 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);
|
test_detail.c | 16 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);
|
/external/tcpdump/ |
print-geneve.c | 109 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));
|
print-pgm.c | 157 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/wpa_supplicant_8/src/ap/ |
ndisc_snoop.c | 31 u8 opt_type; member in struct:icmpv6_ndmsg 114 if (msg->opt_type != SOURCE_LL_ADDR)
|
/external/capstone/bindings/ocaml/ |
capstone.ml | 46 type opt_type = type 114 external _cs_option: Int64.t -> opt_type -> Int64.t -> int = "ocaml_option"
|
/external/fio/ |
goptions.c | 19 unsigned int opt_type; member in struct:gopt 166 gopt->opt_type = type; 1337 switch (gopt->opt_type) { [all...] |
/external/ppp/pppd/ |
pppd.h | 90 enum opt_type { enum 102 enum opt_type type; [all...] |