HomeSort by relevance Sort by last modified time
    Searched refs:address_type (Results 1 - 12 of 12) sorted by null

  /external/chromium/chrome/browser/autofill/
address_field.h 30 void SetType(AddressType address_type) { type_ = address_type; }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
bootparam_prot.x 66 union bp_address switch (int address_type) {
bootparam_prot.h 40 int address_type; member in struct:bp_address
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
bootparam_prot.x 66 union bp_address switch (int address_type) {
bootparam_prot.h 40 int address_type; member in struct:bp_address
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
bootparam_prot.x 66 union bp_address switch (int address_type) {
bootparam_prot.h 40 int address_type; member in struct:bp_address
  /external/tcpdump/
print-lspping.c 429 u_int8_t address_type; member in struct:lspping_tlv_downstream_map_ipv4_t
437 u_int8_t address_type; member in struct:lspping_tlv_downstream_map_ipv6_t
    [all...]
  /external/chromium/net/socket/
socks5_client_socket.cc 456 SocksEndPointAddressType address_type = local
458 if (address_type == kEndPointDomain)
460 else if (address_type == kEndPointResolvedIPv4)
462 else if (address_type == kEndPointResolvedIPv6)
468 new NetLogIntegerParameter("address_type", buffer_[3])));
  /external/chromium_org/net/socket/
socks5_client_socket.cc 462 SocksEndPointAddressType address_type = local
464 if (address_type == kEndPointDomain)
466 else if (address_type == kEndPointResolvedIPv4)
468 else if (address_type == kEndPointResolvedIPv6)
472 NetLog::IntegerCallback("address_type", buffer_[3]));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 98 def address_type(address): function
125 family = family or (address and address_type(address)) \
165 family = family or address_type(address)
290 family = address_type(address)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 98 def address_type(address): function
125 family = family or (address and address_type(address)) \
165 family = family or address_type(address)
290 family = address_type(address)

Completed in 2819 milliseconds