Home | History | Annotate | Download | only in channel_transport

Lines Matching defs:IPAddress

223     if(IPAddress(address,_previousIP,ipSize,_previousSourcePort) != 0)
1074 return IPAddress(_filterIPAddress, filterIPAddress, ipSize, sourcePort);
2124 char ipAddress[kIpAddressVersion6Length];
2138 if (IPAddressCached(*fromSocket, ipAddress, ipAddressLength, portNr) <
2149 // Make sure ipAddress is null terminated.
2150 ipAddress[kIpAddressVersion6Length - 1] = 0;
2151 strncpy(_fromIP, ipAddress, kIpAddressVersion6Length - 1);
2177 "Incoming RTP packet from ip:%s port:%d", ipAddress, portNr);
2179 ipAddress, portNr);
2187 char ipAddress[kIpAddressVersion6Length];
2200 if (IPAddress(*fromSocket, ipAddress, ipAddressLength, portNr) < 0)
2209 // Make sure ipAddress is null terminated.
2210 ipAddress[kIpAddressVersion6Length - 1] = 0;
2211 strncpy(_fromIP, ipAddress, kIpAddressVersion6Length - 1);
2236 "Incoming RTCP packet from ip:%s port:%d", ipAddress,
2239 ipAddress, portNr);
2730 int32_t UdpTransport::IPAddress(const SocketAddress& address,