HomeSort by relevance Sort by last modified time
    Searched refs:_cupsSNMPDefaultCommunity (Results 1 - 3 of 3) sorted by null

  /external/libcups/cups/
snmp-private.h 112 extern const char *_cupsSNMPDefaultCommunity(void) _CUPS_API_1_4;
testsnmp.c 49 fputs("_cupsSNMPDefaultCommunity: ", stdout);
51 if ((community = _cupsSNMPDefaultCommunity()) == NULL)
snmp.c 109 * '_cupsSNMPDefaultCommunity()' - Get the default SNMP community name.
116 _cupsSNMPDefaultCommunity(void)
125 DEBUG_puts("4_cupsSNMPDefaultCommunity()");
146 DEBUG_printf(("5_cupsSNMPDefaultCommunity: Returning \"%s\"",
    [all...]

Completed in 47 milliseconds