Home
last modified time | relevance | path

Searched defs:ServiceInfo (Results 1 – 4 of 4) sorted by relevance

/external/avahi/avahi-sharp/
DServiceBrowser.cs32 public struct ServiceInfo struct
34 public int NetworkInterface;
35 public Protocol Protocol;
36 public string Domain;
37 public string ServiceType;
38 public string Name;
40 public string HostName;
41 public IPAddress Address;
42 public UInt16 Port;
43 public byte[][] Text;
[all …]
/external/avahi/avahi-utils/
Davahi-browse.c77 typedef struct ServiceInfo ServiceInfo; typedef
79 struct ServiceInfo { struct
87 AVAHI_LLIST_FIELDS(ServiceInfo, info); argument
/external/jmdns/src/javax/jmdns/
DServiceInfo.java33 public abstract class ServiceInfo implements Cloneable { class
/external/mdnsresponder/mDNSCore/
DmDNSEmbeddedAPI.h1598 } ServiceInfo; typedef