Home | History | Annotate | Download | only in cups

Lines Matching refs:network

58 #  define kLocationNetworkKey	CFSTR("Network")
152 CFStringRef network, CFIndex *locindex);
343 CFStringRef network; /* Network location */
364 if ((network = appleCopyNetwork()) == NULL)
367 "network.");
372 * Lookup the network in the preferences...
384 CFRelease(network);
392 if ((locprinter = appleGetPrinter(locations, network, NULL)) != NULL)
395 CFRelease(network);
456 CFStringRef network; /* Current network */
468 if ((network = appleCopyNetwork()) == NULL)
470 DEBUG_puts("1_cupsAppleSetDefaultPrinter: Unable to get current network...");
475 * Lookup the network in the preferences...
479 locprinter = appleGetPrinter(locations, network, &locindex);
514 CFDictionaryAddValue(newlocation, kLocationNetworkKey, network);
548 CFRelease(network);
1693 * can find on the network...
1922 DEBUG_puts("1cupsGetNamedDest: No queue found for printer, looking on network...");
2400 * 'appleCopyNetwork()' - Get the network ID for the current location.
2403 static CFStringRef /* O - Network ID */
2407 CFStringRef key; /* Current network configuration key */
2408 CFDictionaryRef ip_dict; /* Network configuration data */
2409 CFStringRef network = NULL; /* Current network ID */
2425 if ((network = CFDictionaryGetValue(ip_dict,
2427 CFRetain(network);
2440 if (!network)
2447 if ((network = CFDictionaryGetValue(ip_dict,
2449 CFRetain(network);
2461 return (network);
2502 CFStringRef network, /* I - Network name */
2508 CFStringRef locnetwork, /* Current network */
2519 CFStringCompare(network, locnetwork, 0) == kCFCompareEqualTo &&
2689 AvahiProtocol protocol, /* I - Network protocol (unused) */
2720 * This object is new on the network.
3089 AvahiProtocol protocol, /* I - Network protocol (unused) */