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/wpa_supplicant_8/src/common/
Dlinux_vlan.h44 unsigned int name_type; member
/external/iproute2/include/uapi/linux/
Dif_vlan.h57 unsigned int name_type; member
/external/libnl/include/linux-private/linux/
Dif_vlan.h57 unsigned int name_type; member
/external/kernel-headers/original/uapi/linux/
Dif_vlan.h58 unsigned int name_type; member
/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator_composition.py166 name_type = (str((o.name, o.dtype)) for o in operators)
169 % " ".join(name_type))
Dlinear_operator_kronecker.py191 name_type = (str((o.name, o.dtype)) for o in operators)
194 % " ".join(name_type))
Dlinear_operator_block_diag.py191 name_type = (str((o.name, o.dtype)) for o in operators)
194 % " ".join(name_type))
Dlinear_operator_block_lower_triangular.py339 name_type = (str((o.name, o.dtype)) for o in row)
342 "{} and {} in row 0.".format(name_type, i, str(dtype)))
/external/toybox/toys/other/
Dvconfig.c49 request.u.name_type = i; in vconfig_main()
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dhandshake_server.cc516 uint8_t name_type; in extract_sni() local
518 !CBS_get_u8(&server_name_list, &name_type) || in extract_sni()
533 if (name_type != TLSEXT_NAMETYPE_host_name || in extract_sni()
/external/boringssl/src/ssl/
Dhandshake_server.cc516 uint8_t name_type; in extract_sni() local
518 !CBS_get_u8(&server_name_list, &name_type) || in extract_sni()
533 if (name_type != TLSEXT_NAMETYPE_host_name || in extract_sni()