home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / BASEman / root.14 / usr / lib / scohelp / en_US.ISO8859-1 / man / html.3snmp / man.3snmp.node next >
Text File  |  1998-08-19  |  5KB  |  99 lines

  1.  
  2. Intro.3snmp.html:
  3.     Title = Intro(3snmp)
  4.     Version = 1.0
  5.     Name = Intro - SNMP routines
  6.     IndexEntry = intro - SNMP routines
  7.  
  8. octetstring.3snmp.html:
  9.     Title = octetstring(3snmp)
  10.     Version = 1.0
  11.     Name = octetstring: free_octetstring, make_octet_from_hex, make_octetstring, make_octet_from_text, print_ascii, print_octet_string_out - operations on OctetStrings
  12.     SubName = free_octetstring - free all memory associated with OctetString
  13.     SubName = make_octet_from_hex - convert hex text string into library format OctetString
  14.     SubName = make_octetstring - produce library OctetString from input byte string and length
  15.     SubName = make_octet_from_text - create library format OctetString from text strings
  16.     SubName = print_ascii - print OctetString contents as ASCII string
  17.     SubName = print_octet_string_out - print OctetString contents in hex
  18.  
  19. oid.3snmp.html:
  20.     Title = oid(3snmp)
  21.     Version = 1.0
  22.     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
  23.     SubName = free_oid - free all memory associated with object identifier
  24.     SubName = make_oid - produce library object identifier
  25.     SubName = make_obj_id_from_hex - create library-format object identifier from hex string
  26.     SubName = make_dot_from_obj_id - convert library object identifier into dot notation string
  27.     SubName = make_obj_id_from_dot - create library object identifier from character string
  28.  
  29. smux_api.3snmp.html:
  30.     Title = smux_api(3snmp)
  31.     Version = 1.0
  32.     Name = smux_api: smux_close, smux_init, smux_register, smux_response, smux_simple_open, smux_trap, smux_wait, readobjects - SMUX API operations
  33.     SubName = smux_close - terminate SMUX association with local SNMP agent
  34.     SubName = smux_init - initiate TCP connection with local SNMP agent
  35.     SubName = smux_register - export MIB subtree to SNMP agent
  36.     SubName = smux_response - send response to local SNMP agent requests
  37.     SubName = smux_simple_open - initiate SMUX association with local SNMP agent
  38.     SubName = smux_trap - send trap to SNMP agent
  39.     SubName = smux_wait - fetch and decode SMUX PDU
  40.     SubName = readobjects - create tree of objects managed by SMUX peer
  41.  
  42. smux_pdu.3snmp.html:
  43.     Title = smux_pdu(3snmp)
  44.     Version = 1.0
  45.     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
  46.     SubName = decode_SMUX_PDU - parse SMUX PDUs into library format
  47.     SubName = encode_SMUX_PDU - create ASN.1 encoded SMUX PDU from SMUX PDU
  48.     SubName = free_SNMP_SMUX_pdu - free memory associated with PDU header data structure
  49.     SubName = free_SMUX_SimpleOpen - free memory associated with PDU header data structure
  50.     SubName = free_SMUX_ClosePDU - free memory associated with PDU header data structure
  51.     SubName = free_SMUX_RReqPDU - free memory associated with PDU header data structure
  52.     SubName = free_SMUX_RRspPDU - free memory associated with PDU header data structure
  53.     SubName = free_SMUX_GetPDU - free memory associated with PDU header data structure
  54.     SubName = free_SMUX_SOutPDU - free memory associated with PDU header data structure
  55.     SubName = free_SMUX_TrapPDU - free memory associated with PDU header data structure
  56.  
  57. smux_util.3snmp.html:
  58.     Title = smux_util(3snmp)
  59.     Version = 1.0
  60.     Name = smux_util - SMUX library utilities
  61.  
  62. snmp_authentication.3snmp.html:
  63.     Title = snmp_authentication(3snmp)
  64.     Version = 1.0
  65.     Name = snmp_authentication: build_authentication, free_authentication, make_authentication, parse_authentication, print_packet_out - SNMP authentication operations
  66.     SubName = build_authentication - build SNMP authentication packet
  67.     SubName = free_authentication - frees authentication header data structure memory
  68.     SubName = make_authentication - create library format authentication header data structure
  69.     SubName = parse_authentication - use SNMP packet to create library format authentication header data structure
  70.     SubName = print_packet_out - prints out the contents of a buffer
  71.  
  72. snmpio_api.3snmp.html:
  73.     Title = snmpio_api(3snmp)
  74.     Version = 1.0
  75.     Name = snmpio_api: initialize_io, send_request, get_response, close_up, make_req_id - SNMP management routines
  76.     SubName = initialize_io - open UDP end-point
  77.     SubName = send_request - send SNMP request to agent
  78.     SubName = get_response - receive incoming SNMP messages
  79.     SubName = close_up - close UDP end-point
  80.     SubName = make_req_id - generate positive number using current time of day
  81.  
  82. snmp_pdu.3snmp.html:
  83.     Title = snmp_pdu(3snmp)
  84.     Version = 1.0
  85.     Name = snmp_pdu: build_pdu, free_pdu, make_pdu, parse_pdu - operations on SNMP PDUs
  86.     SubName = build_pdu - create an SNMP PDU
  87.     SubName = free_pdu - free PDU header data structure memory
  88.     SubName = make_pdu - create initial header block for SNMP ASN.1 data structure
  89.     SubName = parse_pdu - parses PDU information into correct library format
  90.  
  91. varbind.3snmp.html:
  92.     Title = varbind(3snmp)
  93.     Version = 1.0
  94.     Name = varbind: free_varbind_list, link_varbind, make_varbind, print_varbind_list - operations on variable bindings
  95.     SubName = free_varbind_list - free  memory associated with variable bindings
  96.     SubName = link_varbind - adding VarBindList entry to PDU
  97.     SubName = make_varbind - create VarBindList entry for chaining to PDU
  98.     SubName = print_varbind_list - print contents of VarBindList list
  99.