Searched refs:port_mapping_create_reply (Results 1 – 1 of 1) sorted by relevance
/external/mdnsresponder/Clients/ |
D | dns-sd.c | 760 static void DNSSD_API port_mapping_create_reply(DNSServiceRef sdref, DNSServiceFlags flags, uint32_… in port_mapping_create_reply() function 1229 … err = DNSServiceNATPortMappingCreate(&client, 0, 0, 0, 0, 0, 0, port_mapping_create_reply, NULL); in main() 1238 …e(&client, 0, 0, prot, intp.NotAnInteger, extp.NotAnInteger, ttl, port_mapping_create_reply, NULL); in main()
|