/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | vlan_ioctl.c | 127 int vlan_set_name_type(unsigned int name_type) in vlan_set_name_type() argument 132 wpa_printf(MSG_DEBUG, "VLAN: vlan_set_name_type(name_type=%u)", in vlan_set_name_type() 133 name_type); in vlan_set_name_type() 143 if_request.u.name_type = name_type; in vlan_set_name_type() 147 "VLAN: %s: SET_VLAN_NAME_TYPE_CMD name_type=%u failed: %s", in vlan_set_name_type() 148 __func__, name_type, strerror(errno)); in vlan_set_name_type()
|
H A D | vlan_util.h | 18 int vlan_set_name_type(unsigned int name_type);
|
H A D | vlan_util.c | 171 int vlan_set_name_type(unsigned int name_type) in vlan_set_name_type() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | vlan_ioctl.c | 127 int vlan_set_name_type(unsigned int name_type) in vlan_set_name_type() argument 132 wpa_printf(MSG_DEBUG, "VLAN: vlan_set_name_type(name_type=%u)", in vlan_set_name_type() 133 name_type); in vlan_set_name_type() 143 if_request.u.name_type = name_type; in vlan_set_name_type() 147 "VLAN: %s: SET_VLAN_NAME_TYPE_CMD name_type=%u failed: %s", in vlan_set_name_type() 148 __func__, name_type, strerror(errno)); in vlan_set_name_type()
|
H A D | vlan_util.h | 18 int vlan_set_name_type(unsigned int name_type);
|
H A D | vlan_util.c | 171 int vlan_set_name_type(unsigned int name_type) in vlan_set_name_type() argument
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsls.c | 128 const int name_len, const int name_type, 491 const int name_len, const int name_type, in list_dir_entry() 512 if (name_type == FILE_NAME_POSIX && !opts.all) in list_dir_entry() 514 if (((name_type & FILE_NAME_WIN32_AND_DOS) == FILE_NAME_WIN32) && in list_dir_entry() 517 if (((name_type & FILE_NAME_WIN32_AND_DOS) == FILE_NAME_DOS) && in list_dir_entry() 490 list_dir_entry(ntfsls_dirent * dirent, const ntfschar * name, const int name_len, const int name_type, const s64 pos __attribute__((unused)), const MFT_REF mref, const unsigned dt_type) list_dir_entry() argument
|
/third_party/node/src/crypto/ |
H A D | crypto_clienthello.cc | 145 uint8_t name_type = data[offset]; in ParseExtension() 146 if (name_type != kServernameHostname) in ParseExtension()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | linux_vlan.h | 44 unsigned int name_type; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | linux_vlan.h | 44 unsigned int name_type; member
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | tls1.rs | 5 pub fn SSL_get_servername(ssl: *const SSL, name_type: c_int) -> *const c_char; in SSL_get_servername()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | module-decoder.cc | 1220 uint8_t name_type = inner.consume_u8("name type"); in DecodeNameSection() local 1221 if (name_type & 0x80) inner.error("name type if not varuint7"); in DecodeNameSection() 1228 if (name_type == NameSectionKindCode::kModuleCode) { in DecodeNameSection() 2490 uint8_t name_type = decoder.consume_u8("name type"); in DecodeFunctionNames() local 2491 if (name_type & 0x80) break; // no varuint7 in DecodeFunctionNames() 2496 if (name_type != NameSectionKindCode::kFunctionCode) { in DecodeFunctionNames() 2524 uint8_t name_type = decoder.consume_u8("name type"); in DecodeNameMap() local 2525 if (name_type & 0x80) break; // no varuint7 in DecodeNameMap() 2530 if (name_type != name_section_kind) { in DecodeNameMap() 2556 uint8_t name_type in DecodeIndirectNameMap() local [all...] |
/third_party/toybox/toys/other/ |
H A D | vconfig.c | 49 request.u.name_type = i; in vconfig_main()
|
/third_party/jerryscript/jerry-core/ecma/base/ |
H A D | ecma-helpers.c | 418 ecma_property_t name_type; in ecma_create_property() local 420 &name_type); in ecma_create_property() 421 first_property_p->types[0] = (ecma_property_t) (type_and_flags | name_type); in ecma_create_property() 480 ecma_property_t name_type; in ecma_create_property() local 482 &name_type); in ecma_create_property() 484 first_property_pair_p->header.types[1] = (ecma_property_t) (type_and_flags | name_type); in ecma_create_property()
|
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | dir.h | 106 const int name_len, const int name_type, const s64 pos,
|
/third_party/ntfs-3g/src/ |
H A D | ntfs-3g.c | 1259 const ntfschar *name, const int name_len, const int name_type, in ntfs_fuse_filler() 1267 if (name_type == FILE_NAME_DOS) in ntfs_fuse_filler() 1258 ntfs_fuse_filler(ntfs_fuse_fill_context_t *fill_ctx, const ntfschar *name, const int name_len, const int name_type, const s64 pos __attribute__((unused)), const MFT_REF mref, const unsigned dt_type __attribute__((unused))) ntfs_fuse_filler() argument
|
H A D | lowntfs-3g.c | 1230 const ntfschar *name, const int name_len, const int name_type, in ntfs_fuse_filler() 1241 if (name_type == FILE_NAME_DOS) in ntfs_fuse_filler() 1229 ntfs_fuse_filler(ntfs_fuse_fill_context_t *fill_ctx, const ntfschar *name, const int name_len, const int name_type, const s64 pos __attribute__((unused)), const MFT_REF mref, const unsigned dt_type __attribute__((unused))) ntfs_fuse_filler() argument
|