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

  /external/libcups/cups/
snmp-private.h 97 } cups_snmp_t; typedef in typeref:struct:cups_snmp_s
99 typedef void (*cups_snmp_cb_t)(cups_snmp_t *packet, void *data);
113 extern int _cupsSNMPIsOID(cups_snmp_t *packet, const int *oid)
115 extern int _cupsSNMPIsOIDPrefixed(cups_snmp_t *packet,
120 extern cups_snmp_t *_cupsSNMPRead(int fd, cups_snmp_t *packet,
testsnmp.c 27 static void print_packet(cups_snmp_t *packet, void *data);
123 print_packet(cups_snmp_t *packet, /* I - SNMP response packet */
208 cups_snmp_t packet; /* SNMP packet */
snmp.c 34 cups_snmp_t *packet);
36 cups_snmp_t *packet);
65 static void snmp_set_error(cups_snmp_t *packet,
160 _cupsSNMPIsOID(cups_snmp_t *packet, /* I - Response packet */
209 cups_snmp_t *packet, /* I - Response packet */
342 cups_snmp_t * /* O - SNMP packet or @code NULL@ if none */
344 cups_snmp_t *packet, /* I - SNMP packet buffer */
559 cups_snmp_t packet; /* Current response packet */
648 cups_snmp_t packet; /* SNMP message packet */
925 cups_snmp_t *packet) /* I - SNMP packet *
    [all...]

Completed in 539 milliseconds