Searched refs:bind_type (Results 1 - 17 of 17) sorted by relevance

/external/iproute2/include/linux/
H A Dif_vlan.h56 unsigned int bind_type; member in union:vlan_ioctl_args::__anon19577
/external/chromium_org/net/udp/
H A Dudp_client_socket.cc11 UDPClientSocket::UDPClientSocket(DatagramSocket::BindType bind_type, argument
15 : socket_(bind_type, rand_int_cb, net_log, source) {
H A Dudp_client_socket.h20 UDPClientSocket(DatagramSocket::BindType bind_type,
H A Dudp_socket_win.h26 UDPSocketWin(DatagramSocket::BindType bind_type,
H A Dudp_socket_libevent.h25 UDPSocketLibevent(DatagramSocket::BindType bind_type,
H A Dudp_socket_libevent.cc63 DatagramSocket::BindType bind_type,
72 bind_type_(bind_type),
82 if (bind_type == DatagramSocket::RANDOM_BIND)
62 UDPSocketLibevent( DatagramSocket::BindType bind_type, const RandIntCallback& rand_int_cb, net::NetLog* net_log, const net::NetLog::Source& source) argument
H A Dudp_socket_win.cc162 UDPSocketWin::UDPSocketWin(DatagramSocket::BindType bind_type, argument
171 bind_type_(bind_type),
178 if (bind_type == DatagramSocket::RANDOM_BIND)
/external/chromium_org/net/socket/
H A Dclient_socket_factory.h37 DatagramSocket::BindType bind_type,
H A Dclient_socket_factory.cc71 DatagramSocket::BindType bind_type,
76 new UDPClientSocket(bind_type, rand_int_cb, net_log, source));
H A Dsocket_test_util.h642 DatagramSocket::BindType bind_type,
1212 DatagramSocket::BindType bind_type,
H A Dsocket_test_util.cc662 DatagramSocket::BindType bind_type,
1802 DatagramSocket::BindType bind_type,
661 CreateDatagramClientSocket( DatagramSocket::BindType bind_type, const RandIntCallback& rand_int_cb, net::NetLog* net_log, const net::NetLog::Source& source) argument
1801 CreateDatagramClientSocket( DatagramSocket::BindType bind_type, const RandIntCallback& rand_int_cb, net::NetLog* net_log, const NetLog::Source& source) argument
H A Dtransport_client_socket_pool_unittest.cc352 DatagramSocket::BindType bind_type,
H A Dclient_socket_pool_base_unittest.cc192 DatagramSocket::BindType bind_type,
/external/chromium_org/net/dns/
H A Ddns_session_unittest.cc30 DatagramSocket::BindType bind_type,
186 DatagramSocket::BindType bind_type,
H A Ddns_transaction_unittest.cc184 DatagramSocket::BindType bind_type,
/external/chromium_org/net/quic/
H A Dquic_stream_factory.cc464 DatagramSocket::BindType bind_type = DatagramSocket::RANDOM_BIND; local
467 bind_type = DatagramSocket::DEFAULT_BIND;
471 bind_type,
/external/kernel-headers/original/linux/
H A Dif_vlan.h362 unsigned int bind_type; member in union:vlan_ioctl_args::__anon20312

Completed in 1431 milliseconds