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

12

  /external/iproute2/include/linux/
if_vlan.h 55 unsigned int name_type; member in union:vlan_ioctl_args::__anon7242
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_vlan.h 53 unsigned int name_type; member in union:vlan_ioctl_args::__anon23170
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_vlan.h 53 unsigned int name_type; member in union:vlan_ioctl_args::__anon24760
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_vlan.h 53 unsigned int name_type; member in union:vlan_ioctl_args::__anon26272
  /external/chromium/net/http/
mock_gssapi_library_posix.cc 19 gss_OID_desc name_type; member in struct:net::test::GssNameMockImpl
107 ClearOid(&name->name_type);
276 output->name_type.length = 0;
277 output->name_type.elements = NULL;
281 CopyOid(&output->name_type, input_name_type);
332 *output_name_type = internal_name ? &internal_name->name_type : NULL;
  /external/tcpdump/
smbutil.c 257 name_type_str(int name_type)
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...]
  /external/wpa_supplicant_8/src/ap/
vlan_init.c 448 static int vlan_set_name_type(unsigned int name_type)
453 wpa_printf(MSG_DEBUG, "VLAN: vlan_set_name_type(name_type=%u)",
454 name_type);
463 if_request.u.name_type = name_type;
467 "name_type=%u failed: %s",
468 __func__, name_type, strerror(errno));
  /external/chromium/net/base/
x509_certificate_nss.cc 285 CERTGeneralNameType name_type,
289 DCHECK(name_type == certRFC822Name ||
290 name_type == certDNSName ||
291 name_type == certURI);
311 if (name->type == name_type) {
    [all...]
x509_certificate_mac.cc 165 CSSM_OID oid, CE_GeneralNameType name_type,
169 DCHECK(name_type == GNT_RFC822Name ||
170 name_type == GNT_DNSName ||
171 name_type == GNT_URI);
193 if (name_struct.nameType == name_type) {
    [all...]
  /external/qemu/
tap-win32.c 317 DWORD name_type; local
355 &name_type,
359 if (status != ERROR_SUCCESS || name_type != REG_SZ) {
  /external/kernel-headers/original/linux/
if_vlan.h 361 unsigned int name_type; member in union:vlan_ioctl_args::__anon7939
  /external/bluetooth/bluez/audio/
telephony-maemo5.c 1228 uint8_t name_type = NETWORK_HARDCODED_LATIN_OPER_NAME; local
1233 DBUS_TYPE_BYTE, &name_type,
    [all...]

Completed in 355 milliseconds

12