/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/wpa_supplicant_8/src/common/ |
D | linux_vlan.h | 44 unsigned int name_type; member
|
/external/iproute2/include/uapi/linux/ |
D | if_vlan.h | 57 unsigned int name_type; member
|
/external/libnl/include/linux-private/linux/ |
D | if_vlan.h | 57 unsigned int name_type; member
|
/external/kernel-headers/original/uapi/linux/ |
D | if_vlan.h | 58 unsigned int name_type; member
|
/external/tensorflow/tensorflow/python/ops/linalg/ |
D | linear_operator_composition.py | 166 name_type = (str((o.name, o.dtype)) for o in operators) 169 % " ".join(name_type))
|
D | linear_operator_kronecker.py | 191 name_type = (str((o.name, o.dtype)) for o in operators) 194 % " ".join(name_type))
|
D | linear_operator_block_diag.py | 191 name_type = (str((o.name, o.dtype)) for o in operators) 194 % " ".join(name_type))
|
D | linear_operator_block_lower_triangular.py | 339 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/ |
D | vconfig.c | 49 request.u.name_type = i; in vconfig_main()
|
/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | handshake_server.cc | 516 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/ |
D | handshake_server.cc | 516 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()
|