Lines Matching refs:rc
71 List<NetworkInterface> rc = new List<NetworkInterface>(); in _get_active_ethernet_adapters()
84 rc.Add(network_card); in _get_active_ethernet_adapters()
87 return rc; in _get_active_ethernet_adapters()
219 byte[] rc = new byte[25]; in _create_buffer_for_announce_yourselves()
220 rc[0] = (byte)MionCmdByte.AnnounceYourselves; in _create_buffer_for_announce_yourselves()
222 System.Text.ASCIIEncoding.ASCII.GetBytes(k_mion_string, 0, k_mion_string.Length, rc, 1); in _create_buffer_for_announce_yourselves()
223 return (rc); in _create_buffer_for_announce_yourselves()
232 LocatedMions rc = new LocatedMions(); in ScanLocalSubnetForMIONs()
233 rc.NetInfo = looker; in ScanLocalSubnetForMIONs()
237 return rc; in ScanLocalSubnetForMIONs()
261 rc.Mions = new List<MionIdentifier>(); in ScanLocalSubnetForMIONs()
289 rc.Mions.Add(a_mion); in ScanLocalSubnetForMIONs()
293 return rc; in ScanLocalSubnetForMIONs()