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

  /external/webrtc/webrtc/test/channel_transport/
udp_transport_impl.cc 125 _localIP(),
161 memset(_localIP, 0, sizeof(_localIP));
288 strncpy(_localIP, ip,kIpAddressVersion6Length);
301 strncpy(_localIP, "0.0.0.0",16);
304 strncpy(_localIP, "0000:0000:0000:0000:0000:0000:0000:0000",
373 strncpy(ipAddr, _localIP, IpV6Enabled() ?
    [all...]
udp_transport_impl.h 215 char _localIP[kIpAddressVersion6Length];

Completed in 57 milliseconds