home *** CD-ROM | disk | FTP | other *** search
-
- Intro.3snmp.html:
- Title = Intro(3snmp)
- Version = 1.0
- Name = Intro - SNMP routines
- IndexEntry = intro - SNMP routines
-
- octetstring.3snmp.html:
- Title = octetstring(3snmp)
- Version = 1.0
- Name = octetstring: free_octetstring, make_octet_from_hex, make_octetstring, make_octet_from_text, print_ascii, print_octet_string_out - operations on OctetStrings
- SubName = free_octetstring - free all memory associated with OctetString
- SubName = make_octet_from_hex - convert hex text string into library format OctetString
- SubName = make_octetstring - produce library OctetString from input byte string and length
- SubName = make_octet_from_text - create library format OctetString from text strings
- SubName = print_ascii - print OctetString contents as ASCII string
- SubName = print_octet_string_out - print OctetString contents in hex
-
- oid.3snmp.html:
- Title = oid(3snmp)
- Version = 1.0
- Name = oid: free_oid, make_oid, make_obj_id_from_hex, make_dot_from_obj_id, make_obj_id_from_dot - operations on object Identifiers
- SubName = free_oid - free all memory associated with object identifier
- SubName = make_oid - produce library object identifier
- SubName = make_obj_id_from_hex - create library-format object identifier from hex string
- SubName = make_dot_from_obj_id - convert library object identifier into dot notation string
- SubName = make_obj_id_from_dot - create library object identifier from character string
-
- smux_api.3snmp.html:
- Title = smux_api(3snmp)
- Version = 1.0
- Name = smux_api: smux_close, smux_init, smux_register, smux_response, smux_simple_open, smux_trap, smux_wait, readobjects - SMUX API operations
- SubName = smux_close - terminate SMUX association with local SNMP agent
- SubName = smux_init - initiate TCP connection with local SNMP agent
- SubName = smux_register - export MIB subtree to SNMP agent
- SubName = smux_response - send response to local SNMP agent requests
- SubName = smux_simple_open - initiate SMUX association with local SNMP agent
- SubName = smux_trap - send trap to SNMP agent
- SubName = smux_wait - fetch and decode SMUX PDU
- SubName = readobjects - create tree of objects managed by SMUX peer
-
- smux_pdu.3snmp.html:
- Title = smux_pdu(3snmp)
- Version = 1.0
- Name = smux_pdu: decode_SMUX_PDU, encode_SMUX_PDU, free_SNMP_SMUX_pdu, free_SMUX_SimpleOpen, free_SMUX_ClosePDU, free_SMUX_RReqPDU, free_SMUX_RRspPDU, free_SMUX_GetPDU, free_SMUX_SOutPDU, free_SMUX_TrapPDU - operations on SMUX PDUs
- SubName = decode_SMUX_PDU - parse SMUX PDUs into library format
- SubName = encode_SMUX_PDU - create ASN.1 encoded SMUX PDU from SMUX PDU
- SubName = free_SNMP_SMUX_pdu - free memory associated with PDU header data structure
- SubName = free_SMUX_SimpleOpen - free memory associated with PDU header data structure
- SubName = free_SMUX_ClosePDU - free memory associated with PDU header data structure
- SubName = free_SMUX_RReqPDU - free memory associated with PDU header data structure
- SubName = free_SMUX_RRspPDU - free memory associated with PDU header data structure
- SubName = free_SMUX_GetPDU - free memory associated with PDU header data structure
- SubName = free_SMUX_SOutPDU - free memory associated with PDU header data structure
- SubName = free_SMUX_TrapPDU - free memory associated with PDU header data structure
-
- smux_util.3snmp.html:
- Title = smux_util(3snmp)
- Version = 1.0
- Name = smux_util - SMUX library utilities
-
- snmp_authentication.3snmp.html:
- Title = snmp_authentication(3snmp)
- Version = 1.0
- Name = snmp_authentication: build_authentication, free_authentication, make_authentication, parse_authentication, print_packet_out - SNMP authentication operations
- SubName = build_authentication - build SNMP authentication packet
- SubName = free_authentication - frees authentication header data structure memory
- SubName = make_authentication - create library format authentication header data structure
- SubName = parse_authentication - use SNMP packet to create library format authentication header data structure
- SubName = print_packet_out - prints out the contents of a buffer
-
- snmpio_api.3snmp.html:
- Title = snmpio_api(3snmp)
- Version = 1.0
- Name = snmpio_api: initialize_io, send_request, get_response, close_up, make_req_id - SNMP management routines
- SubName = initialize_io - open UDP end-point
- SubName = send_request - send SNMP request to agent
- SubName = get_response - receive incoming SNMP messages
- SubName = close_up - close UDP end-point
- SubName = make_req_id - generate positive number using current time of day
-
- snmp_pdu.3snmp.html:
- Title = snmp_pdu(3snmp)
- Version = 1.0
- Name = snmp_pdu: build_pdu, free_pdu, make_pdu, parse_pdu - operations on SNMP PDUs
- SubName = build_pdu - create an SNMP PDU
- SubName = free_pdu - free PDU header data structure memory
- SubName = make_pdu - create initial header block for SNMP ASN.1 data structure
- SubName = parse_pdu - parses PDU information into correct library format
-
- varbind.3snmp.html:
- Title = varbind(3snmp)
- Version = 1.0
- Name = varbind: free_varbind_list, link_varbind, make_varbind, print_varbind_list - operations on variable bindings
- SubName = free_varbind_list - free memory associated with variable bindings
- SubName = link_varbind - adding VarBindList entry to PDU
- SubName = make_varbind - create VarBindList entry for chaining to PDU
- SubName = print_varbind_list - print contents of VarBindList list
-