Home
last modified time | relevance | path

Searched refs:name_type (Results 1 – 16 of 16) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dvlan_ioctl.c127 int vlan_set_name_type(unsigned int name_type) in vlan_set_name_type() argument
133 name_type); in vlan_set_name_type()
143 if_request.u.name_type = name_type; in vlan_set_name_type()
148 __func__, name_type, strerror(errno)); in vlan_set_name_type()
Dvlan_util.h18 int vlan_set_name_type(unsigned int name_type);
Dvlan_util.c171 int vlan_set_name_type(unsigned int name_type) in vlan_set_name_type() argument
/external/tcpdump/
Dsmbutil.c258 name_type_str(int name_type) in name_type_str() argument
262 switch (name_type) { in name_type_str()
698 int name_type; in smb_fdata1() local
703 name_type = name_extract(ndo, startbuf, PTR_DIFF(buf, startbuf), in smb_fdata1()
705 if (name_type < 0) in smb_fdata1()
711 ND_PRINT((ndo, "%-15.15s NameType=0x%02X (%s)", nbuf, name_type, in smb_fdata1()
712 name_type_str(name_type))); in smb_fdata1()
716 name_type = buf[15]; in smb_fdata1()
717 ND_PRINT((ndo, "%-15.15s NameType=0x%02X (%s)", buf, name_type, in smb_fdata1()
718 name_type_str(name_type))); in smb_fdata1()
Dprint-tipc.c118 uint32_t name_type; member
/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator_composition.py158 name_type = (str((o.name, o.dtype)) for o in operators)
161 % " ".join(name_type))
Dlinear_operator_block_diag.py167 name_type = (str((o.name, o.dtype)) for o in operators)
170 % " ".join(name_type))
Dlinear_operator_kronecker.py182 name_type = (str((o.name, o.dtype)) for o in operators)
185 % " ".join(name_type))
/external/wpa_supplicant_8/src/common/
Dlinux_vlan.h44 unsigned int name_type; member
/external/libnl/include/linux-private/linux/
Dif_vlan.h54 unsigned int name_type; member
/external/iproute2/include/uapi/linux/
Dif_vlan.h57 unsigned int name_type; member
/external/kernel-headers/original/uapi/linux/
Dif_vlan.h57 unsigned int name_type; member
/external/v8/src/wasm/
Dmodule-decoder.cc811 uint8_t name_type = inner.consume_u8("name type"); in DecodeNameSection() local
812 if (name_type & 0x80) inner.error("name type if not varuint7"); in DecodeNameSection()
819 if (name_type == NameSectionKindCode::kModule) { in DecodeNameSection()
1640 uint8_t name_type = decoder.consume_u8("name type"); in DecodeFunctionNames() local
1641 if (name_type & 0x80) break; // no varuint7 in DecodeFunctionNames()
1646 if (name_type != NameSectionKindCode::kFunction) { in DecodeFunctionNames()
1675 uint8_t name_type = decoder.consume_u8("name type"); in DecodeLocalNames() local
1676 if (name_type & 0x80) break; // no varuint7 in DecodeLocalNames()
1681 if (name_type != NameSectionKindCode::kLocal) { in DecodeLocalNames()
/external/toybox/toys/other/
Dvconfig.c49 request.u.name_type = i; in vconfig_main()
/external/boringssl/src/ssl/test/
Dtest_config.cc1106 uint8_t name_type; in SelectCertificateCallback() local
1118 !CBS_get_u8(&server_name_list, &name_type) || in SelectCertificateCallback()
1119 name_type != TLSEXT_NAMETYPE_host_name || in SelectCertificateCallback()
/external/boringssl/src/ssl/
Dt1_lib.cc638 uint8_t name_type; in ext_sni_parse_clienthello() local
640 !CBS_get_u8(&server_name_list, &name_type) || in ext_sni_parse_clienthello()
654 if (name_type != TLSEXT_NAMETYPE_host_name || in ext_sni_parse_clienthello()