Searched refs:cups_snmp_t (Results 1 – 3 of 3) sorted by relevance
/external/libcups/cups/ |
D | snmp-private.h | 97 } cups_snmp_t; typedef 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,
|
D | 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 */ in _cupsSNMPIsOID() 209 cups_snmp_t *packet, /* I - Response packet */ in _cupsSNMPIsOIDPrefixed() 342 cups_snmp_t * /* O - SNMP packet or @code NULL@ if none */ 344 cups_snmp_t *packet, /* I - SNMP packet buffer */ in _cupsSNMPRead() 559 cups_snmp_t packet; /* Current response packet */ in _cupsSNMPWalk() 648 cups_snmp_t packet; /* SNMP message packet */ in _cupsSNMPWrite() 929 cups_snmp_t *packet) /* I - SNMP packet */ in asn1_decode_snmp() [all …]
|
D | testsnmp.c | 27 static void print_packet(cups_snmp_t *packet, void *data); 123 print_packet(cups_snmp_t *packet, /* I - SNMP response packet */ in print_packet() 208 cups_snmp_t packet; /* SNMP packet */ in show_oid()
|