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

/external/iproute2/include/linux/
H A Dif_vlan.h55 unsigned int name_type; member in union:vlan_ioctl_args::__anon6074
/external/kernel-headers/original/uapi/linux/
H A Dif_vlan.h56 unsigned int name_type; member in union:vlan_ioctl_args::__anon6896
/external/libnl/include/linux/
H A Dif_vlan.h53 unsigned int name_type; member in union:vlan_ioctl_args::__anon8915
/external/toybox/toys/other/
H A Dvconfig.c51 request.u.name_type = i;
/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/wpa_supplicant_8/hostapd/src/ap/
H A Dvlan_init.c530 static int vlan_set_name_type(unsigned int name_type) argument
535 wpa_printf(MSG_DEBUG, "VLAN: vlan_set_name_type(name_type=%u)",
536 name_type);
545 if_request.u.name_type = name_type;
549 "name_type=%u failed: %s",
550 __func__, name_type, strerror(errno));
/external/wpa_supplicant_8/src/ap/
H A Dvlan_init.c530 static int vlan_set_name_type(unsigned int name_type) argument
535 wpa_printf(MSG_DEBUG, "VLAN: vlan_set_name_type(name_type=%u)",
536 name_type);
545 if_request.u.name_type = name_type;
549 "name_type=%u failed: %s",
550 __func__, name_type, strerror(errno));
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dvlan_init.c530 static int vlan_set_name_type(unsigned int name_type) argument
535 wpa_printf(MSG_DEBUG, "VLAN: vlan_set_name_type(name_type=%u)",
536 name_type);
545 if_request.u.name_type = name_type;
549 "name_type=%u failed: %s",
550 __func__, name_type, strerror(errno));
/external/boringssl/src/ssl/test/
H A Dbssl_shim.cc155 uint8_t name_type; local
167 !CBS_get_u8(&server_name_list, &name_type) ||
168 name_type != TLSEXT_NAMETYPE_host_name ||
/external/boringssl/src/ssl/
H A Dt1_lib.c1453 uint8_t name_type; local
1457 if (!CBS_get_u8(&server_name_list, &name_type)) {
1463 if (name_type != TLSEXT_NAMETYPE_host_name) {
1469 * name_type. */

Completed in 331 milliseconds