Searched defs:bind_type (Results 1 - 7 of 7) sorted by relevance

/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_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/iproute2/include/linux/
H A Dif_vlan.h56 unsigned int bind_type; member in union:vlan_ioctl_args::__anon19577
/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
/external/chromium_org/net/socket/
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

Completed in 245 milliseconds