HomeSort by relevance Sort by last modified time
    Searched refs:name_type (Results 1 - 22 of 22) sorted by null

  /external/wpa_supplicant_8/src/common/
linux_vlan.h 44 unsigned int name_type; member in union:vlan_ioctl_args::__anon44614
  /bionic/libc/kernel/uapi/linux/
if_vlan.h 53 unsigned int name_type; member in union:vlan_ioctl_args::__anon744
  /external/iproute2/include/uapi/linux/
if_vlan.h 57 unsigned int name_type; member in union:vlan_ioctl_args::__anon21959
  /external/kernel-headers/original/uapi/linux/
if_vlan.h 57 unsigned int name_type; member in union:vlan_ioctl_args::__anon22950
  /external/libnl/include/linux-private/linux/
if_vlan.h 54 unsigned int name_type; member in union:vlan_ioctl_args::__anon25455
  /external/wpa_supplicant_8/src/ap/
vlan_util.h 18 int vlan_set_name_type(unsigned int name_type);
vlan_ioctl.c 127 int vlan_set_name_type(unsigned int name_type)
132 wpa_printf(MSG_DEBUG, "VLAN: vlan_set_name_type(name_type=%u)",
133 name_type);
143 if_request.u.name_type = name_type;
147 "VLAN: %s: SET_VLAN_NAME_TYPE_CMD name_type=%u failed: %s",
148 __func__, name_type, strerror(errno));
vlan_util.c 171 int vlan_set_name_type(unsigned int name_type)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_vlan.h 55 unsigned int name_type; member in union:vlan_ioctl_args::__anon62563
  /toolchain/binutils/binutils-2.27/bfd/
hp300hpux.c 351 int name_type; local
354 name_type = (cache_ptr->type);
357 if ((name_type & HP_SYMTYPE_ALIGN) != 0)
360 name_type = 0;
363 if (name_type == HP_SYMTYPE_FILENAME)
367 switch (name_type & HP_SYMTYPE_TYPE)
397 if (name_type & HP_SYMTYPE_EXTERNAL)
400 if (name_type & HP_SECONDARY_SYMBOL)
  /external/toybox/toys/other/
vconfig.c 53 request.u.name_type = i;
  /external/tensorflow/tensorflow/python/ops/linalg/
linear_operator_composition.py 159 name_type = (str((o.name, o.dtype)) for o in operators)
162 % " ".join(name_type))
  /external/tcpdump/
smbutil.c 258 name_type_str(int name_type)
262 switch (name_type) {
698 int name_type; local
703 name_type = name_extract(ndo, startbuf, PTR_DIFF(buf, startbuf),
705 if (name_type < 0)
711 ND_PRINT((ndo, "%-15.15s NameType=0x%02X (%s)", nbuf, name_type,
712 name_type_str(name_type)));
716 name_type = buf[15];
717 ND_PRINT((ndo, "%-15.15s NameType=0x%02X (%s)", buf, name_type,
718 name_type_str(name_type)));
    [all...]
print-tipc.c 118 uint32_t name_type; member in struct:payload_tipc_pkthdr
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
xcmc.h 87 CMC_enum name_type; member in struct:__anon66348
  /external/boringssl/src/ssl/
t1_lib.cc 609 uint8_t name_type; local
611 !CBS_get_u8(&server_name_list, &name_type) ||
625 if (name_type != TLSEXT_NAMETYPE_host_name ||
    [all...]
  /external/boringssl/src/ssl/test/
bssl_shim.cc 545 uint8_t name_type; local
557 !CBS_get_u8(&server_name_list, &name_type) ||
558 name_type != TLSEXT_NAMETYPE_host_name ||
    [all...]
  /packages/providers/ContactsProvider/tests/assets/upgradeTest/
contacts2_1108.sql 36 CREATE TABLE name_lookup (data_id INTEGER REFERENCES data(_id) NOT NULL,raw_contact_id INTEGER REFERENCES raw_contacts(_id) NOT NULL,normalized_name TEXT NOT NULL,name_type INTEGER NOT NULL,PRIMARY KEY (data_id, normalized_name, name_type));
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/tls/
handshake_messages.go 161 // NameType name_type;
162 // select (name_type) {
    [all...]
  /prebuilts/go/linux-x86/src/crypto/tls/
handshake_messages.go 161 // NameType name_type;
162 // select (name_type) {
    [all...]
  /system/bt/stack/btm/
btm_sec.cc 1607 uint8_t name_type = BTM_EIR_SHORTENED_LOCAL_NAME_TYPE; local
    [all...]
  /external/boringssl/src/ssl/test/runner/
handshake_messages.go 407 // NameType name_type;
408 // select (name_type) {
    [all...]

Completed in 867 milliseconds