• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-sharp/

Lines Matching refs:Protocol

93         private static extern int avahi_entry_group_add_service_strlst (IntPtr group, int iface, Protocol proto,
99 private static extern int avahi_entry_group_update_service_strlst (IntPtr group, int iface, Protocol proto,
104 private static extern int avahi_entry_group_add_service_subtype (IntPtr group, int iface, Protocol proto,
109 private static extern int avahi_entry_group_add_address (IntPtr group, int iface, Protocol proto,
114 private static extern int avahi_entry_group_add_record (IntPtr group, int iface, Protocol proto,
205 AddService (-1, Protocol.Unspecified, flags, name, type, domain, null, port, txt);
208 public void AddService (int iface, Protocol proto, PublishFlags flags, string name, string type, string domain,
222 public void AddService (int iface, Protocol proto, PublishFlags flags, string name, string type, string domain,
236 private void AddService (int iface, Protocol proto, PublishFlags flags, string name, string type,
258 UpdateService (-1, Protocol.Unspecified, PublishFlags.None, name, type, domain, txt);
261 public void UpdateService (int iface, Protocol proto, PublishFlags flags, string name, string type,
275 public void UpdateService (int iface, Protocol proto, PublishFlags flags, string name, string type,
289 private void UpdateService (int iface, Protocol proto, PublishFlags flags, string name, string type,
309 AddServiceSubtype (-1, Protocol.Unspecified, PublishFlags.None, name, type, domain, subtype);
312 public void AddServiceSubtype (int iface, Protocol proto, PublishFlags flags, string name,
330 AddAddress (-1, Protocol.Unspecified, PublishFlags.None, name, address);
333 public void AddAddress (int iface, Protocol proto, PublishFlags flags, string name, IPAddress address)
351 AddRecord (-1, Protocol.Unspecified, PublishFlags.None, name, clazz, type, ttl, rdata, length);
354 public void AddRecord (int iface, Protocol proto, PublishFlags flags, string name,