Home | History | Annotate | Download | only in cups

Lines Matching full:snmp

2  * SNMP functions for CUPS.
21 #include "snmp-private.h"
70 * '_cupsSNMPClose()' - Close a SNMP socket.
74 _cupsSNMPClose(int fd) /* I - SNMP socket file descriptor */
109 * '_cupsSNMPDefaultCommunity()' - Get the default SNMP community name.
112 * snmp.conf file. If no community name is defined there, "public" is used.
118 cups_file_t *fp; /* snmp.conf file */
131 snprintf(line, sizeof(line), "%s/snmp.conf", cg->cups_serverroot);
154 * '_cupsSNMPIsOID()' - Test whether a SNMP response contains the specified OID.
201 * '_cupsSNMPIsOIDPrefixed()' - Test whether a SNMP response uses the specified
291 * '_cupsSNMPOpen()' - Open a SNMP socket.
294 int /* O - SNMP socket file descriptor */
297 int fd; /* SNMP socket file descriptor */
302 * Create the SNMP socket...
336 * '_cupsSNMPRead()' - Read and parse a SNMP response.
342 cups_snmp_t * /* O - SNMP packet or @code NULL@ if none */
343 _cupsSNMPRead(int fd, /* I - SNMP socket file descriptor */
344 cups_snmp_t *packet, /* I - SNMP packet buffer */
432 * Look for the response status code in the SNMP message header...
548 _cupsSNMPWalk(int fd, /* I - SNMP socket */
550 int version, /* I - SNMP version */
632 * '_cupsSNMPWrite()' - Send an SNMP query packet.
639 int fd, /* I - SNMP socket */
641 int version, /* I - SNMP version */
648 cups_snmp_t packet; /* SNMP message packet */
650 /* SNMP message buffer */
673 * Create the SNMP message...
923 * 'asn1_decode_snmp()' - Decode a SNMP packet.
929 cups_snmp_t *packet) /* I - SNMP packet */
956 snmp_set_error(packet, _("Bad SNMP version number"));
1081 * 'asn1_encode_snmp()' - Encode a SNMP packet.
1087 cups_snmp_t *packet) /* I - SNMP packet */