Lines Matching full:bonjour
35 * The DNS Service Discovery API is part of Bonjour, Apple's implementation
38 * Bonjour allows you to register a network service, such as a
40 * for by service type and domain. Using Bonjour, applications can
45 * In effect, Bonjour combines the functions of a local DNS server and
46 * AppleTalk. Bonjour allows applications to provide user-friendly printer
51 * Bonjour gives applications easy access to services over local IP
689 * if (!err) printf("Bonjour version is %d.%d\n", version / 10000, version / 100 % 100);