/external/wpa_supplicant_8/src/ap/ |
D | vlan_ioctl.c | 127 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()
|
D | vlan_util.h | 18 int vlan_set_name_type(unsigned int name_type);
|
D | vlan_util.c | 171 int vlan_set_name_type(unsigned int name_type) in vlan_set_name_type() argument
|
/external/tcpdump/ |
D | smbutil.c | 258 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()
|
D | print-tipc.c | 118 uint32_t name_type; member
|
/external/tensorflow/tensorflow/python/ops/linalg/ |
D | linear_operator_composition.py | 158 name_type = (str((o.name, o.dtype)) for o in operators) 161 % " ".join(name_type))
|
D | linear_operator_block_diag.py | 167 name_type = (str((o.name, o.dtype)) for o in operators) 170 % " ".join(name_type))
|
D | linear_operator_kronecker.py | 182 name_type = (str((o.name, o.dtype)) for o in operators) 185 % " ".join(name_type))
|
/external/wpa_supplicant_8/src/common/ |
D | linux_vlan.h | 44 unsigned int name_type; member
|
/external/libnl/include/linux-private/linux/ |
D | if_vlan.h | 54 unsigned int name_type; member
|
/external/iproute2/include/uapi/linux/ |
D | if_vlan.h | 57 unsigned int name_type; member
|
/external/kernel-headers/original/uapi/linux/ |
D | if_vlan.h | 57 unsigned int name_type; member
|
/external/v8/src/wasm/ |
D | module-decoder.cc | 811 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/ |
D | vconfig.c | 49 request.u.name_type = i; in vconfig_main()
|
/external/boringssl/src/ssl/test/ |
D | test_config.cc | 1106 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/ |
D | t1_lib.cc | 638 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()
|