GetStunPacketType  118 content/browser/renderer_host/p2p/socket_host.h   static bool GetStunPacketType(const char* data, int data_size,
GetStunPacketType  275 content/browser/renderer_host/p2p/socket_host_tcp.cc     bool stun = GetStunPacketType(&*data.begin(), data.size(), &type);
GetStunPacketType  313 content/browser/renderer_host/p2p/socket_host_tcp.cc     bool stun = GetStunPacketType(&*data.begin(), data.size(), &type);
GetStunPacketType  162 content/browser/renderer_host/p2p/socket_host_udp.cc       bool stun = GetStunPacketType(&*data.begin(), data.size(), &type);
GetStunPacketType  193 content/browser/renderer_host/p2p/socket_host_udp.cc     bool stun = GetStunPacketType(&*data.begin(), data.size(), &type);