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

  /external/chromium_org/net/socket/
socket_test_util.h 885 void set_source_port(int port) { source_port_ = port; } function in class:net::DeterministicMockUDPClientSocket
1056 void set_source_port(int port) { source_port_ = port;} function in class:net::MockUDPClientSocket
    [all...]
socket_test_util.cc 685 socket->set_source_port(rand_int_cb.Run(1025, 65535));
    [all...]

Completed in 31 milliseconds