Searched refs:name_type (Results 1 - 14 of 14) sorted by relevance

/external/iproute2/include/linux/
H A Dif_vlan.h55 unsigned int name_type; member in union:vlan_ioctl_args::__anon22291
/external/kernel-headers/original/uapi/linux/
H A Dif_vlan.h56 unsigned int name_type; member in union:vlan_ioctl_args::__anon23087
/external/libnl/include/linux/
H A Dif_vlan.h53 unsigned int name_type; member in union:vlan_ioctl_args::__anon24453
/external/chromium_org/net/http/
H A Dmock_gssapi_library_posix.cc18 gss_OID_desc name_type; member in struct:net::test::GssNameMockImpl
106 ClearOid(&name->name_type);
275 output->name_type.length = 0;
276 output->name_type.elements = NULL;
280 CopyOid(&output->name_type, input_name_type);
331 *output_name_type = internal_name ? &internal_name->name_type : NULL;
/external/tcpdump/
H A Dsmbutil.c257 name_type_str(int name_type) argument
261 switch (name_type) {
694 int name_type; local
699 name_type = name_extract(startbuf, PTR_DIFF(buf, startbuf),
701 if (name_type < 0)
707 printf("%-15.15s NameType=0x%02X (%s)", nbuf, name_type,
708 name_type_str(name_type));
712 name_type = buf[15];
713 printf("%-15.15s NameType=0x%02X (%s)", buf, name_type,
714 name_type_str(name_type));
[all...]
H A Dprint-tipc.c124 u_int32_t name_type; member in struct:payload_tipc_pkthdr
/external/chromium_org/third_party/boringssl/src/ssl/test/
H A Dbssl_shim.cc79 uint8_t name_type; local
91 !CBS_get_u8(&server_name_list, &name_type) ||
92 name_type != TLSEXT_NAMETYPE_host_name ||
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dvlan_init.c445 static int vlan_set_name_type(unsigned int name_type) argument
450 wpa_printf(MSG_DEBUG, "VLAN: vlan_set_name_type(name_type=%u)",
451 name_type);
460 if_request.u.name_type = name_type;
464 "name_type=%u failed: %s",
465 __func__, name_type, strerror(errno));
/external/wpa_supplicant_8/src/ap/
H A Dvlan_init.c445 static int vlan_set_name_type(unsigned int name_type) argument
450 wpa_printf(MSG_DEBUG, "VLAN: vlan_set_name_type(name_type=%u)",
451 name_type);
460 if_request.u.name_type = name_type;
464 "name_type=%u failed: %s",
465 __func__, name_type, strerror(errno));
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dvlan_init.c445 static int vlan_set_name_type(unsigned int name_type) argument
450 wpa_printf(MSG_DEBUG, "VLAN: vlan_set_name_type(name_type=%u)",
451 name_type);
460 if_request.u.name_type = name_type;
464 "name_type=%u failed: %s",
465 __func__, name_type, strerror(errno));
/external/qemu/
H A Dtap-win32.c311 DWORD name_type; local
349 &name_type,
353 if (status != ERROR_SUCCESS || name_type != REG_SZ) {
/external/chromium_org/third_party/tlslite/tlslite/
H A Dmessages.py180 name_type = p2.get(1)
182 if name_type == NameType.host_name:
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dt1_lib.c1522 uint8_t name_type; local
1526 if (!CBS_get_u8(&server_name_list, &name_type))
1533 if (name_type != TLSEXT_NAMETYPE_host_name)
1540 * name_type. */
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_sec.c1933 UINT8 name_type = BTM_EIR_SHORTENED_LOCAL_NAME_TYPE; local
1983 name_type = BTM_EIR_COMPLETE_LOCAL_NAME_TYPE;
1990 *p++ = name_type;

Completed in 941 milliseconds