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

1 2 34

  /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...]
print-tipc.c 124 u_int32_t name_type; member in struct:payload_tipc_pkthdr
  /external/wpa_supplicant_8/src/ap/
vlan_init.c 445 static int vlan_set_name_type(unsigned int name_type)
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/
tap-win32.c 311 DWORD name_type; local
349 &name_type,
353 if (status != ERROR_SUCCESS || name_type != REG_SZ) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
xcmc.h 87 CMC_enum name_type; member in struct:__anon51064
  /external/chromium_org/third_party/tlslite/tlslite/
messages.py 180 name_type = p2.get(1)
182 if name_type == NameType.host_name:
  /external/bluetooth/bluedroid/stack/btm/
btm_sec.c 1933 UINT8 name_type = BTM_EIR_SHORTENED_LOCAL_NAME_TYPE; local
    [all...]

Completed in 198 milliseconds

1 2 34