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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
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.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.h 40 int address_type; member in struct:bp_address
  /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 445 SocksEndPointAddressType address_type = local
447 if (address_type == kEndPointDomain)
449 else if (address_type == kEndPointResolvedIPv4)
451 else if (address_type == kEndPointResolvedIPv6)
455 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)
  /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...]

Completed in 269 milliseconds