Electronics and SoftwareEngineering Innovation
	
	
 
	
 
     #include <BMdns.h> #include <BDebug.h> #include <stdio.h> #include <errno.h> #include <sys/ioctl.h> #include <sys/socket.h> #include <arpa/inet.h> #include <netdb.h> #include <net/if.h> ◆ BDEBUGL1
     ◆ MdnsClass
    ◆ MdnsEntryType
     | Enumerator | 
|---|
| MDNS_ENTRYTYPE_ANSWER |  | 
 | MDNS_ENTRYTYPE_AUTHORITY |  | 
 | MDNS_ENTRYTYPE_ADDITIONAL |  | 
 
       ◆ MdnsRecordType
     | Enumerator | 
|---|
| MDNS_RECORDTYPE_IGNORE |  | 
 | MDNS_RECORDTYPE_A |  | 
 | MDNS_RECORDTYPE_PTR |  | 
 | MDNS_RECORDTYPE_TXT |  | 
 | MDNS_RECORDTYPE_AAAA |  | 
 | MDNS_RECORDTYPE_SRV |  | 
 
        ◆ mdns_read_string()
          |                     | static int mdns_read_string | ( | void * | buffer, |             |  |  | BUInt8 * | p, |             |  |  | BString & | str ) |  | static | 
 
    
    ◆ mdns_read_strings()
          |                     | static int mdns_read_strings | ( | void * | buffer, |             |  |  | BUInt8 * | p, |             |  |  | BString & | str ) |  | static | 
 
    
    ◆ mdns_write_string()