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

  /device/asus/deb/kernel-headers/media/
msmb_pproc.h 74 unsigned int source_address; member in struct:msm_cpp_frame_strip_info
  /device/asus/deb/original-kernel-headers/media/
msmb_pproc.h 65 unsigned int source_address; member in struct:msm_cpp_frame_strip_info
  /device/asus/flo/kernel-headers/media/
msmb_pproc.h 74 unsigned int source_address; member in struct:msm_cpp_frame_strip_info
  /device/asus/flo/original-kernel-headers/media/
msmb_pproc.h 65 unsigned int source_address; member in struct:msm_cpp_frame_strip_info
  /external/chromium/net/socket/
tcp_client_socket_libevent.cc 555 struct sockaddr_storage source_address; local
556 socklen_t addrlen = sizeof(source_address);
558 socket_, reinterpret_cast<struct sockaddr*>(&source_address), &addrlen);
568 reinterpret_cast<const struct sockaddr*>(&source_address),
569 sizeof(source_address));
tcp_client_socket_win.cc 719 struct sockaddr_storage source_address; local
720 socklen_t addrlen = sizeof(source_address);
722 socket_, reinterpret_cast<struct sockaddr*>(&source_address), &addrlen);
733 reinterpret_cast<const struct sockaddr*>(&source_address),
734 sizeof(source_address));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
httplib.py 692 timeout=socket._GLOBAL_DEFAULT_TIMEOUT, source_address=None):
694 self.source_address = source_address
772 self.timeout, self.source_address)
    [all...]
socket.py 538 source_address=None):
546 is used. If *source_address* is set it must be a tuple of (host, port)
560 if source_address:
561 sock.bind(source_address)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
httplib.py 692 timeout=socket._GLOBAL_DEFAULT_TIMEOUT, source_address=None):
694 self.source_address = source_address
772 self.timeout, self.source_address)
    [all...]
socket.py 538 source_address=None):
546 is used. If *source_address* is set it must be a tuple of (host, port)
560 if source_address:
561 sock.bind(source_address)
  /external/mdnsresponder/mDNSShared/
dnsextd_parser.y 41 char source_address[ 256 ];
556 if ( strlen( info->source_address ) )
558 inet_pton( AF_INET, info->source_address, &d->addr.sin_addr );
  /hardware/qcom/msm8x74/kernel-headers/media/
msmb_pproc.h 79 unsigned int source_address; member in struct:msm_cpp_frame_strip_info
msm_camera.h 2125 unsigned int source_address; member in struct:msm_cpp_frame_strip_info
    [all...]
  /hardware/qcom/msm8x74/original-kernel-headers/media/
msmb_pproc.h 70 unsigned int source_address; member in struct:msm_cpp_frame_strip_info
msm_camera.h 2206 unsigned int source_address; member in struct:msm_cpp_frame_strip_info
    [all...]
  /external/chromium_org/net/socket/
tcp_client_socket_win.cc 804 struct sockaddr_storage source_address; local
805 socklen_t addrlen = sizeof(source_address);
807 socket_, reinterpret_cast<struct sockaddr*>(&source_address), &addrlen);
819 reinterpret_cast<const struct sockaddr*>(&source_address),
820 sizeof(source_address)));
    [all...]
  /external/tcpdump/
print-isoclns.c 715 const u_int8_t *optr,*source_address,*dest_address; local
752 source_address = pptr +1;
760 isonsap_string(source_address, source_address_length),
787 isonsap_string(source_address, source_address_length),
856 source_address=(tptr+1);
857 TCHECK2(*source_address, source_address_length);
860 isonsap_string(source_address, source_address_length));
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_httplib.py 436 source_address=('', self.source_port))
444 source_address=('', self.source_port))
test_socket.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_httplib.py 436 source_address=('', self.source_port))
444 source_address=('', self.source_port))
test_socket.py     [all...]
  /hardware/qcom/msm8960/kernel-headers/media/
msm_camera.h 2004 unsigned int source_address; member in struct:msm_cpp_frame_strip_info
    [all...]
  /hardware/qcom/msm8960/original-kernel-headers/media/
msm_camera.h 1896 unsigned int source_address; member in struct:msm_cpp_frame_strip_info
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c 5642 vm_address_t source_address; member in struct:__anon29730
6183 mach_vm_address_t source_address; member in struct:__anon29750
    [all...]

Completed in 386 milliseconds