(OBSOLETED) (OBSOLETED) (1/1x) - Prints a tgif object file without opening windows or fonts. (Paranoia cdparanoia (1) - an audio CD reading utility which includes extra data verification features . bash (1) - bash built-in commands, see bash(1) .TH .TH "local - 11/22/94" lcc \- local ANSI C compiler .ldaprc ldap.conf (5) - ldap configuration file /afs/sipb/project/outland/share/snmp/snmpd.conf /afs/sipb/project/outland/share/snmp/snmpd.conf (5) - configuration file for the Net-SNMP SNMP agent. /afs/sipb/project/outland/share/snmp/snmptrapd.conf /afs/sipb/project/outland/share/snmp/snmptrapd.conf (5) - configuration file for the Net-SNMP trap daemon. 1 .TH "local - 11/22/94" lcc \- local ANSI C compiler 3.5 glimpse (1) - search quickly through entire file systems 3.5 glimpseindex (1) - index whole file systems to be searched by glimpse 9menu 9menu (1) - create a menu to run commands : bash (1) - bash built-in commands, see bash(1) API API functions - "Modules" +1c -1c "Sending events" -1c "Loading plugins" -1c "Autoplay support" -1c "Browsing support" -1c "Audio." -1c "Engine management" -1c "Init functions" -1c "Video." -1c "Version functions" -1c "Version constants" -1c "Player status constants" -1c "Defines" +1c -1c "#define XINE_IMGFMT_YV12 0x32315659" -1c "#define XINE_IMGFMT_YUY2 (('2'<<24)|('Y'<<16)|('U'<<8)|'Y')" -1c "#define XINE_ASPECT_RATIO_SQUARE 1" -1c "#define XINE_ASPECT_RATIO_4_3 2" -1c "#define XINE_ASPECT_RATIO_ANAMORPHIC 3" -1c "#define XINE_ASPECT_RATIO_211_1 4" -1c "#define XINE_ASPECT_RATIO_DONT_TOUCH 42" -1c "Functions" +1c -1c "int xine_get_current_frame (xine_t *self, int *width, int *height, int *ratio_code, int *format, uint8_t **y, uint8_t **u, uint8_t **v)" "Snapshot function." (3) -1c Agent Agent API - The basic theory goes something like this: In the past, with the original mib module api (which derived from the original CMU SNMP code) the underlying mib modules were passed very little information (only the truly most basic information about a request). More... "Modules" +1c -1c "watcher: watch a specified variable and process" "it as an instance or scalar object." +1c -1c "table: Helps you implement a table." "This handler helps you implement a table by doing some of the processing for you." +1c -1c "set_data: helps storing and retriving of data during set transactions" "The set_data helper." +1c -1c "serialize: Calls sub handlers one request at a time." "This functionally passes in one request at a time into lower handlers rather than a whole bunch of requests at once." +1c -1c "scalar: process scalars easily." -1c "read_only: make your handler read_only automatically" "The only purpose of this handler is to return an appropriate error for any requests passed to it in a SET mode." +1c -1c "old_api: Calls mib module code written in the old style of code." "This is a backwards compatilibity module that allows code written in the old API to be run under the new handler based architecture." +1c -1c "multiplexer: splits mode requests into calls to different handlers." "The multiplexer helper lets you split the calling chain depending on the calling mode (get vs getnext vs set)." +1c -1c "instance: process scalars and other instances easily." -1c "debug: print out debugging information about the handler chain being called." "This is a useful module for run-time debugging of requests as the pass this handler in a calling chain." +1c -1c "bulk_to_next: convert GETBULK requests into GETNEXT requests for the handler." "The only purpose of this handler is to convert a GETBULK request to a GETNEXT request." -1c "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_create_handler (const char *name, Netsnmp_Node_Handler *handler_access_method)" "creates a netsnmp_mib_handler structure given a name and a access method." -1c "netsnmp_handler_registration * netsnmp_create_handler_registration (const char *name, Netsnmp_Node_Handler *handler_access_method, oid *reg_oid, size_t reg_oid_len, int modes)" "creates a handler registration structure given a name, a access_method function, a registration location oid and the modes the handler supports." -1c "int netsnmp_register_handler (netsnmp_handler_registration *reginfo)" "register a handler, as defined by the netsnmp_handler_registration pointer." -1c "int netsnmp_register_handler_nocallback (netsnmp_handler_registration *reginfo)" "register a handler, as defined by the netsnmp_handler_registration pointer." -1c "int netsnmp_inject_handler (netsnmp_handler_registration *reginfo, netsnmp_mib_handler *handler)" "inject a new handler into the calling chain of the handlers definedy by the netsnmp_handler_registration pointer." -1c "int netsnmp_call_handlers (netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "int netsnmp_call_handler (netsnmp_mib_handler *next_handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "calls a handler with with appropriate NULL checking of arguments, etc." -1c "int netsnmp_call_next_handler (netsnmp_mib_handler *current, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "calls the next handler in the chain after the current one with with appropriate NULL checking, etc." -1c "int netsnmp_call_next_handler_one_request (netsnmp_mib_handler *current, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "calls the next handler in the chain after the current one with with appropriate NULL checking, etc." -1c "void netsnmp_handler_free (netsnmp_mib_handler *handler)" "free's the resourceses associated with a given handler." -1c "netsnmp_mib_handler * netsnmp_handler_dup (netsnmp_mib_handler *handler)" "dulpicates a handler." -1c "void netsnmp_handler_registration_free (netsnmp_handler_registration *reginfo)" "free the resources associated with a handler registration object." -1c "netsnmp_handler_registration * netsnmp_handler_registration_dup (netsnmp_handler_registration *reginfo)" "duplicates the handler registration object." -1c "netsnmp_delegated_cache * netsnmp_create_delegated_cache (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests, void *localinfo)" "creates a cache of information which can be saved for future reference." -1c "netsnmp_delegated_cache * netsnmp_handler_check_cache (netsnmp_delegated_cache *dcache)" "check's a given cache and returns it if it is still valid (ie, the agent still considers it to be an outstanding request." -1c "void netsnmp_free_delegated_cache (netsnmp_delegated_cache *dcache)" "frees a cache once you're finished using it." -1c "void netsnmp_handler_mark_requests_as_delegated (netsnmp_request_info *requests, int isdelegated)" "marks a list of requests as delegated (or not if isdelegaded = 0)." -1c "void netsnmp_request_add_list_data (netsnmp_request_info *request, netsnmp_data_list *node)" "add data to a request that can be extracted later by submodules." -1c "void * netsnmp_request_get_list_data (netsnmp_request_info *request, const char *name)" "extract data from a request that was added previously by a parent module." -1c "void netsnmp_free_request_data_set (netsnmp_request_info *request)" "Free the extra data stored in a request." -1c "void netsnmp_free_request_data_sets (netsnmp_request_info *request)" "Free the extra data stored in a bunch of requests (all data in the chain)." -1c "netsnmp_mib_handler * netsnmp_find_handler_by_name (netsnmp_handler_registration *reginfo, const char *name)" "Returns a handler from a chain based on the name." -1c "void * netsnmp_find_handler_data_by_name (netsnmp_handler_registration *reginfo, const char *name)" "Returns a handler's void * pointer from a chain based on the name." -1c "netsnmp_mib_handler * clone_handler (netsnmp_mib_handler *it)" "clones a mib handler (it's name and access methods onlys; not myvoid)." -1c "void netsnmp_register_handler_by_name (const char *name, netsnmp_mib_handler *handler)" "registers a given handler by name so that it can be found easily later." -1c "void netsnmp_inject_handler_into_subtree (netsnmp_subtree *tp, const char *name, netsnmp_mib_handler *handler)" -1c "void parse_injectHandler_conf (const char *token, char *cptr)" -1c "void netsnmp_init_handler_conf (void)" (3) -1c Autoplay Autoplay support - "Functions" +1c -1c "char** xine_get_autoplay_input_plugin_ids (xine_t *self)" "Request playlist from plugin." -1c "char** xine_get_autoplay_mrls (xine_t *self, char *plugin_id, int *num_mrls)" "Request MRL list from plugin." (3) -1c Browsing Browsing support - "Modules" +1c -1c "Types of available mrls" -1c "Data Structures" +1c -1c "struct mrl_t" -1c "struct mrl_t" -1c "Defines" +1c -1c "#define MRL_ZERO(m)" -1c "#define MRL_DUPLICATE(s, d)" -1c "#define MRLS_DUPLICATE(s, d)" -1c "Functions" +1c -1c "char** xine_get_browsable_input_plugin_ids (xine_t *self)" "Request list of browsable featured plugins." -1c "mrl_t** xine_get_browse_mrls (xine_t *self, char *plugin_id, char *start_mrl, int *num_mrls)" "Request available MRLs from plugins." (3) -1c Build Build informations - "Defines" +1c -1c "#define XINE_BUILD_CC 'gcc version 2.95.3 20010315 (release)'" -1c "#define XINE_BUILD_OS 'Linux 2.4.9 i686'" -1c "#define XINE_BUILD_DATE 'Mon 15 Oct 2001 00:22:19'" (3) -1c Calls old_api code. - This is a backwards compatilibity module that allows code written in the old API to be run under the new handler based architecture. More... "Functions" +1c -1c "netsnmp_mib_handler * get_old_api_handler (void)" "returns a old_api handler that should be the final calling handler." -1c "int netsnmp_register_old_api (const char *moduleName, struct variable *var, size_t varsize, size_t numvars, oid *mibloc, size_t mibloclen, int priority, int range_subid, oid range_ubound, netsnmp_session *ss, const char *context, int timeout, int flags)" "Registers an old API set into the mib tree." -1c "int netsnmp_register_mib_table_row (const char *moduleName, struct variable *var, size_t varsize, size_t numvars, oid *mibloc, size_t mibloclen, int priority, int var_subid, netsnmp_session *ss, const char *context, int timeout, int flags)" "registers a row within a mib table." -1c "int netsnmp_old_api_helper (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "implements the old_api handler." (3) -1c Calls serialize time. - This functionally passes in one request at a time into lower handlers rather than a whole bunch of requests at once. More... "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_serialize_handler (void)" "returns a serialize handler that can be injected into a given handler chain." -1c "int netsnmp_register_serialize (netsnmp_handler_registration *reginfo)" "functionally the same as calling netsnmp_register_handler() but also injects a serialize handler at the same time for you." -1c "int netsnmp_serialize_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "Implements the serial handler." -1c "void netsnmp_init_serialize (void)" "initializes the serialize helper which then registers a serialize handler as a run-time injectable handler for configuration file use." (3) -1c CancelSubscriptions Zephyr (3) - Perl extension for interfacing to Zephyr Cdt Cdt (3) - container data types CheckIfNotice Zephyr (3) - Perl extension for interfacing to Zephyr ClosePort Zephyr (3) - Perl extension for interfacing to Zephyr ComErr ComErr (3) - Perl extension for accessing the com_err error_message() function CompareUID Zephyr (3) - Perl extension for interfacing to Zephyr Configuration Configuration type. - "Data Structures" +1c -1c "struct ao_driver_t" -1c "struct cfg_data_t" -1c "struct config_values_s" -1c "struct config_values_s" -1c "struct config_values_t" "Data type of structure config_values_s." -1c "struct xine_t" -1c "Typedefs" +1c -1c "typedef void xine_t" -1c "typedef void ao_driver_t" -1c "typedef void cfg_data_t" -1c "typedef struct config_values_s config_values_t" (3) -1c Constants Constants functions. - "Defines" +1c -1c "#define AO_PROP_MIXER_VOL 0" -1c "#define AO_PROP_PCM_VOL 1" -1c "#define AO_PROP_MUTE_VOL 2" -1c "Functions" +1c -1c "int xine_get_audio_property (xine_t *self, int property)" "Get audio driver property." -1c "int xine_set_audio_property (xine_t *self, int property, int value)" "Set audio driver property value." (3) -1c Constants Constants functions. - "Defines" +1c -1c "#define VO_PROP_INTERLACED 0" -1c "#define VO_PROP_ASPECT_RATIO 1" -1c "#define VO_PROP_HUE 2" -1c "#define VO_PROP_SATURATION 3" -1c "#define VO_PROP_CONTRAST 4" -1c "#define VO_PROP_BRIGHTNESS 5" -1c "#define VO_PROP_COLORKEY 6" -1c "#define VO_PROP_SOFT_DEINTERLACE 7" -1c "#define VO_NUM_PROPERTIES 8" (3) -1c Engine Engine management - "Defines" +1c -1c "#define SPEED_PAUSE 0" -1c "#define SPEED_SLOW_4 1" -1c "#define SPEED_SLOW_2 2" -1c "#define SPEED_NORMAL 4" -1c "#define SPEED_FAST_2 8" -1c "#define SPEED_FAST_4 16" -1c "Functions" +1c -1c "void xine_play (xine_t *self, char *MRL, int start_pos, int start_time)" "Start to play a stream." -1c "void xine_set_speed (xine_t *self, int speed)" "Set playback speed." -1c "int xine_get_speed (xine_t *self)" "Get the playback speed." -1c "void xine_set_av_offset (xine_t *self, int offset_pts)" "Set audio/video sync." -1c "int xine_get_av_offset (xine_t *self)" "Get audio/video sync." -1c "void xine_stop (xine_t *self)" "Stop playing." -1c "int xine_eject (xine_t *self)" "Eject media." -1c "int xine_get_status (xine_t *self)" "Get current xine status." -1c "int xine_get_current_position (xine_t *self)" "Get current position." -1c "int xine_get_current_time (xine_t *self)" "get current pos in seconds." -1c "int xine_get_stream_length (xine_t *self)" "estimate length of input stream in seconds." -1c "int xine_get_audio_channel (xine_t *self)" "Get current audio channel." -1c "void xine_select_audio_channel (xine_t *self, int channel)" "Set audio channel." -1c "int xine_get_spu_channel (xine_t *self)" "Get current sub-title channel." -1c "void xine_select_spu_channel (xine_t *self, int channel)" "Set sub-title channel." (3) -1c FlushMyLocations Zephyr (3) - Perl extension for interfacing to Zephyr GETBULK bulk_to_next handler. - The only purpose of this handler is to convert a GETBULK request to a GETNEXT request. More... "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_bulk_to_next_handler (void)" "returns a bulk_to_next handler that can be injected into a given handler chain." -1c "void netsnmp_bulk_to_next_fix_requests (netsnmp_request_info *requests)" "takes answered requests and decrements the repeat count and updates the requests to the next to-do varbind in the list." -1c "int netsnmp_bulk_to_next_helper (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "void netsnmp_init_bulk_to_next_helper (void)" "initializes the bulk_to_next helper which then registers a bulk_to_next handler as a run-time injectable handler for configuration file use." (3) -1c GETNEXT bulk_to_next handler. - The only purpose of this handler is to convert a GETBULK request to a GETNEXT request. More... "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_bulk_to_next_handler (void)" "returns a bulk_to_next handler that can be injected into a given handler chain." -1c "void netsnmp_bulk_to_next_fix_requests (netsnmp_request_info *requests)" "takes answered requests and decrements the repeat count and updates the requests to the next to-do varbind in the list." -1c "int netsnmp_bulk_to_next_helper (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "void netsnmp_init_bulk_to_next_helper (void)" "initializes the bulk_to_next helper which then registers a bulk_to_next handler as a run-time injectable handler for configuration file use." (3) -1c GNOMEXMMS GNOMEXMMS (1) - a XMMS control applet. GetDefaultSubscriptions Zephyr (3) - Perl extension for interfacing to Zephyr GetDestAddr Zephyr (3) - Perl extension for interfacing to Zephyr GetFD Zephyr (3) - Perl extension for interfacing to Zephyr GetRealm Zephyr (3) - Perl extension for interfacing to Zephyr GetSender Zephyr (3) - Perl extension for interfacing to Zephyr GetSubscriptions Zephyr (3) - Perl extension for interfacing to Zephyr GetVariable Zephyr (3) - Perl extension for interfacing to Zephyr GetWGPort Zephyr (3) - Perl extension for interfacing to Zephyr Helps table table. - This handler helps you implement a table by doing some of the processing for you. More... "Modules" +1c -1c "table_iterator: The table iterator helper is designed to simplify the task of writing a table handler for the net-snmp agent when the data being accessed is not in an oid sorted form and must be accessed externally." "Functionally, it is a specialized version of the more generic table helper but easies the burden of GETNEXT processing by manually looping through all the data indexes retrieved through function calls which should be supplied by the module that wishes help." +1c -1c "table_data: Helps you implement a table with datamatted storage." "This helper helps you implement a table where all the indexes are expected to be stored within the agent itself and not in some external storage location." +1c -1c "table_array: Helps you implement a table when data can be stored locally. The data is stored in a sorted array, using a binary search for lookups." "The table_array handler is used (automatically) in conjuntion with the table handler." -1c "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_table_handler (netsnmp_table_registration_info *tabreq)" "Given a netsnmp_table_registration_info object, creates a table handler." -1c "int netsnmp_register_table (netsnmp_handler_registration *reginfo, netsnmp_table_registration_info *tabreq)" "creates a table handler given the netsnmp_table_registration_info object, inserts it into the request chain and then calls netsnmp_register_handler() to register the table into the agent." -1c "netsnmp_table_request_info * netsnmp_extract_table_info (netsnmp_request_info *request)" "extracts the processed table information from a given request." -1c "netsnmp_table_registration_info * netsnmp_find_table_registration_info (netsnmp_handler_registration *reginfo)" "extracts the registered netsnmp_table_registration_info object from a netsnmp_handler_registration object." -1c "int table_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "implements the table helper handler." -1c "int netsnmp_table_build_result (netsnmp_handler_registration *reginfo, netsnmp_request_info *reqinfo, netsnmp_table_request_info *table_info, u_char type, u_char *result, size_t result_len)" "Builds the result to be returned to the agent given the table information." -1c "int netsnmp_table_build_oid (netsnmp_handler_registration *reginfo, netsnmp_request_info *reqinfo, netsnmp_table_request_info *table_info)" "given a registration info object, a request object and the table info object it builds the request->requestvb->name oid from the index values and column information found in the table_info object." -1c "int netsnmp_table_build_oid_from_index (netsnmp_handler_registration *reginfo, netsnmp_request_info *reqinfo, netsnmp_table_request_info *table_info)" "Builds an oid from index information." -1c "int netsnmp_update_variable_list_from_index (netsnmp_table_request_info *tri)" "parses an OID into table indexses." -1c "int netsnmp_update_indexes_from_variable_list (netsnmp_table_request_info *tri)" "builds an oid given a set of indexes." -1c "int netsnmp_check_getnext_reply (netsnmp_request_info *request, oid *prefix, size_t prefix_len, netsnmp_variable_list *newvar, netsnmp_variable_list **outvar)" "checks the original request against the current data being passed in if its greater than the request oid but less than the current valid return, set the current valid return to the new value." (3) -1c Helps table_array lookups. - The table_array handler is used (automatically) in conjuntion with the table handler. More... "Functions" +1c -1c "int netsnmp_table_container_register (netsnmp_handler_registration *reginfo, netsnmp_table_registration_info *tabreg, netsnmp_table_array_callbacks *cb, netsnmp_container *container, int group_rows)" "register specified callbacks for the specified table/oid." -1c "netsnmp_mib_handler * netsnmp_find_table_array_handler (netsnmp_handler_registration *reginfo)" "find the handler for the table_array helper." -1c "netsnmp_container * netsnmp_extract_array_context (netsnmp_request_info *request)" "find the context data used by the table_array helper." -1c "int netsnmp_table_array_check_row_status (netsnmp_table_array_callbacks *cb, netsnmp_request_group *ag, long *rs_new, long *rs_old)" "this function is called to validate RowStatus transitions." (3) -1c Helps table_data storage. - This helper helps you implement a table where all the indexes are expected to be stored within the agent itself and not in some external storage location. More... "Modules" +1c -1c "table_dataset: Helps you implement a table with automatted storage." "This handler helps you implement a table where all the data is expected to be stored within the agent itself and not in some external storage location." -1c "Functions" +1c -1c "void netsnmp_table_data_generate_index_oid (netsnmp_table_row *row)" "generates the index portion of an table oid from a varlist." -1c "int netsnmp_table_data_add_row (netsnmp_table_data *table, netsnmp_table_row *row)" "Adds a row of data to a given table (stored in proper lexographical order)." -1c "netsnmp_table_row * netsnmp_table_data_remove_row (netsnmp_table_data *table, netsnmp_table_row *row)" "removes a row of data to a given table and returns it (no free's called)." -1c "void * netsnmp_table_data_delete_row (netsnmp_table_row *row)" "deletes a row's memory." -1c "void * netsnmp_table_data_remove_and_delete_row (netsnmp_table_data *table, netsnmp_table_row *row)" "removes and frees a row of data to a given table and returns the void *." -1c "void netsnmp_table_data_replace_row (netsnmp_table_data *table, netsnmp_table_row *origrow, netsnmp_table_row *newrow)" "swaps out origrow with newrow." -1c "netsnmp_table_row * netsnmp_table_data_get (netsnmp_table_data *table, netsnmp_variable_list *indexes)" "finds the data in 'datalist' stored at 'indexes'." -1c "netsnmp_table_row * netsnmp_table_data_get_from_oid (netsnmp_table_data *table, oid *searchfor, size_t searchfor_len)" "finds the data in 'datalist' stored at the searchfor oid." -1c "netsnmp_mib_handler * netsnmp_get_table_data_handler (netsnmp_table_data *table)" "Creates a table_data handler and returns it." -1c "int netsnmp_register_table_data (netsnmp_handler_registration *reginfo, netsnmp_table_data *table, netsnmp_table_registration_info *table_info)" "registers a handler as a data table." -1c "int netsnmp_register_read_only_table_data (netsnmp_handler_registration *reginfo, netsnmp_table_data *table, netsnmp_table_registration_info *table_info)" "registers a handler as a read-only data table If table_info != NULL, it registers it as a normal table too." -1c "int netsnmp_table_data_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "The helper handler that takes care of passing a specific row of data down to the lower handler(s)." -1c "netsnmp_table_data * netsnmp_create_table_data (const char *name)" "creates and returns a pointer to table data set." -1c "netsnmp_table_row * netsnmp_create_table_data_row (void)" "creates and returns a pointer to table data set." -1c "netsnmp_table_row * netsnmp_extract_table_row (netsnmp_request_info *request)" "extracts the row being accessed passed from the table_data helper." -1c "void * netsnmp_extract_table_row_data (netsnmp_request_info *request)" "extracts the data from the row being accessed passed from the table_data helper." -1c "int netsnmp_table_data_build_result (netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *request, netsnmp_table_row *row, int column, u_char type, u_char *result_data, size_t result_data_len)" "builds a result given a row, a varbind to set and the data." -1c "netsnmp_table_row * netsnmp_table_data_clone_row (netsnmp_table_row *row)" "clones a data row." (3) -1c Helps table_dataset storage. - This handler helps you implement a table where all the data is expected to be stored within the agent itself and not in some external storage location. More... "Functions" +1c -1c "netsnmp_table_data_set * netsnmp_create_table_data_set (const char *table_name)" "Create a netsnmp_table_data_set structure given a table_data definition." -1c "netsnmp_mib_handler * netsnmp_get_table_data_set_handler (netsnmp_table_data_set *data_set)" "Given a netsnmp_table_data_set definition, create a handler for it." -1c "int netsnmp_register_table_data_set (netsnmp_handler_registration *reginfo, netsnmp_table_data_set *data_set, netsnmp_table_registration_info *table_info)" "register a given data_set at a given oid (specified in the netsnmp_handler_registration pointer)." -1c "netsnmp_table_data_set_storage * netsnmp_table_data_set_find_column (netsnmp_table_data_set_storage *start, unsigned int column)" "Finds a column within a given storage set, given the pointer to the start of the storage set list." -1c "netsnmp_table_data_set_storage * netsnmp_extract_table_data_set_column (netsnmp_request_info *request, unsigned int column)" "extracts a netsnmp_table_data_set pointer from a given request." -1c "netsnmp_table_data_set * netsnmp_extract_table_data_set (netsnmp_request_info *request)" "extracts a netsnmp_table_data_set pointer from a given request." -1c "int netsnmp_mark_row_column_writable (netsnmp_table_row *row, int column, int writable)" "marks a given column in a row as writable or not." -1c "int netsnmp_set_row_column (netsnmp_table_row *row, unsigned int column, int type, const char *value, size_t value_len)" "sets a given column in a row with data given a type, value, and length." -1c "int netsnmp_table_set_add_default_row (netsnmp_table_data_set *table_set, unsigned int column, int type, int writable, void *default_value, size_t default_value_len)" "adds a new default row to a table_set." -1c "netsnmp_table_row * netsnmp_table_data_set_clone_row (netsnmp_table_row *row)" "clones a dataset row, including all data." -1c "netsnmp_table_row * netsnmp_table_data_set_create_row_from_defaults (netsnmp_table_data_set_storage *defrow)" "creates a new row from an existing defined default set." -1c "int netsnmp_table_data_set_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "implements the table data helper." -1c "void netsnmp_register_auto_data_table (netsnmp_table_data_set *table_set, char *registration_name)" "registers a table_dataset so that the 'add_row' snmpd.conf token can be used to add data to this table." -1c "void netsnmp_config_parse_table_set (const char *token, char *line)" -1c "void netsnmp_config_parse_add_row (const char *token, char *line)" -1c "void netsnmp_table_dataset_add_index (netsnmp_table_data_set *table, u_char type)" "adds an index to the table." -1c "void netsnmp_table_dataset_add_row (netsnmp_table_data_set *table, netsnmp_table_row *row)" "adds a new row to a dataset table." -1c "void netsnmp_table_dataset_replace_row (netsnmp_table_data_set *table, netsnmp_table_row *origrow, netsnmp_table_row *newrow)" "adds a new row to a dataset table." -1c "netsnmp_table_data_set_storage * netsnmp_table_dataset_delete_data (netsnmp_table_data_set_storage *data)" "deletes a single dataset table data." -1c "void netsnmp_table_dataset_delete_all_data (netsnmp_table_data_set_storage *data)" "deletes all the data from this node and beyond in the linked list." -1c "void netsnmp_table_dataset_delete_row (netsnmp_table_row *row)" "deletes all the data from this node and beyond in the linked list." -1c "void netsnmp_table_dataset_remove_row (netsnmp_table_data_set *table, netsnmp_table_row *row)" "removes a row from the table, but doesn't delete/free anything." -1c "void netsnmp_table_dataset_remove_and_delete_row (netsnmp_table_data_set *table, netsnmp_table_row *row)" "removes a row from the table and then deletes it (and all it's data)." -1c "void netsnmp_table_set_multi_add_default_row (va_dcl) va_dcl" "adds multiple data column definitions to each row." (3) -1c III) cdparanoia (1) - an audio CD reading utility which includes extra data verification features IfNotice Zephyr (3) - Perl extension for interfacing to Zephyr Init Init functions - "Modules" +1c -1c "Possible demuxer guessing strategy." -1c "UI communication callbacks." -1c "Configuration structure type." -1c "Functions" +1c -1c "config_values_t* config_file_init (char *filename)" "Configuration file initialisation." -1c "xine_t* xine_init (vo_driver_t *vo, ao_driver_t *ao, config_values_t *config, gui_stream_end_cb_t stream_end_cb, gui_get_next_mrl_cb_t get_next_mrl_cb, gui_branched_cb_t branched_cb)" "Initialisation of xine." -1c "void xine_exit (xine_t *self)" "De-initialisation of xine." (3) -1c InitLocationInfo Zephyr (3) - Perl extension for interfacing to Zephyr Kaleidescope Kaleidescope (1) - rotating line segments LCC .TH "local - 11/22/94" lcc \- local ANSI C compiler LaCheck LaCheck (1) - A consistency checker for LaTeX documents. Laura's Laura's (6) - The ass of Laura A. Boylan (laura47) Loading Loading plugins - "Modules" +1c -1c "Valid visual types" -1c "Defines" +1c -1c "#define XINE_PLUGINDIR '/usr/local/lib/xine/plugins'" -1c "Functions" +1c -1c "char** xine_list_video_output_plugins (int visual_type)" "list available video output plugins." -1c "vo_driver_t* xine_load_video_output_plugin (config_values_t *config, char *id, int visual_type, void *visual)" "load a specific video output plugin." -1c "char** xine_list_audio_output_plugins (void)" "generate a list of all available audio output plugins." -1c "ao_driver_t* xine_load_audio_output_plugin (config_values_t *config, char *id)" "load a specific audio output plugin." (3) -1c LocateUser Zephyr (3) - Perl extension for interfacing to Zephyr Mail Mail (3) - Base class for manipulation of mail header fields Mail Mail (3) - Filter mail through multiple subroutines Mail Mail (3) - Parse mail addresses Mail Mail (3) - Parse mailcap files Mail Mail (3) - Simple electronic mail interface Mail Mail (3) - Simple interface to electronic mailing mechanisms Mail Mail (3) - mail utility functions Mail Mail (3) - manipulate Internet format (RFC 822) mail messages Mail Mail (3) - manipulate mail RFC822 compliant headers Mail Mail (3) - maniulate mail alias files of various formats Mail Mail (3) - object representation of e-mail address lists MakeAscii Zephyr (3) - Perl extension for interfacing to Zephyr MakeAscii16 Zephyr (3) - Perl extension for interfacing to Zephyr MakeAscii32 Zephyr (3) - Perl extension for interfacing to Zephyr NC NC (1/man) - Client program for NEdit text editor NEdit NEdit (1) - Motif GUI style text editor NEdit NEdit (1/man) - Motif GUI style text editor Net Net (3) - Create a DNS update packet Net Net (3) - DNS A resource record Net Net (3) - DNS AAAA resource record Net Net (3) - DNS AFSDB resource record Net Net (3) - DNS CNAME resource record Net Net (3) - DNS EID resource record Net Net (3) - DNS HINFO resource record Net Net (3) - DNS ISDN resource record Net Net (3) - DNS LOC resource record Net Net (3) - DNS MB resource record Net Net (3) - DNS MG resource record Net Net (3) - DNS MINFO resource record Net Net (3) - DNS MR resource record Net Net (3) - DNS MX resource record Net Net (3) - DNS NAPTR resource record Net Net (3) - DNS NIMLOC resource record Net Net (3) - DNS NS resource record Net Net (3) - DNS NSAP resource record Net Net (3) - DNS NULL resource record Net Net (3) - DNS PTR resource record Net Net (3) - DNS PX resource record Net Net (3) - DNS RP resource record Net Net (3) - DNS RT resource record Net Net (3) - DNS Resource Record class Net Net (3) - DNS SOA resource record Net Net (3) - DNS SRV resource record Net Net (3) - DNS TXT resource record Net Net (3) - DNS X25 resource record Net Net (3) - DNS packet header class Net Net (3) - DNS packet object class Net Net (3) - DNS question class Net Net (3) - DNS resolver class Net Net (3) - Perl interface to the DNS resolver OOGL OOGL (5) - File formats for OOGL geometric objects OpenPort Zephyr (3) - Perl extension for interfacing to Zephyr ParseExposureLevel Zephyr (3) - Perl extension for interfacing to Zephyr ParseLocations Zephyr (3) - Perl extension for interfacing to Zephyr Pcb Pcb (1) - X11 interactive printed circuit board layout system PeekIfNotice Zephyr (3) - Perl extension for interfacing to Zephyr PeekNotice Zephyr (3) - Perl extension for interfacing to Zephyr Pending Zephyr (3) - Perl extension for interfacing to Zephyr Player Player constants - "Defines" +1c -1c "#define XINE_STOP 0" -1c "#define XINE_PLAY 1" -1c "#define XINE_QUIT 2" (3) -1c Possible Possible call - "Defines" +1c -1c "#define ASPECT_AUTO 0" -1c "#define ASPECT_ANAMORPHIC 1" -1c "#define ASPECT_FULL 2" -1c "#define ASPECT_DVB 3" -1c "#define ASPECT_SQUARE 4" -1c "#define NUM_ASPECT_RATIOS 5" (3) -1c Possible Possible strategy. - "Defines" +1c -1c "#define DEMUX_DEFAULT_STRATEGY 0" -1c "#define DEMUX_REVERT_STRATEGY 1" -1c "#define DEMUX_CONTENT_STRATEGY 2" -1c "#define DEMUX_EXTENSION_STRATEGY 3" (3) -1c QLength Zephyr (3) - Perl extension for interfacing to Zephyr ReadAscii Zephyr (3) - Perl extension for interfacing to Zephyr ReadAscii16 Zephyr (3) - Perl extension for interfacing to Zephyr ReadAscii32 Zephyr (3) - Perl extension for interfacing to Zephyr ReceiveNotice Zephyr (3) - Perl extension for interfacing to Zephyr RequestLocations Zephyr (3) - Perl extension for interfacing to Zephyr SASL SASL (3) - SASL authentication library Sending Sending events - "Typedefs" +1c -1c "typedef void event_t" -1c "typedef void (* event_listener_t )(xine_t *xine, event_t *event, void *data)" -1c "Functions" +1c -1c "int xine_register_event_listener (xine_t *self, event_listener_t listener)" "registers an event listener callback." -1c "int xine_remove_event_listener (xine_t *self, event_listener_t listener)" "Attempts to remove a registered event listener." -1c "void xine_send_event (xine_t *self, event_t *event, void *data)" "sends an event to all listeners." (3) -1c SetDestAddr Zephyr (3) - Perl extension for interfacing to Zephyr SetFD Zephyr (3) - Perl extension for interfacing to Zephyr SetLocation Zephyr (3) - Perl extension for interfacing to Zephyr SetVariable Zephyr (3) - Perl extension for interfacing to Zephyr SubscribeTo Zephyr (3) - Perl extension for interfacing to Zephyr SubscribeToSansDefaults Zephyr (3) - Perl extension for interfacing to Zephyr Tcldgl Tcldgl (n) - dynamic graph layout in tcl Tcldgr Tcldgr (n) - dynamic graph manipulation in tcl Text Text (3) - Expand template text with embedded Perl The The agent - The snmp agent responds to SNMP queries from management stations. More... "Modules" +1c -1c "Agent handler API" "The basic theory goes something like this: In the past, with the original mib module api (which derived from the original CMU SNMP code) the underlying mib modules were passed very little information (only the truly most basic information about a request)." (3) -1c The table_array lookups. - The table_array handler is used (automatically) in conjuntion with the table handler. More... "Functions" +1c -1c "int netsnmp_table_container_register (netsnmp_handler_registration *reginfo, netsnmp_table_registration_info *tabreg, netsnmp_table_array_callbacks *cb, netsnmp_container *container, int group_rows)" "register specified callbacks for the specified table/oid." -1c "netsnmp_mib_handler * netsnmp_find_table_array_handler (netsnmp_handler_registration *reginfo)" "find the handler for the table_array helper." -1c "netsnmp_container * netsnmp_extract_array_context (netsnmp_request_info *request)" "find the context data used by the table_array helper." -1c "int netsnmp_table_array_check_row_status (netsnmp_table_array_callbacks *cb, netsnmp_request_group *ag, long *rs_new, long *rs_old)" "this function is called to validate RowStatus transitions." (3) -1c The table_iterator (3) - Functionally, it is a specialized version of the more generic table helper but easies the burden of GETNEXT processing by manually looping through all the data indexes retrieved through function calls which should be supplied by the module that wishes help. More...The module the table_iterator helps should, afterwards, never be called for the case of 'MODE_GETNEXT' and only for the GET and SET related modes instead. Types Types mrls - "Defines" +1c -1c "#define mrl_unknown (0 << 0)" -1c "#define mrl_dvd (1 << 0)" -1c "#define mrl_vcd (1 << 1)" -1c "#define mrl_net (1 << 2)" -1c "#define mrl_rtp (1 << 3)" -1c "#define mrl_stdin (1 << 4)" -1c "#define mrl_file (1 << 5)" -1c "#define mrl_file_fifo (1 << 6)" -1c "#define mrl_file_chardev (1 << 7)" -1c "#define mrl_file_directory (1 << 8)" -1c "#define mrl_file_blockdev (1 << 9)" -1c "#define mrl_file_normal (1 << 10)" -1c "#define mrl_file_symlink (1 << 11)" -1c "#define mrl_file_sock (1 << 12)" -1c "#define mrl_file_exec (1 << 13)" -1c "#define mrl_file_backup (1 << 14)" -1c "#define mrl_file_hidden (1 << 15)" (3) -1c UI UI callbacks. - "Typedefs" +1c -1c "typedef void (* gui_stream_end_cb_t )(int nStatus)" -1c "typedef char* (* gui_get_next_mrl_cb_t )(void)" -1c "typedef void (* gui_branched_cb_t )(void)" (3) -1c UnsetLocation Zephyr (3) - Perl extension for interfacing to Zephyr UnsetVariable Zephyr (3) - Perl extension for interfacing to Zephyr UnsubscribeTo Zephyr (3) - Perl extension for interfacing to Zephyr VO_PROP_ASPECT_RATIO Possible call - "Defines" +1c -1c "#define ASPECT_AUTO 0" -1c "#define ASPECT_ANAMORPHIC 1" -1c "#define ASPECT_FULL 2" -1c "#define ASPECT_DVB 3" -1c "#define ASPECT_SQUARE 4" -1c "#define NUM_ASPECT_RATIOS 5" (3) -1c Valid Valid types - "Defines" +1c -1c "#define VISUAL_TYPE_X11 1" -1c "#define VISUAL_TYPE_AA 2" -1c "#define VISUAL_TYPE_FB 3" -1c "#define VISUAL_TYPE_GTK 4" (3) -1c Version Version constants - "Defines" +1c -1c "#define XINE_MAJOR_VERSION 0" -1c "#define XINE_MINOR_VERSION 9" -1c "#define XINE_SUB_VERSION 2" (3) -1c Version Version functions - "Functions" +1c -1c "char* xine_get_str_version (void)" "return string version, like '0.5.0'." -1c "int xine_get_major_version (void)" "return version information." -1c "int xine_get_minor_version (void)" "return version information." -1c "int xine_get_sub_version (void)" "return version information." -1c "int xine_check_version (int major, int minor, int sub)" "check minimal version." (3) -1c WMXMMS WMXMMS (1) - a dockable XMMS control applet. XMMS XMMS (1) - an audio player for X. Xdialog Xdialog (1) - (c)dialog replacement for X\-Windows Zephyr Zephyr (3) - Perl extension for interfacing to Zephyr Zephyr::Notice Zephyr::Notice (3) - Perl class package for Zephyr notices a example_scalar_int scalars. - This example merely creates some scalar registrations that allows some simple variables to be accessed via SNMP. More... "Functions" +1c -1c "void init_scalar_int (void)" (3) -1c a serialize time. - This functionally passes in one request at a time into lower handlers rather than a whole bunch of requests at once. More... "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_serialize_handler (void)" "returns a serialize handler that can be injected into a given handler chain." -1c "int netsnmp_register_serialize (netsnmp_handler_registration *reginfo)" "functionally the same as calling netsnmp_register_handler() but also injects a serialize handler at the same time for you." -1c "int netsnmp_serialize_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "Implements the serial handler." -1c "void netsnmp_init_serialize (void)" "initializes the serialize helper which then registers a serialize handler as a run-time injectable handler for configuration file use." (3) -1c a table table. - This handler helps you implement a table by doing some of the processing for you. More... "Modules" +1c -1c "table_iterator: The table iterator helper is designed to simplify the task of writing a table handler for the net-snmp agent when the data being accessed is not in an oid sorted form and must be accessed externally." "Functionally, it is a specialized version of the more generic table helper but easies the burden of GETNEXT processing by manually looping through all the data indexes retrieved through function calls which should be supplied by the module that wishes help." +1c -1c "table_data: Helps you implement a table with datamatted storage." "This helper helps you implement a table where all the indexes are expected to be stored within the agent itself and not in some external storage location." +1c -1c "table_array: Helps you implement a table when data can be stored locally. The data is stored in a sorted array, using a binary search for lookups." "The table_array handler is used (automatically) in conjuntion with the table handler." -1c "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_table_handler (netsnmp_table_registration_info *tabreq)" "Given a netsnmp_table_registration_info object, creates a table handler." -1c "int netsnmp_register_table (netsnmp_handler_registration *reginfo, netsnmp_table_registration_info *tabreq)" "creates a table handler given the netsnmp_table_registration_info object, inserts it into the request chain and then calls netsnmp_register_handler() to register the table into the agent." -1c "netsnmp_table_request_info * netsnmp_extract_table_info (netsnmp_request_info *request)" "extracts the processed table information from a given request." -1c "netsnmp_table_registration_info * netsnmp_find_table_registration_info (netsnmp_handler_registration *reginfo)" "extracts the registered netsnmp_table_registration_info object from a netsnmp_handler_registration object." -1c "int table_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "implements the table helper handler." -1c "int netsnmp_table_build_result (netsnmp_handler_registration *reginfo, netsnmp_request_info *reqinfo, netsnmp_table_request_info *table_info, u_char type, u_char *result, size_t result_len)" "Builds the result to be returned to the agent given the table information." -1c "int netsnmp_table_build_oid (netsnmp_handler_registration *reginfo, netsnmp_request_info *reqinfo, netsnmp_table_request_info *table_info)" "given a registration info object, a request object and the table info object it builds the request->requestvb->name oid from the index values and column information found in the table_info object." -1c "int netsnmp_table_build_oid_from_index (netsnmp_handler_registration *reginfo, netsnmp_request_info *reqinfo, netsnmp_table_request_info *table_info)" "Builds an oid from index information." -1c "int netsnmp_update_variable_list_from_index (netsnmp_table_request_info *tri)" "parses an OID into table indexses." -1c "int netsnmp_update_indexes_from_variable_list (netsnmp_table_request_info *tri)" "builds an oid given a set of indexes." -1c "int netsnmp_check_getnext_reply (netsnmp_request_info *request, oid *prefix, size_t prefix_len, netsnmp_variable_list *newvar, netsnmp_variable_list **outvar)" "checks the original request against the current data being passed in if its greater than the request oid but less than the current valid return, set the current valid return to the new value." (3) -1c a table_array lookups. - The table_array handler is used (automatically) in conjuntion with the table handler. More... "Functions" +1c -1c "int netsnmp_table_container_register (netsnmp_handler_registration *reginfo, netsnmp_table_registration_info *tabreg, netsnmp_table_array_callbacks *cb, netsnmp_container *container, int group_rows)" "register specified callbacks for the specified table/oid." -1c "netsnmp_mib_handler * netsnmp_find_table_array_handler (netsnmp_handler_registration *reginfo)" "find the handler for the table_array helper." -1c "netsnmp_container * netsnmp_extract_array_context (netsnmp_request_info *request)" "find the context data used by the table_array helper." -1c "int netsnmp_table_array_check_row_status (netsnmp_table_array_callbacks *cb, netsnmp_request_group *ag, long *rs_new, long *rs_old)" "this function is called to validate RowStatus transitions." (3) -1c a table_array lookups. - The table_array handler is used (automatically) in conjuntion with the table handler. More... "Functions" +1c -1c "int netsnmp_table_container_register (netsnmp_handler_registration *reginfo, netsnmp_table_registration_info *tabreg, netsnmp_table_array_callbacks *cb, netsnmp_container *container, int group_rows)" "register specified callbacks for the specified table/oid." -1c "netsnmp_mib_handler * netsnmp_find_table_array_handler (netsnmp_handler_registration *reginfo)" "find the handler for the table_array helper." -1c "netsnmp_container * netsnmp_extract_array_context (netsnmp_request_info *request)" "find the context data used by the table_array helper." -1c "int netsnmp_table_array_check_row_status (netsnmp_table_array_callbacks *cb, netsnmp_request_group *ag, long *rs_new, long *rs_old)" "this function is called to validate RowStatus transitions." (3) -1c a table_array lookups. - The table_array handler is used (automatically) in conjuntion with the table handler. More... "Functions" +1c -1c "int netsnmp_table_container_register (netsnmp_handler_registration *reginfo, netsnmp_table_registration_info *tabreg, netsnmp_table_array_callbacks *cb, netsnmp_container *container, int group_rows)" "register specified callbacks for the specified table/oid." -1c "netsnmp_mib_handler * netsnmp_find_table_array_handler (netsnmp_handler_registration *reginfo)" "find the handler for the table_array helper." -1c "netsnmp_container * netsnmp_extract_array_context (netsnmp_request_info *request)" "find the context data used by the table_array helper." -1c "int netsnmp_table_array_check_row_status (netsnmp_table_array_callbacks *cb, netsnmp_request_group *ag, long *rs_new, long *rs_old)" "this function is called to validate RowStatus transitions." (3) -1c a table_data storage. - This helper helps you implement a table where all the indexes are expected to be stored within the agent itself and not in some external storage location. More... "Modules" +1c -1c "table_dataset: Helps you implement a table with automatted storage." "This handler helps you implement a table where all the data is expected to be stored within the agent itself and not in some external storage location." -1c "Functions" +1c -1c "void netsnmp_table_data_generate_index_oid (netsnmp_table_row *row)" "generates the index portion of an table oid from a varlist." -1c "int netsnmp_table_data_add_row (netsnmp_table_data *table, netsnmp_table_row *row)" "Adds a row of data to a given table (stored in proper lexographical order)." -1c "netsnmp_table_row * netsnmp_table_data_remove_row (netsnmp_table_data *table, netsnmp_table_row *row)" "removes a row of data to a given table and returns it (no free's called)." -1c "void * netsnmp_table_data_delete_row (netsnmp_table_row *row)" "deletes a row's memory." -1c "void * netsnmp_table_data_remove_and_delete_row (netsnmp_table_data *table, netsnmp_table_row *row)" "removes and frees a row of data to a given table and returns the void *." -1c "void netsnmp_table_data_replace_row (netsnmp_table_data *table, netsnmp_table_row *origrow, netsnmp_table_row *newrow)" "swaps out origrow with newrow." -1c "netsnmp_table_row * netsnmp_table_data_get (netsnmp_table_data *table, netsnmp_variable_list *indexes)" "finds the data in 'datalist' stored at 'indexes'." -1c "netsnmp_table_row * netsnmp_table_data_get_from_oid (netsnmp_table_data *table, oid *searchfor, size_t searchfor_len)" "finds the data in 'datalist' stored at the searchfor oid." -1c "netsnmp_mib_handler * netsnmp_get_table_data_handler (netsnmp_table_data *table)" "Creates a table_data handler and returns it." -1c "int netsnmp_register_table_data (netsnmp_handler_registration *reginfo, netsnmp_table_data *table, netsnmp_table_registration_info *table_info)" "registers a handler as a data table." -1c "int netsnmp_register_read_only_table_data (netsnmp_handler_registration *reginfo, netsnmp_table_data *table, netsnmp_table_registration_info *table_info)" "registers a handler as a read-only data table If table_info != NULL, it registers it as a normal table too." -1c "int netsnmp_table_data_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "The helper handler that takes care of passing a specific row of data down to the lower handler(s)." -1c "netsnmp_table_data * netsnmp_create_table_data (const char *name)" "creates and returns a pointer to table data set." -1c "netsnmp_table_row * netsnmp_create_table_data_row (void)" "creates and returns a pointer to table data set." -1c "netsnmp_table_row * netsnmp_extract_table_row (netsnmp_request_info *request)" "extracts the row being accessed passed from the table_data helper." -1c "void * netsnmp_extract_table_row_data (netsnmp_request_info *request)" "extracts the data from the row being accessed passed from the table_data helper." -1c "int netsnmp_table_data_build_result (netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *request, netsnmp_table_row *row, int column, u_char type, u_char *result_data, size_t result_data_len)" "builds a result given a row, a varbind to set and the data." -1c "netsnmp_table_row * netsnmp_table_data_clone_row (netsnmp_table_row *row)" "clones a data row." (3) -1c a table_dataset storage. - This handler helps you implement a table where all the data is expected to be stored within the agent itself and not in some external storage location. More... "Functions" +1c -1c "netsnmp_table_data_set * netsnmp_create_table_data_set (const char *table_name)" "Create a netsnmp_table_data_set structure given a table_data definition." -1c "netsnmp_mib_handler * netsnmp_get_table_data_set_handler (netsnmp_table_data_set *data_set)" "Given a netsnmp_table_data_set definition, create a handler for it." -1c "int netsnmp_register_table_data_set (netsnmp_handler_registration *reginfo, netsnmp_table_data_set *data_set, netsnmp_table_registration_info *table_info)" "register a given data_set at a given oid (specified in the netsnmp_handler_registration pointer)." -1c "netsnmp_table_data_set_storage * netsnmp_table_data_set_find_column (netsnmp_table_data_set_storage *start, unsigned int column)" "Finds a column within a given storage set, given the pointer to the start of the storage set list." -1c "netsnmp_table_data_set_storage * netsnmp_extract_table_data_set_column (netsnmp_request_info *request, unsigned int column)" "extracts a netsnmp_table_data_set pointer from a given request." -1c "netsnmp_table_data_set * netsnmp_extract_table_data_set (netsnmp_request_info *request)" "extracts a netsnmp_table_data_set pointer from a given request." -1c "int netsnmp_mark_row_column_writable (netsnmp_table_row *row, int column, int writable)" "marks a given column in a row as writable or not." -1c "int netsnmp_set_row_column (netsnmp_table_row *row, unsigned int column, int type, const char *value, size_t value_len)" "sets a given column in a row with data given a type, value, and length." -1c "int netsnmp_table_set_add_default_row (netsnmp_table_data_set *table_set, unsigned int column, int type, int writable, void *default_value, size_t default_value_len)" "adds a new default row to a table_set." -1c "netsnmp_table_row * netsnmp_table_data_set_clone_row (netsnmp_table_row *row)" "clones a dataset row, including all data." -1c "netsnmp_table_row * netsnmp_table_data_set_create_row_from_defaults (netsnmp_table_data_set_storage *defrow)" "creates a new row from an existing defined default set." -1c "int netsnmp_table_data_set_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "implements the table data helper." -1c "void netsnmp_register_auto_data_table (netsnmp_table_data_set *table_set, char *registration_name)" "registers a table_dataset so that the 'add_row' snmpd.conf token can be used to add data to this table." -1c "void netsnmp_config_parse_table_set (const char *token, char *line)" -1c "void netsnmp_config_parse_add_row (const char *token, char *line)" -1c "void netsnmp_table_dataset_add_index (netsnmp_table_data_set *table, u_char type)" "adds an index to the table." -1c "void netsnmp_table_dataset_add_row (netsnmp_table_data_set *table, netsnmp_table_row *row)" "adds a new row to a dataset table." -1c "void netsnmp_table_dataset_replace_row (netsnmp_table_data_set *table, netsnmp_table_row *origrow, netsnmp_table_row *newrow)" "adds a new row to a dataset table." -1c "netsnmp_table_data_set_storage * netsnmp_table_dataset_delete_data (netsnmp_table_data_set_storage *data)" "deletes a single dataset table data." -1c "void netsnmp_table_dataset_delete_all_data (netsnmp_table_data_set_storage *data)" "deletes all the data from this node and beyond in the linked list." -1c "void netsnmp_table_dataset_delete_row (netsnmp_table_row *row)" "deletes all the data from this node and beyond in the linked list." -1c "void netsnmp_table_dataset_remove_row (netsnmp_table_data_set *table, netsnmp_table_row *row)" "removes a row from the table, but doesn't delete/free anything." -1c "void netsnmp_table_dataset_remove_and_delete_row (netsnmp_table_data_set *table, netsnmp_table_row *row)" "removes a row from the table and then deletes it (and all it's data)." -1c "void netsnmp_table_set_multi_add_default_row (va_dcl) va_dcl" "adds multiple data column definitions to each row." (3) -1c a table_iterator (3) - Functionally, it is a specialized version of the more generic table helper but easies the burden of GETNEXT processing by manually looping through all the data indexes retrieved through function calls which should be supplied by the module that wishes help. More...The module the table_iterator helps should, afterwards, never be called for the case of 'MODE_GETNEXT' and only for the GET and SET related modes instead. a watcher process - it as an instance or scalar object. More... "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_watcher_handler (void)" -1c "netsnmp_watcher_info * netsnmp_create_watcher_info (void *data, size_t size, u_char type, int flags)" -1c "int netsnmp_register_watched_instance (netsnmp_handler_registration *reginfo, netsnmp_watcher_info *watchinfo)" -1c "int netsnmp_register_watched_scalar (netsnmp_handler_registration *reginfo, netsnmp_watcher_info *watchinfo)" -1c "int netsnmp_watcher_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "netsnmp_mib_handler * netsnmp_get_watched_timestamp_handler (void)" -1c "int netsnmp_register_watched_timestamp (netsnmp_handler_registration *reginfo, marker_t *timestamp)" -1c "int netsnmp_watched_timestamp_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" (3) -1c a2ps a2ps (1) - format files for printing on a PostScript printer a52dec a52dec (1) - decode ATSC A/52 audio streams aaxine aaxine (1) - an ASCII art video player abc2ps abc2ps (1) - Translate ABC format to PostScript abcde abcde (1) - Grab an entire CD and compress it to Ogg or MP3 format. about debug called. - This is a useful module for run-time debugging of requests as the pass this handler in a calling chain. More... "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_debug_handler (void)" "returns a debug handler that can be injected into a given handler chain." -1c "void debug_print_requests (netsnmp_request_info *requests)" -1c "int netsnmp_debug_helper (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "void netsnmp_init_debug_helper (void)" "initializes the debug helper which then registers a debug handler as a run-time injectable handler for configuration file use." (3) -1c abxtest abxtest (1) - double-blind ABX comparison testing script accessed table_iterator (3) - Functionally, it is a specialized version of the more generic table helper but easies the burden of GETNEXT processing by manually looping through all the data indexes retrieved through function calls which should be supplied by the module that wishes help. More...The module the table_iterator helps should, afterwards, never be called for the case of 'MODE_GETNEXT' and only for the GET and SET related modes instead. accessed table_iterator (3) - Functionally, it is a specialized version of the more generic table helper but easies the burden of GETNEXT processing by manually looping through all the data indexes retrieved through function calls which should be supplied by the module that wishes help. More...The module the table_iterator helps should, afterwards, never be called for the case of 'MODE_GETNEXT' and only for the GET and SET related modes instead. acyclic acyclic (1) - make directed graph acyclic add_mibdir init_mib (3) - mib_api functions add_module_replacement init_mib (3) - mib_api functions addftinfo addftinfo (1) - add information to troff font files for use with groff afmtodit afmtodit (1) - create font files for use with groff \-Tps agent table_iterator (3) - Functionally, it is a specialized version of the more generic table helper but easies the burden of GETNEXT processing by manually looping through all the data indexes retrieved through function calls which should be supplied by the module that wishes help. More...The module the table_iterator helps should, afterwards, never be called for the case of 'MODE_GETNEXT' and only for the GET and SET related modes instead. agrep agrep (1) - search a file for a string or regular expression, with approximate matching capabilities alias bash (1) - bash built-in commands, see bash(1) an table_iterator (3) - Functionally, it is a specialized version of the more generic table helper but easies the burden of GETNEXT processing by manually looping through all the data indexes retrieved through function calls which should be supplied by the module that wishes help. More...The module the table_iterator helps should, afterwards, never be called for the case of 'MODE_GETNEXT' and only for the GET and SET related modes instead. and instance easily. - "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_instance_handler (void)" -1c "int netsnmp_register_instance (netsnmp_handler_registration *reginfo)" -1c "int netsnmp_register_read_only_instance (netsnmp_handler_registration *reginfo)" -1c "int netsnmp_register_read_only_ulong_instance (const char *name, oid *reg_oid, size_t reg_oid_len, u_long *it, Netsnmp_Node_Handler *subhandler)" -1c "int netsnmp_register_ulong_instance (const char *name, oid *reg_oid, size_t reg_oid_len, u_long *it, Netsnmp_Node_Handler *subhandler)" -1c "int netsnmp_register_read_only_counter32_instance (const char *name, oid *reg_oid, size_t reg_oid_len, u_long *it, Netsnmp_Node_Handler *subhandler)" -1c "int netsnmp_register_read_only_long_instance (const char *name, oid *reg_oid, size_t reg_oid_len, long *it, Netsnmp_Node_Handler *subhandler)" -1c "int netsnmp_register_long_instance (const char *name, oid *reg_oid, size_t reg_oid_len, long *it, Netsnmp_Node_Handler *subhandler)" -1c "int netsnmp_register_read_only_int_instance (const char *name, oid *reg_oid, size_t reg_oid_len, int *it, Netsnmp_Node_Handler *subhandler)" -1c "int register_read_only_int_instance (const char *name, oid *reg_oid, size_t reg_oid_len, int *it, Netsnmp_Node_Handler *subhandler)" -1c "int netsnmp_register_int_instance (const char *name, oid *reg_oid, size_t reg_oid_len, int *it, Netsnmp_Node_Handler *subhandler)" -1c "int netsnmp_instance_ulong_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "int netsnmp_instance_counter32_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "int netsnmp_instance_long_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "int netsnmp_instance_int_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "int netsnmp_instance_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" (3) -1c and table_iterator (3) - Functionally, it is a specialized version of the more generic table helper but easies the burden of GETNEXT processing by manually looping through all the data indexes retrieved through function calls which should be supplied by the module that wishes help. More...The module the table_iterator helps should, afterwards, never be called for the case of 'MODE_GETNEXT' and only for the GET and SET related modes instead. and watcher process - it as an instance or scalar object. More... "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_watcher_handler (void)" -1c "netsnmp_watcher_info * netsnmp_create_watcher_info (void *data, size_t size, u_char type, int flags)" -1c "int netsnmp_register_watched_instance (netsnmp_handler_registration *reginfo, netsnmp_watcher_info *watchinfo)" -1c "int netsnmp_register_watched_scalar (netsnmp_handler_registration *reginfo, netsnmp_watcher_info *watchinfo)" -1c "int netsnmp_watcher_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "netsnmp_mib_handler * netsnmp_get_watched_timestamp_handler (void)" -1c "int netsnmp_register_watched_timestamp (netsnmp_handler_registration *reginfo, marker_t *timestamp)" -1c "int netsnmp_watched_timestamp_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" (3) -1c anytooff anytooff (1) - filter to convert a (set of) geomview data file(s) containing any geomview primitives into a single polylist. anytoucd anytoucd (1) - filter to convert a geomview data file into a data file in the so-called 'ucd' (Unstructured Cell Data) format. ao_driver_t ao_driver_t (3) - ao_functions_t ao_functions_t (3) - array table_array lookups. - The table_array handler is used (automatically) in conjuntion with the table handler. More... "Functions" +1c -1c "int netsnmp_table_container_register (netsnmp_handler_registration *reginfo, netsnmp_table_registration_info *tabreg, netsnmp_table_array_callbacks *cb, netsnmp_container *container, int group_rows)" "register specified callbacks for the specified table/oid." -1c "netsnmp_mib_handler * netsnmp_find_table_array_handler (netsnmp_handler_registration *reginfo)" "find the handler for the table_array helper." -1c "netsnmp_container * netsnmp_extract_array_context (netsnmp_request_info *request)" "find the context data used by the table_array helper." -1c "int netsnmp_table_array_check_row_status (netsnmp_table_array_callbacks *cb, netsnmp_request_group *ag, long *rs_new, long *rs_old)" "this function is called to validate RowStatus transitions." (3) -1c ass Laura's (6) - The ass of Laura A. Boylan (laura47) at serialize time. - This functionally passes in one request at a time into lower handlers rather than a whole bunch of requests at once. More... "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_serialize_handler (void)" "returns a serialize handler that can be injected into a given handler chain." -1c "int netsnmp_register_serialize (netsnmp_handler_registration *reginfo)" "functionally the same as calling netsnmp_register_handler() but also injects a serialize handler at the same time for you." -1c "int netsnmp_serialize_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "Implements the serial handler." -1c "void netsnmp_init_serialize (void)" "initializes the serialize helper which then registers a serialize handler as a run-time injectable handler for configuration file use." (3) -1c attraction attraction (1) - interactions of opposing forces audio audio capabilities - "Defines" +1c -1c "#define AO_CAP_NOCAP 0x00000000" -1c "#define AO_CAP_MODE_A52 0x00000001" -1c "#define AO_CAP_MODE_AC5 0x00000002" -1c "#define AO_CAP_MODE_MONO 0x00000004" -1c "#define AO_CAP_MODE_STEREO 0x00000008" -1c "#define AO_CAP_MODE_4CHANNEL 0x00000010" -1c "#define AO_CAP_MODE_5CHANNEL 0x00000020" -1c "#define AO_CAP_MODE_5_1CHANNEL 0x00000040" -1c "#define AO_CAP_MIXER_VOL 0x00000080" -1c "#define AO_CAP_PCM_VOL 0x00000100" -1c "#define AO_CAP_MUTE_VOL 0x00000200" -1c "Functions" +1c -1c "int xine_get_audio_capabilities (xine_t *self)" "Get audio driver capabilities." (3) -1c automatted table_dataset storage. - This handler helps you implement a table where all the data is expected to be stored within the agent itself and not in some external storage location. More... "Functions" +1c -1c "netsnmp_table_data_set * netsnmp_create_table_data_set (const char *table_name)" "Create a netsnmp_table_data_set structure given a table_data definition." -1c "netsnmp_mib_handler * netsnmp_get_table_data_set_handler (netsnmp_table_data_set *data_set)" "Given a netsnmp_table_data_set definition, create a handler for it." -1c "int netsnmp_register_table_data_set (netsnmp_handler_registration *reginfo, netsnmp_table_data_set *data_set, netsnmp_table_registration_info *table_info)" "register a given data_set at a given oid (specified in the netsnmp_handler_registration pointer)." -1c "netsnmp_table_data_set_storage * netsnmp_table_data_set_find_column (netsnmp_table_data_set_storage *start, unsigned int column)" "Finds a column within a given storage set, given the pointer to the start of the storage set list." -1c "netsnmp_table_data_set_storage * netsnmp_extract_table_data_set_column (netsnmp_request_info *request, unsigned int column)" "extracts a netsnmp_table_data_set pointer from a given request." -1c "netsnmp_table_data_set * netsnmp_extract_table_data_set (netsnmp_request_info *request)" "extracts a netsnmp_table_data_set pointer from a given request." -1c "int netsnmp_mark_row_column_writable (netsnmp_table_row *row, int column, int writable)" "marks a given column in a row as writable or not." -1c "int netsnmp_set_row_column (netsnmp_table_row *row, unsigned int column, int type, const char *value, size_t value_len)" "sets a given column in a row with data given a type, value, and length." -1c "int netsnmp_table_set_add_default_row (netsnmp_table_data_set *table_set, unsigned int column, int type, int writable, void *default_value, size_t default_value_len)" "adds a new default row to a table_set." -1c "netsnmp_table_row * netsnmp_table_data_set_clone_row (netsnmp_table_row *row)" "clones a dataset row, including all data." -1c "netsnmp_table_row * netsnmp_table_data_set_create_row_from_defaults (netsnmp_table_data_set_storage *defrow)" "creates a new row from an existing defined default set." -1c "int netsnmp_table_data_set_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "implements the table data helper." -1c "void netsnmp_register_auto_data_table (netsnmp_table_data_set *table_set, char *registration_name)" "registers a table_dataset so that the 'add_row' snmpd.conf token can be used to add data to this table." -1c "void netsnmp_config_parse_table_set (const char *token, char *line)" -1c "void netsnmp_config_parse_add_row (const char *token, char *line)" -1c "void netsnmp_table_dataset_add_index (netsnmp_table_data_set *table, u_char type)" "adds an index to the table." -1c "void netsnmp_table_dataset_add_row (netsnmp_table_data_set *table, netsnmp_table_row *row)" "adds a new row to a dataset table." -1c "void netsnmp_table_dataset_replace_row (netsnmp_table_data_set *table, netsnmp_table_row *origrow, netsnmp_table_row *newrow)" "adds a new row to a dataset table." -1c "netsnmp_table_data_set_storage * netsnmp_table_dataset_delete_data (netsnmp_table_data_set_storage *data)" "deletes a single dataset table data." -1c "void netsnmp_table_dataset_delete_all_data (netsnmp_table_data_set_storage *data)" "deletes all the data from this node and beyond in the linked list." -1c "void netsnmp_table_dataset_delete_row (netsnmp_table_row *row)" "deletes all the data from this node and beyond in the linked list." -1c "void netsnmp_table_dataset_remove_row (netsnmp_table_data_set *table, netsnmp_table_row *row)" "removes a row from the table, but doesn't delete/free anything." -1c "void netsnmp_table_dataset_remove_and_delete_row (netsnmp_table_data_set *table, netsnmp_table_row *row)" "removes a row from the table and then deletes it (and all it's data)." -1c "void netsnmp_table_set_multi_add_default_row (va_dcl) va_dcl" "adds multiple data column definitions to each row." (3) -1c available Types mrls - "Defines" +1c -1c "#define mrl_unknown (0 << 0)" -1c "#define mrl_dvd (1 << 0)" -1c "#define mrl_vcd (1 << 1)" -1c "#define mrl_net (1 << 2)" -1c "#define mrl_rtp (1 << 3)" -1c "#define mrl_stdin (1 << 4)" -1c "#define mrl_file (1 << 5)" -1c "#define mrl_file_fifo (1 << 6)" -1c "#define mrl_file_chardev (1 << 7)" -1c "#define mrl_file_directory (1 << 8)" -1c "#define mrl_file_blockdev (1 << 9)" -1c "#define mrl_file_normal (1 << 10)" -1c "#define mrl_file_symlink (1 << 11)" -1c "#define mrl_file_sock (1 << 12)" -1c "#define mrl_file_exec (1 << 13)" -1c "#define mrl_file_backup (1 << 14)" -1c "#define mrl_file_hidden (1 << 15)" (3) -1c basename basename (1) - strip directory and suffix from filenames bash bash (1) - GNU Bourne-Again SHell bash bash (1) - bash built-in commands, see bash(1) bcc bcc (1) - biconnected components filter for graphs be table_array lookups. - The table_array handler is used (automatically) in conjuntion with the table handler. More... "Functions" +1c -1c "int netsnmp_table_container_register (netsnmp_handler_registration *reginfo, netsnmp_table_registration_info *tabreg, netsnmp_table_array_callbacks *cb, netsnmp_container *container, int group_rows)" "register specified callbacks for the specified table/oid." -1c "netsnmp_mib_handler * netsnmp_find_table_array_handler (netsnmp_handler_registration *reginfo)" "find the handler for the table_array helper." -1c "netsnmp_container * netsnmp_extract_array_context (netsnmp_request_info *request)" "find the context data used by the table_array helper." -1c "int netsnmp_table_array_check_row_status (netsnmp_table_array_callbacks *cb, netsnmp_request_group *ag, long *rs_new, long *rs_old)" "this function is called to validate RowStatus transitions." (3) -1c be table_iterator (3) - Functionally, it is a specialized version of the more generic table helper but easies the burden of GETNEXT processing by manually looping through all the data indexes retrieved through function calls which should be supplied by the module that wishes help. More...The module the table_iterator helps should, afterwards, never be called for the case of 'MODE_GETNEXT' and only for the GET and SET related modes instead. being debug called. - This is a useful module for run-time debugging of requests as the pass this handler in a calling chain. More... "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_debug_handler (void)" "returns a debug handler that can be injected into a given handler chain." -1c "void debug_print_requests (netsnmp_request_info *requests)" -1c "int netsnmp_debug_helper (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "void netsnmp_init_debug_helper (void)" "initializes the debug helper which then registers a debug handler as a run-time injectable handler for configuration file use." (3) -1c being table_iterator (3) - Functionally, it is a specialized version of the more generic table helper but easies the burden of GETNEXT processing by manually looping through all the data indexes retrieved through function calls which should be supplied by the module that wishes help. More...The module the table_iterator helps should, afterwards, never be called for the case of 'MODE_GETNEXT' and only for the GET and SET related modes instead. ber_alloc_t ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_alloc_t ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_alloc_t ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_alloc_t ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_alloc_t ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_alloc_t ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_alloc_t ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_alloc_t ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_alloc_t ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_alloc_t ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_alloc_t ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_alloc_t ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_first_element ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_first_element ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_first_element ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_first_element ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_first_element ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_first_element ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_first_element ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_first_element ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_first_element ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_first_element ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_first_element ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_first_element ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_first_element ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_first_element ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_flush ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_flush ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_flush ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_flush ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_flush ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_flush ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_flush ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_flush ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_flush ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_flush ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_flush ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_flush ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_get_bitstring ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_bitstring ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_bitstring ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_bitstring ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_bitstring ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_bitstring ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_bitstring ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_bitstring ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_bitstring ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_bitstring ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_bitstring ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_bitstring ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_bitstring ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_bitstring ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_boolean ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_boolean ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_boolean ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_boolean ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_boolean ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_boolean ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_boolean ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_boolean ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_boolean ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_boolean ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_boolean ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_boolean ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_boolean ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_boolean ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_enum ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_enum ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_enum ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_enum ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_enum ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_enum ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_enum ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_enum ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_enum ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_enum ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_enum ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_enum ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_enum ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_enum ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_int ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_int ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_int ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_int ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_int ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_int ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_int ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_int ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_int ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_int ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_int ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_int ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_int ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_int ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_next ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_next ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_next ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_next ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_next ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_next ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_next ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_next ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_next ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_next ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_next ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_next ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_next ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_next ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_null ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_null ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_null ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_null ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_null ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_null ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_null ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_null ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_null ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_null ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_null ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_null ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_null ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_null ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_stringa ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_stringa ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_stringa ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_stringa ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_stringa ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_stringa ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_stringa ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_stringa ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_stringa ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_stringa ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_stringa ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_stringa ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_stringa ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_stringa ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_stringb ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_stringb ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_stringb ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_stringb ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_stringb ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_stringb ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_stringb ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_stringb ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_stringb ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_stringb ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_stringb ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_stringb ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_stringb ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_get_stringb ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_int_t ber_int_t (3) - LBER types ber_len_t ber_int_t (3) - LBER types ber_memalloc ber_memalloc (3) - LBER memory allocators ber_memcalloc ber_memalloc (3) - LBER memory allocators ber_memfree ber_memalloc (3) - LBER memory allocators ber_memrealloc ber_memalloc (3) - LBER memory allocators ber_next_element ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_next_element ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_next_element ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_next_element ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_next_element ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_next_element ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_next_element ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_next_element ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_next_element ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_next_element ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_next_element ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_next_element ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_next_element ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_next_element ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_peek_tag ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_peek_tag ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_peek_tag ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_peek_tag ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_peek_tag ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_peek_tag ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_peek_tag ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_peek_tag ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_peek_tag ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_peek_tag ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_peek_tag ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_peek_tag ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_peek_tag ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_peek_tag ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_printf ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_printf ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_printf ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_printf ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_printf ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_printf ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_printf ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_printf ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_printf ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_printf ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_printf ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_printf ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_bitstring ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_bitstring ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_bitstring ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_bitstring ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_bitstring ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_bitstring ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_bitstring ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_bitstring ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_bitstring ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_bitstring ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_bitstring ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_bitstring ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_boolean ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_boolean ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_boolean ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_boolean ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_boolean ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_boolean ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_boolean ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_boolean ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_boolean ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_boolean ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_boolean ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_boolean ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_enum ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_enum ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_enum ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_enum ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_enum ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_enum ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_enum ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_enum ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_enum ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_enum ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_enum ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_enum ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_int ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_int ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_int ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_int ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_int ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_int ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_int ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_int ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_int ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_int ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_int ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_int ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_null ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_null ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_null ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_null ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_null ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_null ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_null ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_null ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_null ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_null ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_null ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_null ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_ostring ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_ostring ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_ostring ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_ostring ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_ostring ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_ostring ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_ostring ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_ostring ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_ostring ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_ostring ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_ostring ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_ostring ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_seq ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_seq ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_seq ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_seq ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_seq ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_seq ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_seq ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_seq ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_seq ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_seq ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_seq ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_seq ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_set ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_set ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_set ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_set ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_set ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_set ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_set ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_set ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_set ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_set ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_set ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_set ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_string ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_string ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_string ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_string ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_string ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_string ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_string ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_string ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_string ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_string ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_string ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_put_string ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_scanf ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_scanf ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_scanf ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_scanf ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_scanf ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_scanf ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_scanf ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_scanf ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_scanf ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_scanf ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_scanf ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_scanf ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_scanf ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_scanf ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_skip_tag ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_skip_tag ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_skip_tag ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_skip_tag ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_skip_tag ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_skip_tag ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_skip_tag ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_skip_tag ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_skip_tag ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_skip_tag ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_skip_tag ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_skip_tag ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_skip_tag ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_skip_tag ber_get_next (3) - LBER simplified Basic Encoding Rules library routines for decoding ber_start_seq ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_start_seq ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_start_seq ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_start_seq ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_start_seq ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_start_seq ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_start_seq ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_start_seq ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_start_seq ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_start_seq ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_start_seq ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_start_seq ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_start_set ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_start_set ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_start_set ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_start_set ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_start_set ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_start_set ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_start_set ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_start_set ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_start_set ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_start_set ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_start_set ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_start_set ber_alloc_t (3) - LBER simplified Basic Encoding Rules library routines for encoding ber_tag_t ber_int_t (3) - LBER types bg bash (1) - bash built-in commands, see bash(1) binary table_array lookups. - The table_array handler is used (automatically) in conjuntion with the table handler. More... "Functions" +1c -1c "int netsnmp_table_container_register (netsnmp_handler_registration *reginfo, netsnmp_table_registration_info *tabreg, netsnmp_table_array_callbacks *cb, netsnmp_container *container, int group_rows)" "register specified callbacks for the specified table/oid." -1c "netsnmp_mib_handler * netsnmp_find_table_array_handler (netsnmp_handler_registration *reginfo)" "find the handler for the table_array helper." -1c "netsnmp_container * netsnmp_extract_array_context (netsnmp_request_info *request)" "find the context data used by the table_array helper." -1c "int netsnmp_table_array_check_row_status (netsnmp_table_array_callbacks *cb, netsnmp_request_group *ag, long *rs_new, long *rs_old)" "this function is called to validate RowStatus transitions." (3) -1c bind bash (1) - bash built-in commands, see bash(1) bison bison (1) - GNU Project parser generator (yacc replacement) blitspin blitspin (1) - rotate a bitmap in an interesting way bouboule bouboule (1) - draws spinning 3D blobs braid braid (1) - draws random color-cycling braids around a circle break bash (1) - bash built-in commands, see bash(1) bubbles bubbles (1) - frying pan / soft drink simulation builtin bash (1) - bash built-in commands, see bash(1) bulk_to_next bulk_to_next handler. - The only purpose of this handler is to convert a GETBULK request to a GETNEXT request. More... "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_bulk_to_next_handler (void)" "returns a bulk_to_next handler that can be injected into a given handler chain." -1c "void netsnmp_bulk_to_next_fix_requests (netsnmp_request_info *requests)" "takes answered requests and decrements the repeat count and updates the requests to the next to-do varbind in the list." -1c "int netsnmp_bulk_to_next_helper (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "void netsnmp_init_bulk_to_next_helper (void)" "initializes the bulk_to_next helper which then registers a bulk_to_next handler as a run-time injectable handler for configuration file use." (3) -1c bye bash (1) - bash built-in commands, see bash(1) cabextract cabextract (1) - program to extract files from Microsoft cabinet (.cab) archives cadaver cadaver (1) - A command\-line WebDAV client for Unix. calls multiplexer handlers. - The multiplexer helper lets you split the calling chain depending on the calling mode (get vs getnext vs set). More... "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_multiplexer_handler (netsnmp_mib_handler_methods *req)" "returns a multiplixer handler given a netsnmp_mib_handler_methods structure of subhandlers." -1c "int netsnmp_multiplexer_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "implements the multiplexer helper." (3) -1c can table_array lookups. - The table_array handler is used (automatically) in conjuntion with the table handler. More... "Functions" +1c -1c "int netsnmp_table_container_register (netsnmp_handler_registration *reginfo, netsnmp_table_registration_info *tabreg, netsnmp_table_array_callbacks *cb, netsnmp_container *container, int group_rows)" "register specified callbacks for the specified table/oid." -1c "netsnmp_mib_handler * netsnmp_find_table_array_handler (netsnmp_handler_registration *reginfo)" "find the handler for the table_array helper." -1c "netsnmp_container * netsnmp_extract_array_context (netsnmp_request_info *request)" "find the context data used by the table_array helper." -1c "int netsnmp_table_array_check_row_status (netsnmp_table_array_callbacks *cb, netsnmp_request_group *ag, long *rs_new, long *rs_old)" "this function is called to validate RowStatus transitions." (3) -1c card card (1) - print reference card of program options case bash (1) - bash built-in commands, see bash(1) cat cat (1) - concatenate files and print on the standard output cccp cccp (1) - The GNU C-Compatible Compiler Preprocessor. ccomps ccomps (1) - connected components filter for graphs cd bash (1) - bash built-in commands, see bash(1) cd-discid cd-discid (1) - read CD and get CDDB discid information. cda cda (1) - Compact disc digital audio player utility cdda2wav cdda2wav (1) - a sampling utility that dumps CD audio data into wav sound files cddbcmd cddbcmd (1) - Connect to a CDDB server site and execute a simple CDDB server command. cdparanoia cdparanoia (1) - an audio CD reading utility which includes extra data verification features cfg_data_t cfg_data_t (3) - chain debug called. - This is a useful module for run-time debugging of requests as the pass this handler in a calling chain. More... "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_debug_handler (void)" "returns a debug handler that can be injected into a given handler chain." -1c "void debug_print_requests (netsnmp_request_info *requests)" -1c "int netsnmp_debug_helper (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "void netsnmp_init_debug_helper (void)" "initializes the debug helper which then registers a debug handler as a run-time injectable handler for configuration file use." (3) -1c chgrp chgrp (1) - change the group ownership of files chmod chmod (1) - change the access permissions of files chown chown (1) - change the user and group ownership of files circo circo (1) - preprocessor for circular layout of graphs cksum cksum (1) - checksum and count the bytes in a file clisp clisp (1) - ANSI Common Lisp compiler, interpreter and debugger. code old_api code. - This is a backwards compatilibity module that allows code written in the old API to be run under the new handler based architecture. More... "Functions" +1c -1c "netsnmp_mib_handler * get_old_api_handler (void)" "returns a old_api handler that should be the final calling handler." -1c "int netsnmp_register_old_api (const char *moduleName, struct variable *var, size_t varsize, size_t numvars, oid *mibloc, size_t mibloclen, int priority, int range_subid, oid range_ubound, netsnmp_session *ss, const char *context, int timeout, int flags)" "Registers an old API set into the mib tree." -1c "int netsnmp_register_mib_table_row (const char *moduleName, struct variable *var, size_t varsize, size_t numvars, oid *mibloc, size_t mibloclen, int priority, int var_subid, netsnmp_session *ss, const char *context, int timeout, int flags)" "registers a row within a mib table." -1c "int netsnmp_old_api_helper (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "implements the old_api handler." (3) -1c comm comm (1) - compare two sorted files line by line command bash (1) - bash built-in commands, see bash(1) communication UI callbacks. - "Typedefs" +1c -1c "typedef void (* gui_stream_end_cb_t )(int nStatus)" -1c "typedef char* (* gui_get_next_mrl_cb_t )(void)" -1c "typedef void (* gui_branched_cb_t )(void)" (3) -1c config_perror register_config_handler (3) - read_config functions config_pwarn register_config_handler (3) - read_config functions config_values_s config_values_s (3) - config_values_t config_values_t (3) - Data type of structure config_values_s. continue bash (1) - bash built-in commands, see bash(1) convert bulk_to_next handler. - The only purpose of this handler is to convert a GETBULK request to a GETNEXT request. More... "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_bulk_to_next_handler (void)" "returns a bulk_to_next handler that can be injected into a given handler chain." -1c "void netsnmp_bulk_to_next_fix_requests (netsnmp_request_info *requests)" "takes answered requests and decrements the repeat count and updates the requests to the next to-do varbind in the list." -1c "int netsnmp_bulk_to_next_helper (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "void netsnmp_init_bulk_to_next_helper (void)" "initializes the bulk_to_next helper which then registers a bulk_to_next handler as a run-time injectable handler for configuration file use." (3) -1c cp cp (1) - copy files cpp cccp (1) - The GNU C-Compatible Compiler Preprocessor. csplit csplit (1) - split a file into sections determined by context lines ctags ctags (1) - Generate C language tag files for use with vi (1) ctags ctags (1/1l) - Generates "tags" and (optionally) "refs" files curl curl (1) - transfer a URL curl-config curl-config (1) - Get information about a libcurl installation curl_easy_cleanup curl_easy_cleanup (3) - End a libcurl easy session curl_easy_duphandle curl_easy_duphandle (3) - Clone a libcurl session handle curl_easy_getinfo curl_easy_getinfo (3) - Extract information from a curl session (added in 7.4) curl_easy_init curl_easy_init (3) - Start a libcurl easy session curl_easy_perform curl_easy_perform (3) - Perform a file transfer curl_easy_setopt curl_easy_setopt (3) - Set curl easy-session options curl_escape curl_escape (3) - URL encodes the given string curl_formadd curl_formadd (3) - add a section to a multipart/formdata HTTP POST curl_formfree curl_formfree (3) - free a previously build multipart/formdata HTTP POST chain curl_formparse curl_formparse (3) - add a section to a multipart/formdata HTTP POST: deprecated (use curl_formadd instead) curl_getdate curl_getdate (3) - Convert an date in a ASCII string to number of seconds since January 1, 1970 curl_getenv curl_getenv (3) - return value for environment name curl_global_cleanup curl_global_cleanup (3) - Global libcurl cleanup curl_global_init curl_global_init (3) - Global libcurl initialisation curl_maprintf curl_maprintf (3) - formatted output conversion curl_mfprintf curl_maprintf (3) - formatted output conversion curl_mprintf curl_maprintf (3) - formatted output conversion curl_msnprintf curl_maprintf (3) - formatted output conversion curl_msprintf curl_maprintf (3) - formatted output conversion curl_multi_add_handle curl_multi_add_handle (3) - add an easy handle to a multi session curl_multi_cleanup curl_multi_cleanup (3) - close down a multi session curl_multi_fdset curl_multi_fdset (3) - add an easy handle to a multi session curl_multi_info_read curl_multi_info_read (3) - read multi stack informationals curl_multi_init curl_multi_init (3) - Start a multi session curl_multi_perform curl_multi_perform (3) - add an easy handle to a multi session curl_multi_remove_handle curl_multi_remove_handle (3) - add an easy handle to a multi session curl_mvaprintf curl_maprintf (3) - formatted output conversion curl_mvfprintf curl_maprintf (3) - formatted output conversion curl_mvprintf curl_maprintf (3) - formatted output conversion curl_mvsnprintf curl_maprintf (3) - formatted output conversion curl_mvsprintf curl_maprintf (3) - formatted output conversion curl_slist_append curl_slist_append (3) - add a string to an slist curl_slist_free_all curl_slist_free_all (3) - free an entire curl_slist list curl_strequal curl_strequal (3) - case insensitive string comparisons curl_strnequal curl_strequal (3) - case insensitive string comparisons curl_unescape curl_unescape (3) - URL decodes the given string curl_version curl_version (3) - returns the libcurl version string cut cut (1) - remove sections from each line of files data table_array lookups. - The table_array handler is used (automatically) in conjuntion with the table handler. More... "Functions" +1c -1c "int netsnmp_table_container_register (netsnmp_handler_registration *reginfo, netsnmp_table_registration_info *tabreg, netsnmp_table_array_callbacks *cb, netsnmp_container *container, int group_rows)" "register specified callbacks for the specified table/oid." -1c "netsnmp_mib_handler * netsnmp_find_table_array_handler (netsnmp_handler_registration *reginfo)" "find the handler for the table_array helper." -1c "netsnmp_container * netsnmp_extract_array_context (netsnmp_request_info *request)" "find the context data used by the table_array helper." -1c "int netsnmp_table_array_check_row_status (netsnmp_table_array_callbacks *cb, netsnmp_request_group *ag, long *rs_new, long *rs_old)" "this function is called to validate RowStatus transitions." (3) -1c data table_array lookups. - The table_array handler is used (automatically) in conjuntion with the table handler. More... "Functions" +1c -1c "int netsnmp_table_container_register (netsnmp_handler_registration *reginfo, netsnmp_table_registration_info *tabreg, netsnmp_table_array_callbacks *cb, netsnmp_container *container, int group_rows)" "register specified callbacks for the specified table/oid." -1c "netsnmp_mib_handler * netsnmp_find_table_array_handler (netsnmp_handler_registration *reginfo)" "find the handler for the table_array helper." -1c "netsnmp_container * netsnmp_extract_array_context (netsnmp_request_info *request)" "find the context data used by the table_array helper." -1c "int netsnmp_table_array_check_row_status (netsnmp_table_array_callbacks *cb, netsnmp_request_group *ag, long *rs_new, long *rs_old)" "this function is called to validate RowStatus transitions." (3) -1c data table_iterator (3) - Functionally, it is a specialized version of the more generic table helper but easies the burden of GETNEXT processing by manually looping through all the data indexes retrieved through function calls which should be supplied by the module that wishes help. More...The module the table_iterator helps should, afterwards, never be called for the case of 'MODE_GETNEXT' and only for the GET and SET related modes instead. datamatted table_data storage. - This helper helps you implement a table where all the indexes are expected to be stored within the agent itself and not in some external storage location. More... "Modules" +1c -1c "table_dataset: Helps you implement a table with automatted storage." "This handler helps you implement a table where all the data is expected to be stored within the agent itself and not in some external storage location." -1c "Functions" +1c -1c "void netsnmp_table_data_generate_index_oid (netsnmp_table_row *row)" "generates the index portion of an table oid from a varlist." -1c "int netsnmp_table_data_add_row (netsnmp_table_data *table, netsnmp_table_row *row)" "Adds a row of data to a given table (stored in proper lexographical order)." -1c "netsnmp_table_row * netsnmp_table_data_remove_row (netsnmp_table_data *table, netsnmp_table_row *row)" "removes a row of data to a given table and returns it (no free's called)." -1c "void * netsnmp_table_data_delete_row (netsnmp_table_row *row)" "deletes a row's memory." -1c "void * netsnmp_table_data_remove_and_delete_row (netsnmp_table_data *table, netsnmp_table_row *row)" "removes and frees a row of data to a given table and returns the void *." -1c "void netsnmp_table_data_replace_row (netsnmp_table_data *table, netsnmp_table_row *origrow, netsnmp_table_row *newrow)" "swaps out origrow with newrow." -1c "netsnmp_table_row * netsnmp_table_data_get (netsnmp_table_data *table, netsnmp_variable_list *indexes)" "finds the data in 'datalist' stored at 'indexes'." -1c "netsnmp_table_row * netsnmp_table_data_get_from_oid (netsnmp_table_data *table, oid *searchfor, size_t searchfor_len)" "finds the data in 'datalist' stored at the searchfor oid." -1c "netsnmp_mib_handler * netsnmp_get_table_data_handler (netsnmp_table_data *table)" "Creates a table_data handler and returns it." -1c "int netsnmp_register_table_data (netsnmp_handler_registration *reginfo, netsnmp_table_data *table, netsnmp_table_registration_info *table_info)" "registers a handler as a data table." -1c "int netsnmp_register_read_only_table_data (netsnmp_handler_registration *reginfo, netsnmp_table_data *table, netsnmp_table_registration_info *table_info)" "registers a handler as a read-only data table If table_info != NULL, it registers it as a normal table too." -1c "int netsnmp_table_data_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "The helper handler that takes care of passing a specific row of data down to the lower handler(s)." -1c "netsnmp_table_data * netsnmp_create_table_data (const char *name)" "creates and returns a pointer to table data set." -1c "netsnmp_table_row * netsnmp_create_table_data_row (void)" "creates and returns a pointer to table data set." -1c "netsnmp_table_row * netsnmp_extract_table_row (netsnmp_request_info *request)" "extracts the row being accessed passed from the table_data helper." -1c "void * netsnmp_extract_table_row_data (netsnmp_request_info *request)" "extracts the data from the row being accessed passed from the table_data helper." -1c "int netsnmp_table_data_build_result (netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *request, netsnmp_table_row *row, int column, u_char type, u_char *result_data, size_t result_data_len)" "builds a result given a row, a varbind to set and the data." -1c "netsnmp_table_row * netsnmp_table_data_clone_row (netsnmp_table_row *row)" "clones a data row." (3) -1c date date (1) - print or set the system date and time dd dd (1) - convert a file while copying it ddd ddd (1) - The Data Display Debugger debug debug called. - This is a useful module for run-time debugging of requests as the pass this handler in a calling chain. More... "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_debug_handler (void)" "returns a debug handler that can be injected into a given handler chain." -1c "void debug_print_requests (netsnmp_request_info *requests)" -1c "int netsnmp_debug_helper (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "void netsnmp_init_debug_helper (void)" "initializes the debug helper which then registers a debug handler as a run-time injectable handler for configuration file use." (3) -1c debugging debug called. - This is a useful module for run-time debugging of requests as the pass this handler in a calling chain. More... "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_debug_handler (void)" "returns a debug handler that can be injected into a given handler chain." -1c "void debug_print_requests (netsnmp_request_info *requests)" -1c "int netsnmp_debug_helper (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "void netsnmp_init_debug_helper (void)" "initializes the debug helper which then registers a debug handler as a run-time injectable handler for configuration file use." (3) -1c decayscreen decayscreen (1) - make a screen meltdown. declare bash (1) - bash built-in commands, see bash(1) deco deco (1) - draw tacky 70s basement wall panelling dedes desinit (3) - DES encryption default_store default_store (3) - generic storage of global data. demuxer Possible strategy. - "Defines" +1c -1c "#define DEMUX_DEFAULT_STRATEGY 0" -1c "#define DEMUX_REVERT_STRATEGY 1" -1c "#define DEMUX_CONTENT_STRATEGY 2" -1c "#define DEMUX_EXTENSION_STRATEGY 3" (3) -1c des des (1) - DES file encryption desdone desinit (3) - DES encryption designed table_iterator (3) - Functionally, it is a specialized version of the more generic table helper but easies the burden of GETNEXT processing by manually looping through all the data indexes retrieved through function calls which should be supplied by the module that wishes help. More...The module the table_iterator helps should, afterwards, never be called for the case of 'MODE_GETNEXT' and only for the GET and SET related modes instead. desinit desinit (3) - DES encryption df df (1) - summarize free disk space dict dict (1) - DICT Protocol Client diction diction (1) - print wordy and commonly misused phrases in sentences different multiplexer handlers. - The multiplexer helper lets you split the calling chain depending on the calling mode (get vs getnext vs set). More... "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_multiplexer_handler (netsnmp_mib_handler_methods *req)" "returns a multiplixer handler given a netsnmp_mib_handler_methods structure of subhandlers." -1c "int netsnmp_multiplexer_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "implements the multiplexer helper." (3) -1c dijkstra dijkstra (1) - single-source distance filter dir ls (1) - list contents of directories dirname dirname (1) - strip non-directory suffix from file name dirs bash (1) - bash built-in commands, see bash(1) dot dot (1) - preprocessor for drawing directed graphs dotfile dotfile (1) - run the ``dotfile'' generator dotneato-config dotneato-config (1) - Display Dotneato Library Configuration dotty dotty (1) - A Customizable Graph Editor dp2xmcd dp2xmcd (1) - Discplay-to-xmcd CD database file converter drift drift (1) - draws drifting recursive fractal cosmic flames driver audio capabilities - "Defines" +1c -1c "#define AO_CAP_NOCAP 0x00000000" -1c "#define AO_CAP_MODE_A52 0x00000001" -1c "#define AO_CAP_MODE_AC5 0x00000002" -1c "#define AO_CAP_MODE_MONO 0x00000004" -1c "#define AO_CAP_MODE_STEREO 0x00000008" -1c "#define AO_CAP_MODE_4CHANNEL 0x00000010" -1c "#define AO_CAP_MODE_5CHANNEL 0x00000020" -1c "#define AO_CAP_MODE_5_1CHANNEL 0x00000040" -1c "#define AO_CAP_MIXER_VOL 0x00000080" -1c "#define AO_CAP_PCM_VOL 0x00000100" -1c "#define AO_CAP_MUTE_VOL 0x00000200" -1c "Functions" +1c -1c "int xine_get_audio_capabilities (xine_t *self)" "Get audio driver capabilities." (3) -1c driver video capabilities - "Defines" +1c -1c "#define VO_CAP_HUE 0x00000010" -1c "#define VO_CAP_SATURATION 0x00000020" -1c "#define VO_CAP_BRIGHTNESS 0x00000040" -1c "#define VO_CAP_CONTRAST 0x00000080" -1c "#define VO_CAP_COLORKEY 0x00000100" (3) -1c du du (1) - summarize disk usage dvi3812 dvilj2 (1) - convert dvi files to HP LaserJet or IBM 3812 format dvi3812 dvilj2 (1) - convert dvi files to HP LaserJet or IBM 3812 format dvi3812 dvilj2 (1) - convert dvi files to HP LaserJet or IBM 3812 format dvi3812 dvilj2 (1) - convert dvi files to HP LaserJet or IBM 3812 format dvi3812 dvilj2 (1) - convert dvi files to HP LaserJet or IBM 3812 format dvi3812 dvilj2 (1) - convert dvi files to HP LaserJet or IBM 3812 format dvi3812 dvilj2 (1) - convert dvi files to HP LaserJet or IBM 3812 format dvi3812 dvilj2 (1) - convert dvi files to HP LaserJet or IBM 3812 format dvi3812 dvilj2 (1) - convert dvi files to HP LaserJet or IBM 3812 format dvilj dvilj2 (1) - convert dvi files to HP LaserJet or IBM 3812 format dvilj dvilj2 (1) - convert dvi files to HP LaserJet or IBM 3812 format dvilj dvilj2 (1) - convert dvi files to HP LaserJet or IBM 3812 format dvilj dvilj2 (1) - convert dvi files to HP LaserJet or IBM 3812 format dvilj dvilj2 (1) - convert dvi files to HP LaserJet or IBM 3812 format dvilj dvilj2 (1) - convert dvi files to HP LaserJet or IBM 3812 format dvilj dvilj2 (1) - convert dvi files to HP LaserJet or IBM 3812 format dvilj dvilj2 (1) - convert dvi files to HP LaserJet or IBM 3812 format dvilj dvilj2 (1) - convert dvi files to HP LaserJet or IBM 3812 format dvilj2 dvilj2 (1) - convert dvi files to HP LaserJet or IBM 3812 format dvilj2 dvilj2 (1) - convert dvi files to HP LaserJet or IBM 3812 format dvilj2 dvilj2 (1) - convert dvi files to HP LaserJet or IBM 3812 format dvilj2 dvilj2 (1) - convert dvi files to HP LaserJet or IBM 3812 format dvilj2 dvilj2 (1) - convert dvi files to HP LaserJet or IBM 3812 format dvilj2 dvilj2 (1) - convert dvi files to HP LaserJet or IBM 3812 format dvilj2 dvilj2 (1) - convert dvi files to HP LaserJet or IBM 3812 format dvilj2 dvilj2 (1) - convert dvi files to HP LaserJet or IBM 3812 format dvilj2 dvilj2 (1) - convert dvi files to HP LaserJet or IBM 3812 format dvilj2p dvilj2 (1) - convert dvi files to HP LaserJet or IBM 3812 format dvilj2p dvilj2 (1) - convert dvi files to HP LaserJet or IBM 3812 format dvilj2p dvilj2 (1) - convert dvi files to HP LaserJet or IBM 3812 format dvilj2p dvilj2 (1) - convert dvi files to HP LaserJet or IBM 3812 format dvilj2p dvilj2 (1) - convert dvi files to HP LaserJet or IBM 3812 format dvilj2p dvilj2 (1) - convert dvi files to HP LaserJet or IBM 3812 format dvilj2p dvilj2 (1) - convert dvi files to HP LaserJet or IBM 3812 format dvilj2p dvilj2 (1) - convert dvi files to HP LaserJet or IBM 3812 format dvilj2p dvilj2 (1) - convert dvi files to HP LaserJet or IBM 3812 format dviljp dvilj2 (1) - convert dvi files to HP LaserJet or IBM 3812 format dviljp dvilj2 (1) - convert dvi files to HP LaserJet or IBM 3812 format dviljp dvilj2 (1) - convert dvi files to HP LaserJet or IBM 3812 format dviljp dvilj2 (1) - convert dvi files to HP LaserJet or IBM 3812 format dviljp dvilj2 (1) - convert dvi files to HP LaserJet or IBM 3812 format dviljp dvilj2 (1) - convert dvi files to HP LaserJet or IBM 3812 format dviljp dvilj2 (1) - convert dvi files to HP LaserJet or IBM 3812 format dviljp dvilj2 (1) - convert dvi files to HP LaserJet or IBM 3812 format dviljp dvilj2 (1) - convert dvi files to HP LaserJet or IBM 3812 format echo bash (1) - bash built-in commands, see bash(1) echo echo (1) - display a line of text ee ee (1) - easy editor efence efence (3) - Electric Fence Malloc Debugger egrep grep (1) - print lines matching a pattern elvis elvis (1) - The editor elvprsv elvprsv (1) - Preserve the the modified version of a file after a crash. elvrec elvrec (1) - Recover the modified version of a file after a crash enable bash (1) - bash built-in commands, see bash(1) endes desinit (3) - DES encryption env env (1) - run a program in a modified environment epinfo epinfo (1) - extract technical information from digital camera generated files eval bash (1) - bash built-in commands, see bash(1) ex elvis (1) - The editor example example_scalar_int scalars. - This example merely creates some scalar registrations that allows some simple variables to be accessed via SNMP. More... "Functions" +1c -1c "void init_scalar_int (void)" (3) -1c example_scalar_int example_scalar_int scalars. - This example merely creates some scalar registrations that allows some simple variables to be accessed via SNMP. More... "Functions" +1c -1c "void init_scalar_int (void)" (3) -1c exec bash (1) - bash built-in commands, see bash(1) exit bash (1) - bash built-in commands, see bash(1) expand expand (1) - convert tabs to spaces export bash (1) - bash built-in commands, see bash(1) expr expr (1) - evaluate expressions expr expr (3) - c-like expression library externally. table_iterator (3) - Functionally, it is a specialized version of the more generic table helper but easies the burden of GETNEXT processing by manually looping through all the data indexes retrieved through function calls which should be supplied by the module that wishes help. More...The module the table_iterator helps should, afterwards, never be called for the case of 'MODE_GETNEXT' and only for the GET and SET related modes instead. extract_a52 extract_a52 (1) - extract ATSC A/52 audio from a MPEG stream. false false (1) - do nothing, unsuccessfully fc bash (1) - bash built-in commands, see bash(1) fdp fdp (1) - filter for drawing undirected graphs fe fe (1) - folding editor fetchmail fetchmail (1) - fetch mail from a POP, IMAP, ETRN, or ODMR-capable server fetchmail fetchmail (1) - fetch mail from a POP, IMAP, ETRN, or ODMR-capable server few example_scalar_int scalars. - This example merely creates some scalar registrations that allows some simple variables to be accessed via SNMP. More... "Functions" +1c -1c "void init_scalar_int (void)" (3) -1c fg bash (1) - bash built-in commands, see bash(1) fgrep grep (1) - print lines matching a pattern find find (1) - search for files in a directory hierarchy fixps fixps (1) - sanitize PostScript files flag flag (1) - draws a waving flag, containing text or an image flame flame (1) - draw weird cosmic fractals flea flea (1) - Report a bug (or rather a flea) in mutt. flex flex (1) - fast lexical analyzer generator flexdoc flexdoc (1) - documentation for flex, fast lexical analyzer generator fold fold (1) - wrap each input line to fit in specified width for Constants functions. - "Defines" +1c -1c "#define AO_PROP_MIXER_VOL 0" -1c "#define AO_PROP_PCM_VOL 1" -1c "#define AO_PROP_MUTE_VOL 2" -1c "Functions" +1c -1c "int xine_get_audio_property (xine_t *self, int property)" "Get audio driver property." -1c "int xine_set_audio_property (xine_t *self, int property, int value)" "Set audio driver property value." (3) -1c for Constants functions. - "Defines" +1c -1c "#define VO_PROP_INTERLACED 0" -1c "#define VO_PROP_ASPECT_RATIO 1" -1c "#define VO_PROP_HUE 2" -1c "#define VO_PROP_SATURATION 3" -1c "#define VO_PROP_CONTRAST 4" -1c "#define VO_PROP_BRIGHTNESS 5" -1c "#define VO_PROP_COLORKEY 6" -1c "#define VO_PROP_SOFT_DEINTERLACE 7" -1c "#define VO_NUM_PROPERTIES 8" (3) -1c for Possible call - "Defines" +1c -1c "#define ASPECT_AUTO 0" -1c "#define ASPECT_ANAMORPHIC 1" -1c "#define ASPECT_FULL 2" -1c "#define ASPECT_DVB 3" -1c "#define ASPECT_SQUARE 4" -1c "#define NUM_ASPECT_RATIOS 5" (3) -1c for bash (1) - bash built-in commands, see bash(1) for bulk_to_next handler. - The only purpose of this handler is to convert a GETBULK request to a GETNEXT request. More... "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_bulk_to_next_handler (void)" "returns a bulk_to_next handler that can be injected into a given handler chain." -1c "void netsnmp_bulk_to_next_fix_requests (netsnmp_request_info *requests)" "takes answered requests and decrements the repeat count and updates the requests to the next to-do varbind in the list." -1c "int netsnmp_bulk_to_next_helper (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "void netsnmp_init_bulk_to_next_helper (void)" "initializes the bulk_to_next helper which then registers a bulk_to_next handler as a run-time injectable handler for configuration file use." (3) -1c for table_array lookups. - The table_array handler is used (automatically) in conjuntion with the table handler. More... "Functions" +1c -1c "int netsnmp_table_container_register (netsnmp_handler_registration *reginfo, netsnmp_table_registration_info *tabreg, netsnmp_table_array_callbacks *cb, netsnmp_container *container, int group_rows)" "register specified callbacks for the specified table/oid." -1c "netsnmp_mib_handler * netsnmp_find_table_array_handler (netsnmp_handler_registration *reginfo)" "find the handler for the table_array helper." -1c "netsnmp_container * netsnmp_extract_array_context (netsnmp_request_info *request)" "find the context data used by the table_array helper." -1c "int netsnmp_table_array_check_row_status (netsnmp_table_array_callbacks *cb, netsnmp_request_group *ag, long *rs_new, long *rs_old)" "this function is called to validate RowStatus transitions." (3) -1c for table_iterator (3) - Functionally, it is a specialized version of the more generic table helper but easies the burden of GETNEXT processing by manually looping through all the data indexes retrieved through function calls which should be supplied by the module that wishes help. More...The module the table_iterator helps should, afterwards, never be called for the case of 'MODE_GETNEXT' and only for the GET and SET related modes instead. forest forest (1) - draws a fractal forest form table_iterator (3) - Functionally, it is a specialized version of the more generic table helper but easies the burden of GETNEXT processing by manually looping through all the data indexes retrieved through function calls which should be supplied by the module that wishes help. More...The module the table_iterator helps should, afterwards, never be called for the case of 'MODE_GETNEXT' and only for the GET and SET related modes instead. fprint_description init_mib (3) - mib_api functions fprint_objid init_mib (3) - mib_api functions fprint_value init_mib (3) - mib_api functions fprint_variable init_mib (3) - mib_api functions ftpget ftpget (1) - Get files fast from the commandline g++ g++ (1) - GNU project C++ Compiler g++ gcc (1) - GNU project C and C++ Compiler (v2.7) galaxy galaxy (1) - draws spinning galaxies galette galette (1) - CD audio extractor/grabber/ripper for Solaris gawk gawk (1) - pattern scanning and processing language gc gc (1) - count graph components gcc gcc (1) - GNU project C and C++ Compiler (v2.7) gdb gdb (1) - The GNU Debugger gdtclft gdtclft (n) - render images in various bitmap formats (GD, GD2, GIF, JPEG, PNG, WBMP, XBM) geqn geqn (1) - format equations for troff get Zephyr::Notice (3) - Perl class package for Zephyr notices get/set Constants functions. - "Defines" +1c -1c "#define AO_PROP_MIXER_VOL 0" -1c "#define AO_PROP_PCM_VOL 1" -1c "#define AO_PROP_MUTE_VOL 2" -1c "Functions" +1c -1c "int xine_get_audio_property (xine_t *self, int property)" "Get audio driver property." -1c "int xine_set_audio_property (xine_t *self, int property, int value)" "Set audio driver property value." (3) -1c get/set Constants functions. - "Defines" +1c -1c "#define VO_PROP_INTERLACED 0" -1c "#define VO_PROP_ASPECT_RATIO 1" -1c "#define VO_PROP_HUE 2" -1c "#define VO_PROP_SATURATION 3" -1c "#define VO_PROP_CONTRAST 4" -1c "#define VO_PROP_BRIGHTNESS 5" -1c "#define VO_PROP_COLORKEY 6" -1c "#define VO_PROP_SOFT_DEINTERLACE 7" -1c "#define VO_NUM_PROPERTIES 8" (3) -1c getAuth Zephyr::Notice (3) - Perl class package for Zephyr notices getFormat Zephyr::Notice (3) - Perl class package for Zephyr notices getFrom Zephyr::Notice (3) - Perl class package for Zephyr notices getKind Zephyr::Notice (3) - Perl class package for Zephyr notices getMUID Zephyr::Notice (3) - Perl class package for Zephyr notices getMessage Zephyr::Notice (3) - Perl class package for Zephyr notices getOpcode Zephyr::Notice (3) - Perl class package for Zephyr notices getOther Zephyr::Notice (3) - Perl class package for Zephyr notices getPort Zephyr::Notice (3) - Perl class package for Zephyr notices getSendAddr Zephyr::Notice (3) - Perl class package for Zephyr notices getSender Zephyr::Notice (3) - Perl class package for Zephyr notices getTargets Zephyr::Notice (3) - Perl class package for Zephyr notices getTime Zephyr::Notice (3) - Perl class package for Zephyr notices getUID Zephyr::Notice (3) - Perl class package for Zephyr notices getVersion Zephyr::Notice (3) - Perl class package for Zephyr notices get_module_node init_mib (3) - mib_api functions getopts bash (1) - bash built-in commands, see bash(1) ghostview ghostview (1) - View PostScript documents using ghostscript gindxbib gindxbib (1) - make inverted index for bibliographic databases glimpse glimpse (1) - search quickly through entire file systems glimpseindex glimpseindex (1) - index whole file systems to be searched by glimpse glimpseserver glimpseserver (1) - a server version of the glimpse searching package. globe globe (1) - display the currently-lighted face of Earth in ASCII glookbib glookbib (1) - search bibliographic databases gnroff gnroff (1) - emulate nroff command with groff go500 go500 (8) - Local Gopher index search to X.500 search gateway go500gw go500gw (8) - General Gopher to X.500 gateway for browsing and searching goop goop (1) - squishy transparent oil and bubble screenhack gperf gperf (1) - generate a perfect hash function from a key set gphoto2 gphoto2 (1) - command-line gphoto2 client gpic gpic (1) - compile pictures for troff or TeX grav grav (1) - draws a simple orbital simulation grefer grefer (1) - preprocess bibliographic references for groff grep grep (1) - print lines matching a pattern greynetic greynetic (1) - draw random stippled/color rectangles grodvi grodvi (1) - convert groff output to TeX dvi format groff groff (1) - front end for the groff document formatting system groff_char groff_char (7) - groff character names groff_font groff_font (5) - format of groff device and font description files groff_me groff_me (7) - troff macros for formatting papers groff_mm groff_mm (7) - groff mm macros groff_mmse groff_mmse (7) - svenska mm makro för groff groff_ms groff_ms (7) - groff ms macros groff_out groff_out (5) - groff intermediate output format grog grog (1) - guess options for groff command grops grops (1) - PostScript driver for groff grotty grotty (1) - groff driver for typewriter-like devices groups groups (1) - print the groups a user is in gs gs (1) - PostScript previewer gsoelim gsoelim (1) - interpret .so requests in groff input gtbl gtbl (1) - format tables for troff gtimer gtimer (1) - an application for recording time spent on user-defined tasks. gtroff gtroff (1) - format documents guessing Possible strategy. - "Defines" +1c -1c "#define DEMUX_DEFAULT_STRATEGY 0" -1c "#define DEMUX_REVERT_STRATEGY 1" -1c "#define DEMUX_CONTENT_STRATEGY 2" -1c "#define DEMUX_EXTENSION_STRATEGY 3" (3) -1c gunzip gzip (1) - compress or expand files gvcolor gvcolor (1) - flow colors through a ranked digraph ( previously known as colorize ) gvpack gvpack (1) - merge and pack disjoint graphs gvpr gvpr (1) - graph pattern scanning and processing language ( previously known as gpr ) gxditview gxditview (1) - display gtroff output files gxl2dot gxl2dot (1) - GXL-DOT converters gxl2dot gxl2dot (1) - GXL-DOT converters gzexe gzexe (1) - compress executable files in place gzip gzip (1) - compress or expand files halo halo (1) - draw circular interference patterns halo halo (1) - draw circular patterns handler Agent API - The basic theory goes something like this: In the past, with the original mib module api (which derived from the original CMU SNMP code) the underlying mib modules were passed very little information (only the truly most basic information about a request). More... "Modules" +1c -1c "watcher: watch a specified variable and process" "it as an instance or scalar object." +1c -1c "table: Helps you implement a table." "This handler helps you implement a table by doing some of the processing for you." +1c -1c "set_data: helps storing and retriving of data during set transactions" "The set_data helper." +1c -1c "serialize: Calls sub handlers one request at a time." "This functionally passes in one request at a time into lower handlers rather than a whole bunch of requests at once." +1c -1c "scalar: process scalars easily." -1c "read_only: make your handler read_only automatically" "The only purpose of this handler is to return an appropriate error for any requests passed to it in a SET mode." +1c -1c "old_api: Calls mib module code written in the old style of code." "This is a backwards compatilibity module that allows code written in the old API to be run under the new handler based architecture." +1c -1c "multiplexer: splits mode requests into calls to different handlers." "The multiplexer helper lets you split the calling chain depending on the calling mode (get vs getnext vs set)." +1c -1c "instance: process scalars and other instances easily." -1c "debug: print out debugging information about the handler chain being called." "This is a useful module for run-time debugging of requests as the pass this handler in a calling chain." +1c -1c "bulk_to_next: convert GETBULK requests into GETNEXT requests for the handler." "The only purpose of this handler is to convert a GETBULK request to a GETNEXT request." -1c "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_create_handler (const char *name, Netsnmp_Node_Handler *handler_access_method)" "creates a netsnmp_mib_handler structure given a name and a access method." -1c "netsnmp_handler_registration * netsnmp_create_handler_registration (const char *name, Netsnmp_Node_Handler *handler_access_method, oid *reg_oid, size_t reg_oid_len, int modes)" "creates a handler registration structure given a name, a access_method function, a registration location oid and the modes the handler supports." -1c "int netsnmp_register_handler (netsnmp_handler_registration *reginfo)" "register a handler, as defined by the netsnmp_handler_registration pointer." -1c "int netsnmp_register_handler_nocallback (netsnmp_handler_registration *reginfo)" "register a handler, as defined by the netsnmp_handler_registration pointer." -1c "int netsnmp_inject_handler (netsnmp_handler_registration *reginfo, netsnmp_mib_handler *handler)" "inject a new handler into the calling chain of the handlers definedy by the netsnmp_handler_registration pointer." -1c "int netsnmp_call_handlers (netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "int netsnmp_call_handler (netsnmp_mib_handler *next_handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "calls a handler with with appropriate NULL checking of arguments, etc." -1c "int netsnmp_call_next_handler (netsnmp_mib_handler *current, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "calls the next handler in the chain after the current one with with appropriate NULL checking, etc." -1c "int netsnmp_call_next_handler_one_request (netsnmp_mib_handler *current, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "calls the next handler in the chain after the current one with with appropriate NULL checking, etc." -1c "void netsnmp_handler_free (netsnmp_mib_handler *handler)" "free's the resourceses associated with a given handler." -1c "netsnmp_mib_handler * netsnmp_handler_dup (netsnmp_mib_handler *handler)" "dulpicates a handler." -1c "void netsnmp_handler_registration_free (netsnmp_handler_registration *reginfo)" "free the resources associated with a handler registration object." -1c "netsnmp_handler_registration * netsnmp_handler_registration_dup (netsnmp_handler_registration *reginfo)" "duplicates the handler registration object." -1c "netsnmp_delegated_cache * netsnmp_create_delegated_cache (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests, void *localinfo)" "creates a cache of information which can be saved for future reference." -1c "netsnmp_delegated_cache * netsnmp_handler_check_cache (netsnmp_delegated_cache *dcache)" "check's a given cache and returns it if it is still valid (ie, the agent still considers it to be an outstanding request." -1c "void netsnmp_free_delegated_cache (netsnmp_delegated_cache *dcache)" "frees a cache once you're finished using it." -1c "void netsnmp_handler_mark_requests_as_delegated (netsnmp_request_info *requests, int isdelegated)" "marks a list of requests as delegated (or not if isdelegaded = 0)." -1c "void netsnmp_request_add_list_data (netsnmp_request_info *request, netsnmp_data_list *node)" "add data to a request that can be extracted later by submodules." -1c "void * netsnmp_request_get_list_data (netsnmp_request_info *request, const char *name)" "extract data from a request that was added previously by a parent module." -1c "void netsnmp_free_request_data_set (netsnmp_request_info *request)" "Free the extra data stored in a request." -1c "void netsnmp_free_request_data_sets (netsnmp_request_info *request)" "Free the extra data stored in a bunch of requests (all data in the chain)." -1c "netsnmp_mib_handler * netsnmp_find_handler_by_name (netsnmp_handler_registration *reginfo, const char *name)" "Returns a handler from a chain based on the name." -1c "void * netsnmp_find_handler_data_by_name (netsnmp_handler_registration *reginfo, const char *name)" "Returns a handler's void * pointer from a chain based on the name." -1c "netsnmp_mib_handler * clone_handler (netsnmp_mib_handler *it)" "clones a mib handler (it's name and access methods onlys; not myvoid)." -1c "void netsnmp_register_handler_by_name (const char *name, netsnmp_mib_handler *handler)" "registers a given handler by name so that it can be found easily later." -1c "void netsnmp_inject_handler_into_subtree (netsnmp_subtree *tp, const char *name, netsnmp_mib_handler *handler)" -1c "void parse_injectHandler_conf (const char *token, char *cptr)" -1c "void netsnmp_init_handler_conf (void)" (3) -1c handler debug called. - This is a useful module for run-time debugging of requests as the pass this handler in a calling chain. More... "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_debug_handler (void)" "returns a debug handler that can be injected into a given handler chain." -1c "void debug_print_requests (netsnmp_request_info *requests)" -1c "int netsnmp_debug_helper (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "void netsnmp_init_debug_helper (void)" "initializes the debug helper which then registers a debug handler as a run-time injectable handler for configuration file use." (3) -1c handler read_only automatically - The only purpose of this handler is to return an appropriate error for any requests passed to it in a SET mode. More... "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_read_only_handler (void)" "returns a read_only handler that can be injected into a given handler chain." -1c "int netsnmp_read_only_helper (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "void netsnmp_init_read_only_helper (void)" "initializes the read_only helper which then registers a read_only handler as a run-time injectable handler for configuration file use." (3) -1c handler table_iterator (3) - Functionally, it is a specialized version of the more generic table helper but easies the burden of GETNEXT processing by manually looping through all the data indexes retrieved through function calls which should be supplied by the module that wishes help. More...The module the table_iterator helps should, afterwards, never be called for the case of 'MODE_GETNEXT' and only for the GET and SET related modes instead. handlers serialize time. - This functionally passes in one request at a time into lower handlers rather than a whole bunch of requests at once. More... "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_serialize_handler (void)" "returns a serialize handler that can be injected into a given handler chain." -1c "int netsnmp_register_serialize (netsnmp_handler_registration *reginfo)" "functionally the same as calling netsnmp_register_handler() but also injects a serialize handler at the same time for you." -1c "int netsnmp_serialize_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "Implements the serial handler." -1c "void netsnmp_init_serialize (void)" "initializes the serialize helper which then registers a serialize handler as a run-time injectable handler for configuration file use." (3) -1c hash bash (1) - bash built-in commands, see bash(1) head head (1) - output the first part of files helix helix (1) - draw helical string-art patterns help bash (1) - bash built-in commands, see bash(1) helper table_iterator (3) - Functionally, it is a specialized version of the more generic table helper but easies the burden of GETNEXT processing by manually looping through all the data indexes retrieved through function calls which should be supplied by the module that wishes help. More...The module the table_iterator helps should, afterwards, never be called for the case of 'MODE_GETNEXT' and only for the GET and SET related modes instead. hexbin hexbin (1) - Macintosh file de-debinhexer history bash (1) - bash built-in commands, see bash(1) hopalong hopalong (1) - draw real plane fractals html2ps html2ps (1) - convert HTML to PostScript html2psrc html2psrc (5) - configuration file format for html2ps(1) hypercube hypercube (1) - 2d projection of a 4d object ical ical (1) - An X based Calendar Program iconv iconv (3) - perform character set conversion iconv_close iconv_close (3) - deallocate descriptor for character set conversion iconv_open iconv_open (3) - allocate descriptor for character set conversion id id (1) - print real and effective UIDs and GIDs if bash (1) - bash built-in commands, see bash(1) ifs ifs (1) - draws spinning, colliding iterated-function-system images imfrom imfrom (1) - who is my mail from? implement table table. - This handler helps you implement a table by doing some of the processing for you. More... "Modules" +1c -1c "table_iterator: The table iterator helper is designed to simplify the task of writing a table handler for the net-snmp agent when the data being accessed is not in an oid sorted form and must be accessed externally." "Functionally, it is a specialized version of the more generic table helper but easies the burden of GETNEXT processing by manually looping through all the data indexes retrieved through function calls which should be supplied by the module that wishes help." +1c -1c "table_data: Helps you implement a table with datamatted storage." "This helper helps you implement a table where all the indexes are expected to be stored within the agent itself and not in some external storage location." +1c -1c "table_array: Helps you implement a table when data can be stored locally. The data is stored in a sorted array, using a binary search for lookups." "The table_array handler is used (automatically) in conjuntion with the table handler." -1c "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_table_handler (netsnmp_table_registration_info *tabreq)" "Given a netsnmp_table_registration_info object, creates a table handler." -1c "int netsnmp_register_table (netsnmp_handler_registration *reginfo, netsnmp_table_registration_info *tabreq)" "creates a table handler given the netsnmp_table_registration_info object, inserts it into the request chain and then calls netsnmp_register_handler() to register the table into the agent." -1c "netsnmp_table_request_info * netsnmp_extract_table_info (netsnmp_request_info *request)" "extracts the processed table information from a given request." -1c "netsnmp_table_registration_info * netsnmp_find_table_registration_info (netsnmp_handler_registration *reginfo)" "extracts the registered netsnmp_table_registration_info object from a netsnmp_handler_registration object." -1c "int table_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "implements the table helper handler." -1c "int netsnmp_table_build_result (netsnmp_handler_registration *reginfo, netsnmp_request_info *reqinfo, netsnmp_table_request_info *table_info, u_char type, u_char *result, size_t result_len)" "Builds the result to be returned to the agent given the table information." -1c "int netsnmp_table_build_oid (netsnmp_handler_registration *reginfo, netsnmp_request_info *reqinfo, netsnmp_table_request_info *table_info)" "given a registration info object, a request object and the table info object it builds the request->requestvb->name oid from the index values and column information found in the table_info object." -1c "int netsnmp_table_build_oid_from_index (netsnmp_handler_registration *reginfo, netsnmp_request_info *reqinfo, netsnmp_table_request_info *table_info)" "Builds an oid from index information." -1c "int netsnmp_update_variable_list_from_index (netsnmp_table_request_info *tri)" "parses an OID into table indexses." -1c "int netsnmp_update_indexes_from_variable_list (netsnmp_table_request_info *tri)" "builds an oid given a set of indexes." -1c "int netsnmp_check_getnext_reply (netsnmp_request_info *request, oid *prefix, size_t prefix_len, netsnmp_variable_list *newvar, netsnmp_variable_list **outvar)" "checks the original request against the current data being passed in if its greater than the request oid but less than the current valid return, set the current valid return to the new value." (3) -1c implement table_array lookups. - The table_array handler is used (automatically) in conjuntion with the table handler. More... "Functions" +1c -1c "int netsnmp_table_container_register (netsnmp_handler_registration *reginfo, netsnmp_table_registration_info *tabreg, netsnmp_table_array_callbacks *cb, netsnmp_container *container, int group_rows)" "register specified callbacks for the specified table/oid." -1c "netsnmp_mib_handler * netsnmp_find_table_array_handler (netsnmp_handler_registration *reginfo)" "find the handler for the table_array helper." -1c "netsnmp_container * netsnmp_extract_array_context (netsnmp_request_info *request)" "find the context data used by the table_array helper." -1c "int netsnmp_table_array_check_row_status (netsnmp_table_array_callbacks *cb, netsnmp_request_group *ag, long *rs_new, long *rs_old)" "this function is called to validate RowStatus transitions." (3) -1c implement table_data storage. - This helper helps you implement a table where all the indexes are expected to be stored within the agent itself and not in some external storage location. More... "Modules" +1c -1c "table_dataset: Helps you implement a table with automatted storage." "This handler helps you implement a table where all the data is expected to be stored within the agent itself and not in some external storage location." -1c "Functions" +1c -1c "void netsnmp_table_data_generate_index_oid (netsnmp_table_row *row)" "generates the index portion of an table oid from a varlist." -1c "int netsnmp_table_data_add_row (netsnmp_table_data *table, netsnmp_table_row *row)" "Adds a row of data to a given table (stored in proper lexographical order)." -1c "netsnmp_table_row * netsnmp_table_data_remove_row (netsnmp_table_data *table, netsnmp_table_row *row)" "removes a row of data to a given table and returns it (no free's called)." -1c "void * netsnmp_table_data_delete_row (netsnmp_table_row *row)" "deletes a row's memory." -1c "void * netsnmp_table_data_remove_and_delete_row (netsnmp_table_data *table, netsnmp_table_row *row)" "removes and frees a row of data to a given table and returns the void *." -1c "void netsnmp_table_data_replace_row (netsnmp_table_data *table, netsnmp_table_row *origrow, netsnmp_table_row *newrow)" "swaps out origrow with newrow." -1c "netsnmp_table_row * netsnmp_table_data_get (netsnmp_table_data *table, netsnmp_variable_list *indexes)" "finds the data in 'datalist' stored at 'indexes'." -1c "netsnmp_table_row * netsnmp_table_data_get_from_oid (netsnmp_table_data *table, oid *searchfor, size_t searchfor_len)" "finds the data in 'datalist' stored at the searchfor oid." -1c "netsnmp_mib_handler * netsnmp_get_table_data_handler (netsnmp_table_data *table)" "Creates a table_data handler and returns it." -1c "int netsnmp_register_table_data (netsnmp_handler_registration *reginfo, netsnmp_table_data *table, netsnmp_table_registration_info *table_info)" "registers a handler as a data table." -1c "int netsnmp_register_read_only_table_data (netsnmp_handler_registration *reginfo, netsnmp_table_data *table, netsnmp_table_registration_info *table_info)" "registers a handler as a read-only data table If table_info != NULL, it registers it as a normal table too." -1c "int netsnmp_table_data_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "The helper handler that takes care of passing a specific row of data down to the lower handler(s)." -1c "netsnmp_table_data * netsnmp_create_table_data (const char *name)" "creates and returns a pointer to table data set." -1c "netsnmp_table_row * netsnmp_create_table_data_row (void)" "creates and returns a pointer to table data set." -1c "netsnmp_table_row * netsnmp_extract_table_row (netsnmp_request_info *request)" "extracts the row being accessed passed from the table_data helper." -1c "void * netsnmp_extract_table_row_data (netsnmp_request_info *request)" "extracts the data from the row being accessed passed from the table_data helper." -1c "int netsnmp_table_data_build_result (netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *request, netsnmp_table_row *row, int column, u_char type, u_char *result_data, size_t result_data_len)" "builds a result given a row, a varbind to set and the data." -1c "netsnmp_table_row * netsnmp_table_data_clone_row (netsnmp_table_row *row)" "clones a data row." (3) -1c implement table_dataset storage. - This handler helps you implement a table where all the data is expected to be stored within the agent itself and not in some external storage location. More... "Functions" +1c -1c "netsnmp_table_data_set * netsnmp_create_table_data_set (const char *table_name)" "Create a netsnmp_table_data_set structure given a table_data definition." -1c "netsnmp_mib_handler * netsnmp_get_table_data_set_handler (netsnmp_table_data_set *data_set)" "Given a netsnmp_table_data_set definition, create a handler for it." -1c "int netsnmp_register_table_data_set (netsnmp_handler_registration *reginfo, netsnmp_table_data_set *data_set, netsnmp_table_registration_info *table_info)" "register a given data_set at a given oid (specified in the netsnmp_handler_registration pointer)." -1c "netsnmp_table_data_set_storage * netsnmp_table_data_set_find_column (netsnmp_table_data_set_storage *start, unsigned int column)" "Finds a column within a given storage set, given the pointer to the start of the storage set list." -1c "netsnmp_table_data_set_storage * netsnmp_extract_table_data_set_column (netsnmp_request_info *request, unsigned int column)" "extracts a netsnmp_table_data_set pointer from a given request." -1c "netsnmp_table_data_set * netsnmp_extract_table_data_set (netsnmp_request_info *request)" "extracts a netsnmp_table_data_set pointer from a given request." -1c "int netsnmp_mark_row_column_writable (netsnmp_table_row *row, int column, int writable)" "marks a given column in a row as writable or not." -1c "int netsnmp_set_row_column (netsnmp_table_row *row, unsigned int column, int type, const char *value, size_t value_len)" "sets a given column in a row with data given a type, value, and length." -1c "int netsnmp_table_set_add_default_row (netsnmp_table_data_set *table_set, unsigned int column, int type, int writable, void *default_value, size_t default_value_len)" "adds a new default row to a table_set." -1c "netsnmp_table_row * netsnmp_table_data_set_clone_row (netsnmp_table_row *row)" "clones a dataset row, including all data." -1c "netsnmp_table_row * netsnmp_table_data_set_create_row_from_defaults (netsnmp_table_data_set_storage *defrow)" "creates a new row from an existing defined default set." -1c "int netsnmp_table_data_set_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "implements the table data helper." -1c "void netsnmp_register_auto_data_table (netsnmp_table_data_set *table_set, char *registration_name)" "registers a table_dataset so that the 'add_row' snmpd.conf token can be used to add data to this table." -1c "void netsnmp_config_parse_table_set (const char *token, char *line)" -1c "void netsnmp_config_parse_add_row (const char *token, char *line)" -1c "void netsnmp_table_dataset_add_index (netsnmp_table_data_set *table, u_char type)" "adds an index to the table." -1c "void netsnmp_table_dataset_add_row (netsnmp_table_data_set *table, netsnmp_table_row *row)" "adds a new row to a dataset table." -1c "void netsnmp_table_dataset_replace_row (netsnmp_table_data_set *table, netsnmp_table_row *origrow, netsnmp_table_row *newrow)" "adds a new row to a dataset table." -1c "netsnmp_table_data_set_storage * netsnmp_table_dataset_delete_data (netsnmp_table_data_set_storage *data)" "deletes a single dataset table data." -1c "void netsnmp_table_dataset_delete_all_data (netsnmp_table_data_set_storage *data)" "deletes all the data from this node and beyond in the linked list." -1c "void netsnmp_table_dataset_delete_row (netsnmp_table_row *row)" "deletes all the data from this node and beyond in the linked list." -1c "void netsnmp_table_dataset_remove_row (netsnmp_table_data_set *table, netsnmp_table_row *row)" "removes a row from the table, but doesn't delete/free anything." -1c "void netsnmp_table_dataset_remove_and_delete_row (netsnmp_table_data_set *table, netsnmp_table_row *row)" "removes a row from the table and then deletes it (and all it's data)." -1c "void netsnmp_table_set_multi_add_default_row (va_dcl) va_dcl" "adds multiple data column definitions to each row." (3) -1c imsmap imsmap (1) - generate fractal maps in old_api code. - This is a backwards compatilibity module that allows code written in the old API to be run under the new handler based architecture. More... "Functions" +1c -1c "netsnmp_mib_handler * get_old_api_handler (void)" "returns a old_api handler that should be the final calling handler." -1c "int netsnmp_register_old_api (const char *moduleName, struct variable *var, size_t varsize, size_t numvars, oid *mibloc, size_t mibloclen, int priority, int range_subid, oid range_ubound, netsnmp_session *ss, const char *context, int timeout, int flags)" "Registers an old API set into the mib tree." -1c "int netsnmp_register_mib_table_row (const char *moduleName, struct variable *var, size_t varsize, size_t numvars, oid *mibloc, size_t mibloclen, int priority, int var_subid, netsnmp_session *ss, const char *context, int timeout, int flags)" "registers a row within a mib table." -1c "int netsnmp_old_api_helper (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "implements the old_api handler." (3) -1c in table_array lookups. - The table_array handler is used (automatically) in conjuntion with the table handler. More... "Functions" +1c -1c "int netsnmp_table_container_register (netsnmp_handler_registration *reginfo, netsnmp_table_registration_info *tabreg, netsnmp_table_array_callbacks *cb, netsnmp_container *container, int group_rows)" "register specified callbacks for the specified table/oid." -1c "netsnmp_mib_handler * netsnmp_find_table_array_handler (netsnmp_handler_registration *reginfo)" "find the handler for the table_array helper." -1c "netsnmp_container * netsnmp_extract_array_context (netsnmp_request_info *request)" "find the context data used by the table_array helper." -1c "int netsnmp_table_array_check_row_status (netsnmp_table_array_callbacks *cb, netsnmp_request_group *ag, long *rs_new, long *rs_old)" "this function is called to validate RowStatus transitions." (3) -1c in table_iterator (3) - Functionally, it is a specialized version of the more generic table helper but easies the burden of GETNEXT processing by manually looping through all the data indexes retrieved through function calls which should be supplied by the module that wishes help. More...The module the table_iterator helps should, afterwards, never be called for the case of 'MODE_GETNEXT' and only for the GET and SET related modes instead. in.xfingerd in.xfingerd (8) - Finger to LDAP/X.500 gateway daemon information debug called. - This is a useful module for run-time debugging of requests as the pass this handler in a calling chain. More... "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_debug_handler (void)" "returns a debug handler that can be injected into a given handler chain." -1c "void debug_print_requests (netsnmp_request_info *requests)" -1c "int netsnmp_debug_helper (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "void netsnmp_init_debug_helper (void)" "initializes the debug helper which then registers a debug handler as a run-time injectable handler for configuration file use." (3) -1c init_mib init_mib (3) - mib_api functions init_mib_internals init_mib (3) - mib_api functions input elvis (1) - The editor install install (1) - copy files and set their attributes instance instance easily. - "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_instance_handler (void)" -1c "int netsnmp_register_instance (netsnmp_handler_registration *reginfo)" -1c "int netsnmp_register_read_only_instance (netsnmp_handler_registration *reginfo)" -1c "int netsnmp_register_read_only_ulong_instance (const char *name, oid *reg_oid, size_t reg_oid_len, u_long *it, Netsnmp_Node_Handler *subhandler)" -1c "int netsnmp_register_ulong_instance (const char *name, oid *reg_oid, size_t reg_oid_len, u_long *it, Netsnmp_Node_Handler *subhandler)" -1c "int netsnmp_register_read_only_counter32_instance (const char *name, oid *reg_oid, size_t reg_oid_len, u_long *it, Netsnmp_Node_Handler *subhandler)" -1c "int netsnmp_register_read_only_long_instance (const char *name, oid *reg_oid, size_t reg_oid_len, long *it, Netsnmp_Node_Handler *subhandler)" -1c "int netsnmp_register_long_instance (const char *name, oid *reg_oid, size_t reg_oid_len, long *it, Netsnmp_Node_Handler *subhandler)" -1c "int netsnmp_register_read_only_int_instance (const char *name, oid *reg_oid, size_t reg_oid_len, int *it, Netsnmp_Node_Handler *subhandler)" -1c "int register_read_only_int_instance (const char *name, oid *reg_oid, size_t reg_oid_len, int *it, Netsnmp_Node_Handler *subhandler)" -1c "int netsnmp_register_int_instance (const char *name, oid *reg_oid, size_t reg_oid_len, int *it, Netsnmp_Node_Handler *subhandler)" -1c "int netsnmp_instance_ulong_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "int netsnmp_instance_counter32_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "int netsnmp_instance_long_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "int netsnmp_instance_int_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "int netsnmp_instance_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" (3) -1c instances instance easily. - "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_instance_handler (void)" -1c "int netsnmp_register_instance (netsnmp_handler_registration *reginfo)" -1c "int netsnmp_register_read_only_instance (netsnmp_handler_registration *reginfo)" -1c "int netsnmp_register_read_only_ulong_instance (const char *name, oid *reg_oid, size_t reg_oid_len, u_long *it, Netsnmp_Node_Handler *subhandler)" -1c "int netsnmp_register_ulong_instance (const char *name, oid *reg_oid, size_t reg_oid_len, u_long *it, Netsnmp_Node_Handler *subhandler)" -1c "int netsnmp_register_read_only_counter32_instance (const char *name, oid *reg_oid, size_t reg_oid_len, u_long *it, Netsnmp_Node_Handler *subhandler)" -1c "int netsnmp_register_read_only_long_instance (const char *name, oid *reg_oid, size_t reg_oid_len, long *it, Netsnmp_Node_Handler *subhandler)" -1c "int netsnmp_register_long_instance (const char *name, oid *reg_oid, size_t reg_oid_len, long *it, Netsnmp_Node_Handler *subhandler)" -1c "int netsnmp_register_read_only_int_instance (const char *name, oid *reg_oid, size_t reg_oid_len, int *it, Netsnmp_Node_Handler *subhandler)" -1c "int register_read_only_int_instance (const char *name, oid *reg_oid, size_t reg_oid_len, int *it, Netsnmp_Node_Handler *subhandler)" -1c "int netsnmp_register_int_instance (const char *name, oid *reg_oid, size_t reg_oid_len, int *it, Netsnmp_Node_Handler *subhandler)" -1c "int netsnmp_instance_ulong_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "int netsnmp_instance_counter32_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "int netsnmp_instance_long_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "int netsnmp_instance_int_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "int netsnmp_instance_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" (3) -1c instantiates example_scalar_int scalars. - This example merely creates some scalar registrations that allows some simple variables to be accessed via SNMP. More... "Functions" +1c -1c "void init_scalar_int (void)" (3) -1c into bulk_to_next handler. - The only purpose of this handler is to convert a GETBULK request to a GETNEXT request. More... "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_bulk_to_next_handler (void)" "returns a bulk_to_next handler that can be injected into a given handler chain." -1c "void netsnmp_bulk_to_next_fix_requests (netsnmp_request_info *requests)" "takes answered requests and decrements the repeat count and updates the requests to the next to-do varbind in the list." -1c "int netsnmp_bulk_to_next_helper (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "void netsnmp_init_bulk_to_next_helper (void)" "initializes the bulk_to_next helper which then registers a bulk_to_next handler as a run-time injectable handler for configuration file use." (3) -1c into multiplexer handlers. - The multiplexer helper lets you split the calling chain depending on the calling mode (get vs getnext vs set). More... "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_multiplexer_handler (netsnmp_mib_handler_methods *req)" "returns a multiplixer handler given a netsnmp_mib_handler_methods structure of subhandlers." -1c "int netsnmp_multiplexer_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "implements the multiplexer helper." (3) -1c is table_array lookups. - The table_array handler is used (automatically) in conjuntion with the table handler. More... "Functions" +1c -1c "int netsnmp_table_container_register (netsnmp_handler_registration *reginfo, netsnmp_table_registration_info *tabreg, netsnmp_table_array_callbacks *cb, netsnmp_container *container, int group_rows)" "register specified callbacks for the specified table/oid." -1c "netsnmp_mib_handler * netsnmp_find_table_array_handler (netsnmp_handler_registration *reginfo)" "find the handler for the table_array helper." -1c "netsnmp_container * netsnmp_extract_array_context (netsnmp_request_info *request)" "find the context data used by the table_array helper." -1c "int netsnmp_table_array_check_row_status (netsnmp_table_array_callbacks *cb, netsnmp_request_group *ag, long *rs_new, long *rs_old)" "this function is called to validate RowStatus transitions." (3) -1c is table_iterator (3) - Functionally, it is a specialized version of the more generic table helper but easies the burden of GETNEXT processing by manually looping through all the data indexes retrieved through function calls which should be supplied by the module that wishes help. More...The module the table_iterator helps should, afterwards, never be called for the case of 'MODE_GETNEXT' and only for the GET and SET related modes instead. is table_iterator (3) - Functionally, it is a specialized version of the more generic table helper but easies the burden of GETNEXT processing by manually looping through all the data indexes retrieved through function calls which should be supplied by the module that wishes help. More...The module the table_iterator helps should, afterwards, never be called for the case of 'MODE_GETNEXT' and only for the GET and SET related modes instead. isImmutable Zephyr::Notice (3) - Perl class package for Zephyr notices iterator table_iterator (3) - Functionally, it is a specialized version of the more generic table helper but easies the burden of GETNEXT processing by manually looping through all the data indexes retrieved through function calls which should be supplied by the module that wishes help. More...The module the table_iterator helps should, afterwards, never be called for the case of 'MODE_GETNEXT' and only for the GET and SET related modes instead. jobs bash (1) - bash built-in commands, see bash(1) joe joe (1) - Joe's Own Editor joe joe (1) - Joe's Own Editor joe joe (1) - Joe's Own Editor joe joe (1) - Joe's Own Editor joe joe (1) - Joe's Own Editor join join (1) - join lines of two files on a common field julia julia (1) - draws spinning, animating julia-set fractals kall kall (1) - kill processes by command name keymap keymap (1) - script for switching keyboard to or from one of the Dvorak layouts kill bash (1) - bash built-in commands, see bash(1) knews knews (1) - Karl's threaded newsreader for X lame lame (1) - create mp3 audio files laser laser (1) - draws vaguely laser-like moving lines latex2rtf latex2rtf (1) - Converts LaTeX file to RTF text-format ld_errno ldap_perror (3) - LDAP protocol error handling routines ld_errno ldap_perror (3) - LDAP protocol error handling routines ld_errno ldap_perror (3) - LDAP protocol error handling routines ld_errno ldap_perror (3) - LDAP protocol error handling routines ld_errno ldap_perror (3) - LDAP protocol error handling routines ld_errno ldap_perror (3) - LDAP protocol error handling routines ldap ldap (3) - OpenLDAP Lightweight Directory Access Protocol API ldap.conf ldap.conf (5) - ldap configuration file ldap_abandon ldap_abandon (3) - Abandon an LDAP operation in progress ldap_abandon ldap_abandon (3) - Abandon an LDAP operation in progress ldap_add ldap_add (3) - Perform an LDAP add operation ldap_add ldap_add (3) - Perform an LDAP add operation ldap_add ldap_add (3) - Perform an LDAP add operation ldap_add ldap_add (3) - Perform an LDAP add operation ldap_add_s ldap_add (3) - Perform an LDAP add operation ldap_add_s ldap_add (3) - Perform an LDAP add operation ldap_add_s ldap_add (3) - Perform an LDAP add operation ldap_add_s ldap_add (3) - Perform an LDAP add operation ldap_attributetype2name ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype2name ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype2name ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype2name ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype2name ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype2name ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype2name ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype2name ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype2name ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype2name ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype2name ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype2name ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype2name ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype2name ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype2name ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype2name ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype2name ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype2name ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype2str ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype2str ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype2str ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype2str ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype2str ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype2str ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype2str ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype2str ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype2str ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype2str ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype2str ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype2str ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype2str ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype2str ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype2str ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype2str ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype2str ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype2str ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype_free ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype_free ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype_free ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype_free ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype_free ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype_free ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype_free ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype_free ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype_free ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype_free ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype_free ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype_free ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype_free ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype_free ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype_free ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype_free ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype_free ldap_str2syntax (3) - Schema definition handling routines ldap_attributetype_free ldap_str2syntax (3) - Schema definition handling routines ldap_bind ldap_bind (3) - LDAP bind routines ldap_bind ldap_bind (3) - LDAP bind routines ldap_bind ldap_bind (3) - LDAP bind routines ldap_bind ldap_bind (3) - LDAP bind routines ldap_bind ldap_bind (3) - LDAP bind routines ldap_bind ldap_bind (3) - LDAP bind routines ldap_bind ldap_bind (3) - LDAP bind routines ldap_bind ldap_bind (3) - LDAP bind routines ldap_bind ldap_bind (3) - LDAP bind routines ldap_bind ldap_bind (3) - LDAP bind routines ldap_bind ldap_bind (3) - LDAP bind routines ldap_bind ldap_bind (3) - LDAP bind routines ldap_bind ldap_bind (3) - LDAP bind routines ldap_bind ldap_bind (3) - LDAP bind routines ldap_bind ldap_bind (3) - LDAP bind routines ldap_bind_s ldap_bind (3) - LDAP bind routines ldap_bind_s ldap_bind (3) - LDAP bind routines ldap_bind_s ldap_bind (3) - LDAP bind routines ldap_bind_s ldap_bind (3) - LDAP bind routines ldap_bind_s ldap_bind (3) - LDAP bind routines ldap_bind_s ldap_bind (3) - LDAP bind routines ldap_bind_s ldap_bind (3) - LDAP bind routines ldap_bind_s ldap_bind (3) - LDAP bind routines ldap_bind_s ldap_bind (3) - LDAP bind routines ldap_bind_s ldap_bind (3) - LDAP bind routines ldap_bind_s ldap_bind (3) - LDAP bind routines ldap_bind_s ldap_bind (3) - LDAP bind routines ldap_bind_s ldap_bind (3) - LDAP bind routines ldap_bind_s ldap_bind (3) - LDAP bind routines ldap_bind_s ldap_bind (3) - LDAP bind routines ldap_build_filter ldap_init_getfilter (3) - LDAP filter generating routines ldap_build_filter ldap_init_getfilter (3) - LDAP filter generating routines ldap_build_filter ldap_init_getfilter (3) - LDAP filter generating routines ldap_build_filter ldap_init_getfilter (3) - LDAP filter generating routines ldap_build_filter ldap_init_getfilter (3) - LDAP filter generating routines ldap_build_filter ldap_init_getfilter (3) - LDAP filter generating routines ldap_build_filter ldap_init_getfilter (3) - LDAP filter generating routines ldap_build_filter ldap_init_getfilter (3) - LDAP filter generating routines ldap_compare ldap_compare (3) - Perform an LDAP compare operation ldap_compare ldap_compare (3) - Perform an LDAP compare operation ldap_compare ldap_compare (3) - Perform an LDAP compare operation ldap_compare ldap_compare (3) - Perform an LDAP compare operation ldap_compare_s ldap_compare (3) - Perform an LDAP compare operation ldap_compare_s ldap_compare (3) - Perform an LDAP compare operation ldap_compare_s ldap_compare (3) - Perform an LDAP compare operation ldap_compare_s ldap_compare (3) - Perform an LDAP compare operation ldap_count_entries ldap_first_entry (3) - LDAP result entry parsing and counting routines ldap_count_entries ldap_first_entry (3) - LDAP result entry parsing and counting routines ldap_count_entries ldap_first_entry (3) - LDAP result entry parsing and counting routines ldap_count_values ldap_get_values (3) - LDAP attribute value handling routines ldap_count_values ldap_get_values (3) - LDAP attribute value handling routines ldap_count_values ldap_get_values (3) - LDAP attribute value handling routines ldap_count_values ldap_get_values (3) - LDAP attribute value handling routines ldap_count_values ldap_get_values (3) - LDAP attribute value handling routines ldap_count_values ldap_get_values (3) - LDAP attribute value handling routines ldap_delete ldap_delete (3) - Perform an LDAP delete operation ldap_delete ldap_delete (3) - Perform an LDAP delete operation ldap_delete ldap_delete (3) - Perform an LDAP delete operation ldap_delete ldap_delete (3) - Perform an LDAP delete operation ldap_delete_s ldap_delete (3) - Perform an LDAP delete operation ldap_delete_s ldap_delete (3) - Perform an LDAP delete operation ldap_delete_s ldap_delete (3) - Perform an LDAP delete operation ldap_delete_s ldap_delete (3) - Perform an LDAP delete operation ldap_destroy_cache ldap_enable_cache (3) - LDAP client caching routines ldap_destroy_cache ldap_enable_cache (3) - LDAP client caching routines ldap_destroy_cache ldap_enable_cache (3) - LDAP client caching routines ldap_destroy_cache ldap_enable_cache (3) - LDAP client caching routines ldap_destroy_cache ldap_enable_cache (3) - LDAP client caching routines ldap_destroy_cache ldap_enable_cache (3) - LDAP client caching routines ldap_destroy_cache ldap_enable_cache (3) - LDAP client caching routines ldap_destroy_cache ldap_enable_cache (3) - LDAP client caching routines ldap_disable_cache ldap_enable_cache (3) - LDAP client caching routines ldap_disable_cache ldap_enable_cache (3) - LDAP client caching routines ldap_disable_cache ldap_enable_cache (3) - LDAP client caching routines ldap_disable_cache ldap_enable_cache (3) - LDAP client caching routines ldap_disable_cache ldap_enable_cache (3) - LDAP client caching routines ldap_disable_cache ldap_enable_cache (3) - LDAP client caching routines ldap_disable_cache ldap_enable_cache (3) - LDAP client caching routines ldap_disable_cache ldap_enable_cache (3) - LDAP client caching routines ldap_dn2ufn ldap_get_dn (3) - LDAP DN handling routines ldap_dn2ufn ldap_get_dn (3) - LDAP DN handling routines ldap_dn2ufn ldap_get_dn (3) - LDAP DN handling routines ldap_dn2ufn ldap_get_dn (3) - LDAP DN handling routines ldap_enable_cache ldap_enable_cache (3) - LDAP client caching routines ldap_enable_cache ldap_enable_cache (3) - LDAP client caching routines ldap_enable_cache ldap_enable_cache (3) - LDAP client caching routines ldap_enable_cache ldap_enable_cache (3) - LDAP client caching routines ldap_enable_cache ldap_enable_cache (3) - LDAP client caching routines ldap_enable_cache ldap_enable_cache (3) - LDAP client caching routines ldap_enable_cache ldap_enable_cache (3) - LDAP client caching routines ldap_enable_cache ldap_enable_cache (3) - LDAP client caching routines ldap_entry2text ldap_entry2text (3) - LDAP entry display routines ldap_entry2text ldap_entry2text (3) - LDAP entry display routines ldap_entry2text ldap_entry2text (3) - LDAP entry display routines ldap_entry2text ldap_entry2text (3) - LDAP entry display routines ldap_entry2text ldap_entry2text (3) - LDAP entry display routines ldap_entry2text ldap_entry2text (3) - LDAP entry display routines ldap_entry2text_search ldap_entry2text (3) - LDAP entry display routines ldap_entry2text_search ldap_entry2text (3) - LDAP entry display routines ldap_entry2text_search ldap_entry2text (3) - LDAP entry display routines ldap_entry2text_search ldap_entry2text (3) - LDAP entry display routines ldap_entry2text_search ldap_entry2text (3) - LDAP entry display routines ldap_entry2text_search ldap_entry2text (3) - LDAP entry display routines ldap_err2string ldap_perror (3) - LDAP protocol error handling routines ldap_err2string ldap_perror (3) - LDAP protocol error handling routines ldap_err2string ldap_perror (3) - LDAP protocol error handling routines ldap_err2string ldap_perror (3) - LDAP protocol error handling routines ldap_err2string ldap_perror (3) - LDAP protocol error handling routines ldap_err2string ldap_perror (3) - LDAP protocol error handling routines ldap_errlist ldap_perror (3) - LDAP protocol error handling routines ldap_errlist ldap_perror (3) - LDAP protocol error handling routines ldap_errlist ldap_perror (3) - LDAP protocol error handling routines ldap_errlist ldap_perror (3) - LDAP protocol error handling routines ldap_errlist ldap_perror (3) - LDAP protocol error handling routines ldap_errlist ldap_perror (3) - LDAP protocol error handling routines ldap_explode_dn ldap_get_dn (3) - LDAP DN handling routines ldap_explode_dn ldap_get_dn (3) - LDAP DN handling routines ldap_explode_dn ldap_get_dn (3) - LDAP DN handling routines ldap_explode_dn ldap_get_dn (3) - LDAP DN handling routines ldap_explode_rdn ldap_get_dn (3) - LDAP DN handling routines ldap_explode_rdn ldap_get_dn (3) - LDAP DN handling routines ldap_explode_rdn ldap_get_dn (3) - LDAP DN handling routines ldap_explode_rdn ldap_get_dn (3) - LDAP DN handling routines ldap_first_attribute ldap_first_attribute (3) - step through LDAP entry attributes ldap_first_attribute ldap_first_attribute (3) - step through LDAP entry attributes ldap_first_disptmpl ldap_init_templates (3) - LDAP display template routines ldap_first_disptmpl ldap_init_templates (3) - LDAP display template routines ldap_first_disptmpl ldap_init_templates (3) - LDAP display template routines ldap_first_disptmpl ldap_init_templates (3) - LDAP display template routines ldap_first_disptmpl ldap_init_templates (3) - LDAP display template routines ldap_first_disptmpl ldap_init_templates (3) - LDAP display template routines ldap_first_disptmpl ldap_init_templates (3) - LDAP display template routines ldap_first_disptmpl ldap_init_templates (3) - LDAP display template routines ldap_first_disptmpl ldap_init_templates (3) - LDAP display template routines ldap_first_disptmpl ldap_init_templates (3) - LDAP display template routines ldap_first_disptmpl ldap_init_templates (3) - LDAP display template routines ldap_first_disptmpl ldap_init_templates (3) - LDAP display template routines ldap_first_entry ldap_first_entry (3) - LDAP result entry parsing and counting routines ldap_first_entry ldap_first_entry (3) - LDAP result entry parsing and counting routines ldap_first_entry ldap_first_entry (3) - LDAP result entry parsing and counting routines ldap_first_searchobj ldap_init_searchprefs (3) - LDAP search preference configuration routeines ldap_first_searchobj ldap_init_searchprefs (3) - LDAP search preference configuration routeines ldap_first_searchobj ldap_init_searchprefs (3) - LDAP search preference configuration routeines ldap_first_searchobj ldap_init_searchprefs (3) - LDAP search preference configuration routeines ldap_first_searchobj ldap_init_searchprefs (3) - LDAP search preference configuration routeines ldap_first_searchobj ldap_init_searchprefs (3) - LDAP search preference configuration routeines ldap_first_tmplcol ldap_init_templates (3) - LDAP display template routines ldap_first_tmplcol ldap_init_templates (3) - LDAP display template routines ldap_first_tmplcol ldap_init_templates (3) - LDAP display template routines ldap_first_tmplcol ldap_init_templates (3) - LDAP display template routines ldap_first_tmplcol ldap_init_templates (3) - LDAP display template routines ldap_first_tmplcol ldap_init_templates (3) - LDAP display template routines ldap_first_tmplcol ldap_init_templates (3) - LDAP display template routines ldap_first_tmplcol ldap_init_templates (3) - LDAP display template routines ldap_first_tmplcol ldap_init_templates (3) - LDAP display template routines ldap_first_tmplcol ldap_init_templates (3) - LDAP display template routines ldap_first_tmplcol ldap_init_templates (3) - LDAP display template routines ldap_first_tmplcol ldap_init_templates (3) - LDAP display template routines ldap_first_tmplrow ldap_init_templates (3) - LDAP display template routines ldap_first_tmplrow ldap_init_templates (3) - LDAP display template routines ldap_first_tmplrow ldap_init_templates (3) - LDAP display template routines ldap_first_tmplrow ldap_init_templates (3) - LDAP display template routines ldap_first_tmplrow ldap_init_templates (3) - LDAP display template routines ldap_first_tmplrow ldap_init_templates (3) - LDAP display template routines ldap_first_tmplrow ldap_init_templates (3) - LDAP display template routines ldap_first_tmplrow ldap_init_templates (3) - LDAP display template routines ldap_first_tmplrow ldap_init_templates (3) - LDAP display template routines ldap_first_tmplrow ldap_init_templates (3) - LDAP display template routines ldap_first_tmplrow ldap_init_templates (3) - LDAP display template routines ldap_first_tmplrow ldap_init_templates (3) - LDAP display template routines ldap_flush_cache ldap_enable_cache (3) - LDAP client caching routines ldap_flush_cache ldap_enable_cache (3) - LDAP client caching routines ldap_flush_cache ldap_enable_cache (3) - LDAP client caching routines ldap_flush_cache ldap_enable_cache (3) - LDAP client caching routines ldap_flush_cache ldap_enable_cache (3) - LDAP client caching routines ldap_flush_cache ldap_enable_cache (3) - LDAP client caching routines ldap_flush_cache ldap_enable_cache (3) - LDAP client caching routines ldap_flush_cache ldap_enable_cache (3) - LDAP client caching routines ldap_free_friendlymap ldap_friendly_name (3) - LDAP unfriendly to friendly name mapping routine ldap_free_friendlymap ldap_friendly_name (3) - LDAP unfriendly to friendly name mapping routine ldap_free_friendlymap ldap_friendly_name (3) - LDAP unfriendly to friendly name mapping routine ldap_free_searchprefs ldap_init_searchprefs (3) - LDAP search preference configuration routeines ldap_free_searchprefs ldap_init_searchprefs (3) - LDAP search preference configuration routeines ldap_free_searchprefs ldap_init_searchprefs (3) - LDAP search preference configuration routeines ldap_free_searchprefs ldap_init_searchprefs (3) - LDAP search preference configuration routeines ldap_free_searchprefs ldap_init_searchprefs (3) - LDAP search preference configuration routeines ldap_free_searchprefs ldap_init_searchprefs (3) - LDAP search preference configuration routeines ldap_free_templates ldap_init_templates (3) - LDAP display template routines ldap_free_templates ldap_init_templates (3) - LDAP display template routines ldap_free_templates ldap_init_templates (3) - LDAP display template routines ldap_free_templates ldap_init_templates (3) - LDAP display template routines ldap_free_templates ldap_init_templates (3) - LDAP display template routines ldap_free_templates ldap_init_templates (3) - LDAP display template routines ldap_free_templates ldap_init_templates (3) - LDAP display template routines ldap_free_templates ldap_init_templates (3) - LDAP display template routines ldap_free_templates ldap_init_templates (3) - LDAP display template routines ldap_free_templates ldap_init_templates (3) - LDAP display template routines ldap_free_templates ldap_init_templates (3) - LDAP display template routines ldap_free_templates ldap_init_templates (3) - LDAP display template routines ldap_free_urldesc ldap_is_ldap_url (3) - LDAP Uniform Resource Locator routines ldap_free_urldesc ldap_is_ldap_url (3) - LDAP Uniform Resource Locator routines ldap_free_urldesc ldap_is_ldap_url (3) - LDAP Uniform Resource Locator routines ldap_free_urldesc ldap_is_ldap_url (3) - LDAP Uniform Resource Locator routines ldap_free_urldesc ldap_is_ldap_url (3) - LDAP Uniform Resource Locator routines ldap_free_urldesc ldap_is_ldap_url (3) - LDAP Uniform Resource Locator routines ldap_free_urldesc ldap_is_ldap_url (3) - LDAP Uniform Resource Locator routines ldap_friendly_name ldap_friendly_name (3) - LDAP unfriendly to friendly name mapping routine ldap_friendly_name ldap_friendly_name (3) - LDAP unfriendly to friendly name mapping routine ldap_friendly_name ldap_friendly_name (3) - LDAP unfriendly to friendly name mapping routine ldap_get_dn ldap_get_dn (3) - LDAP DN handling routines ldap_get_dn ldap_get_dn (3) - LDAP DN handling routines ldap_get_dn ldap_get_dn (3) - LDAP DN handling routines ldap_get_dn ldap_get_dn (3) - LDAP DN handling routines ldap_get_values ldap_get_values (3) - LDAP attribute value handling routines ldap_get_values ldap_get_values (3) - LDAP attribute value handling routines ldap_get_values ldap_get_values (3) - LDAP attribute value handling routines ldap_get_values ldap_get_values (3) - LDAP attribute value handling routines ldap_get_values ldap_get_values (3) - LDAP attribute value handling routines ldap_get_values ldap_get_values (3) - LDAP attribute value handling routines ldap_get_values_len ldap_get_values (3) - LDAP attribute value handling routines ldap_get_values_len ldap_get_values (3) - LDAP attribute value handling routines ldap_get_values_len ldap_get_values (3) - LDAP attribute value handling routines ldap_get_values_len ldap_get_values (3) - LDAP attribute value handling routines ldap_get_values_len ldap_get_values (3) - LDAP attribute value handling routines ldap_get_values_len ldap_get_values (3) - LDAP attribute value handling routines ldap_getfilter_free ldap_init_getfilter (3) - LDAP filter generating routines ldap_getfilter_free ldap_init_getfilter (3) - LDAP filter generating routines ldap_getfilter_free ldap_init_getfilter (3) - LDAP filter generating routines ldap_getfilter_free ldap_init_getfilter (3) - LDAP filter generating routines ldap_getfilter_free ldap_init_getfilter (3) - LDAP filter generating routines ldap_getfilter_free ldap_init_getfilter (3) - LDAP filter generating routines ldap_getfilter_free ldap_init_getfilter (3) - LDAP filter generating routines ldap_getfilter_free ldap_init_getfilter (3) - LDAP filter generating routines ldap_getfirstfilter ldap_init_getfilter (3) - LDAP filter generating routines ldap_getfirstfilter ldap_init_getfilter (3) - LDAP filter generating routines ldap_getfirstfilter ldap_init_getfilter (3) - LDAP filter generating routines ldap_getfirstfilter ldap_init_getfilter (3) - LDAP filter generating routines ldap_getfirstfilter ldap_init_getfilter (3) - LDAP filter generating routines ldap_getfirstfilter ldap_init_getfilter (3) - LDAP filter generating routines ldap_getfirstfilter ldap_init_getfilter (3) - LDAP filter generating routines ldap_getfirstfilter ldap_init_getfilter (3) - LDAP filter generating routines ldap_getnextfilter ldap_init_getfilter (3) - LDAP filter generating routines ldap_getnextfilter ldap_init_getfilter (3) - LDAP filter generating routines ldap_getnextfilter ldap_init_getfilter (3) - LDAP filter generating routines ldap_getnextfilter ldap_init_getfilter (3) - LDAP filter generating routines ldap_getnextfilter ldap_init_getfilter (3) - LDAP filter generating routines ldap_getnextfilter ldap_init_getfilter (3) - LDAP filter generating routines ldap_getnextfilter ldap_init_getfilter (3) - LDAP filter generating routines ldap_getnextfilter ldap_init_getfilter (3) - LDAP filter generating routines ldap_init ldap_init (3) - Initialize the LDAP library and open a connection to an LDAP server ldap_init ldap_init (3) - Initialize the LDAP library and open a connection to an LDAP server ldap_init_getfilter ldap_init_getfilter (3) - LDAP filter generating routines ldap_init_getfilter ldap_init_getfilter (3) - LDAP filter generating routines ldap_init_getfilter ldap_init_getfilter (3) - LDAP filter generating routines ldap_init_getfilter ldap_init_getfilter (3) - LDAP filter generating routines ldap_init_getfilter ldap_init_getfilter (3) - LDAP filter generating routines ldap_init_getfilter ldap_init_getfilter (3) - LDAP filter generating routines ldap_init_getfilter ldap_init_getfilter (3) - LDAP filter generating routines ldap_init_getfilter ldap_init_getfilter (3) - LDAP filter generating routines ldap_init_getfilter_buf ldap_init_getfilter (3) - LDAP filter generating routines ldap_init_getfilter_buf ldap_init_getfilter (3) - LDAP filter generating routines ldap_init_getfilter_buf ldap_init_getfilter (3) - LDAP filter generating routines ldap_init_getfilter_buf ldap_init_getfilter (3) - LDAP filter generating routines ldap_init_getfilter_buf ldap_init_getfilter (3) - LDAP filter generating routines ldap_init_getfilter_buf ldap_init_getfilter (3) - LDAP filter generating routines ldap_init_getfilter_buf ldap_init_getfilter (3) - LDAP filter generating routines ldap_init_getfilter_buf ldap_init_getfilter (3) - LDAP filter generating routines ldap_init_searchprefs ldap_init_searchprefs (3) - LDAP search preference configuration routeines ldap_init_searchprefs ldap_init_searchprefs (3) - LDAP search preference configuration routeines ldap_init_searchprefs ldap_init_searchprefs (3) - LDAP search preference configuration routeines ldap_init_searchprefs ldap_init_searchprefs (3) - LDAP search preference configuration routeines ldap_init_searchprefs ldap_init_searchprefs (3) - LDAP search preference configuration routeines ldap_init_searchprefs ldap_init_searchprefs (3) - LDAP search preference configuration routeines ldap_init_searchprefs_buf ldap_init_searchprefs (3) - LDAP search preference configuration routeines ldap_init_searchprefs_buf ldap_init_searchprefs (3) - LDAP search preference configuration routeines ldap_init_searchprefs_buf ldap_init_searchprefs (3) - LDAP search preference configuration routeines ldap_init_searchprefs_buf ldap_init_searchprefs (3) - LDAP search preference configuration routeines ldap_init_searchprefs_buf ldap_init_searchprefs (3) - LDAP search preference configuration routeines ldap_init_searchprefs_buf ldap_init_searchprefs (3) - LDAP search preference configuration routeines ldap_init_templates ldap_init_templates (3) - LDAP display template routines ldap_init_templates ldap_init_templates (3) - LDAP display template routines ldap_init_templates ldap_init_templates (3) - LDAP display template routines ldap_init_templates ldap_init_templates (3) - LDAP display template routines ldap_init_templates ldap_init_templates (3) - LDAP display template routines ldap_init_templates ldap_init_templates (3) - LDAP display template routines ldap_init_templates ldap_init_templates (3) - LDAP display template routines ldap_init_templates ldap_init_templates (3) - LDAP display template routines ldap_init_templates ldap_init_templates (3) - LDAP display template routines ldap_init_templates ldap_init_templates (3) - LDAP display template routines ldap_init_templates ldap_init_templates (3) - LDAP display template routines ldap_init_templates ldap_init_templates (3) - LDAP display template routines ldap_init_templates_buf ldap_init_templates (3) - LDAP display template routines ldap_init_templates_buf ldap_init_templates (3) - LDAP display template routines ldap_init_templates_buf ldap_init_templates (3) - LDAP display template routines ldap_init_templates_buf ldap_init_templates (3) - LDAP display template routines ldap_init_templates_buf ldap_init_templates (3) - LDAP display template routines ldap_init_templates_buf ldap_init_templates (3) - LDAP display template routines ldap_init_templates_buf ldap_init_templates (3) - LDAP display template routines ldap_init_templates_buf ldap_init_templates (3) - LDAP display template routines ldap_init_templates_buf ldap_init_templates (3) - LDAP display template routines ldap_init_templates_buf ldap_init_templates (3) - LDAP display template routines ldap_init_templates_buf ldap_init_templates (3) - LDAP display template routines ldap_init_templates_buf ldap_init_templates (3) - LDAP display template routines ldap_is_ldap_url ldap_is_ldap_url (3) - LDAP Uniform Resource Locator routines ldap_is_ldap_url ldap_is_ldap_url (3) - LDAP Uniform Resource Locator routines ldap_is_ldap_url ldap_is_ldap_url (3) - LDAP Uniform Resource Locator routines ldap_is_ldap_url ldap_is_ldap_url (3) - LDAP Uniform Resource Locator routines ldap_is_ldap_url ldap_is_ldap_url (3) - LDAP Uniform Resource Locator routines ldap_is_ldap_url ldap_is_ldap_url (3) - LDAP Uniform Resource Locator routines ldap_is_ldap_url ldap_is_ldap_url (3) - LDAP Uniform Resource Locator routines ldap_kerberos_bind1 ldap_bind (3) - LDAP bind routines ldap_kerberos_bind1 ldap_bind (3) - LDAP bind routines ldap_kerberos_bind1 ldap_bind (3) - LDAP bind routines ldap_kerberos_bind1 ldap_bind (3) - LDAP bind routines ldap_kerberos_bind1 ldap_bind (3) - LDAP bind routines ldap_kerberos_bind1 ldap_bind (3) - LDAP bind routines ldap_kerberos_bind1 ldap_bind (3) - LDAP bind routines ldap_kerberos_bind1 ldap_bind (3) - LDAP bind routines ldap_kerberos_bind1 ldap_bind (3) - LDAP bind routines ldap_kerberos_bind1 ldap_bind (3) - LDAP bind routines ldap_kerberos_bind1 ldap_bind (3) - LDAP bind routines ldap_kerberos_bind1 ldap_bind (3) - LDAP bind routines ldap_kerberos_bind1 ldap_bind (3) - LDAP bind routines ldap_kerberos_bind1 ldap_bind (3) - LDAP bind routines ldap_kerberos_bind1 ldap_bind (3) - LDAP bind routines ldap_kerberos_bind1_s ldap_bind (3) - LDAP bind routines ldap_kerberos_bind1_s ldap_bind (3) - LDAP bind routines ldap_kerberos_bind1_s ldap_bind (3) - LDAP bind routines ldap_kerberos_bind1_s ldap_bind (3) - LDAP bind routines ldap_kerberos_bind1_s ldap_bind (3) - LDAP bind routines ldap_kerberos_bind1_s ldap_bind (3) - LDAP bind routines ldap_kerberos_bind1_s ldap_bind (3) - LDAP bind routines ldap_kerberos_bind1_s ldap_bind (3) - LDAP bind routines ldap_kerberos_bind1_s ldap_bind (3) - LDAP bind routines ldap_kerberos_bind1_s ldap_bind (3) - LDAP bind routines ldap_kerberos_bind1_s ldap_bind (3) - LDAP bind routines ldap_kerberos_bind1_s ldap_bind (3) - LDAP bind routines ldap_kerberos_bind1_s ldap_bind (3) - LDAP bind routines ldap_kerberos_bind1_s ldap_bind (3) - LDAP bind routines ldap_kerberos_bind1_s ldap_bind (3) - LDAP bind routines ldap_kerberos_bind2 ldap_bind (3) - LDAP bind routines ldap_kerberos_bind2 ldap_bind (3) - LDAP bind routines ldap_kerberos_bind2 ldap_bind (3) - LDAP bind routines ldap_kerberos_bind2 ldap_bind (3) - LDAP bind routines ldap_kerberos_bind2 ldap_bind (3) - LDAP bind routines ldap_kerberos_bind2 ldap_bind (3) - LDAP bind routines ldap_kerberos_bind2 ldap_bind (3) - LDAP bind routines ldap_kerberos_bind2 ldap_bind (3) - LDAP bind routines ldap_kerberos_bind2 ldap_bind (3) - LDAP bind routines ldap_kerberos_bind2 ldap_bind (3) - LDAP bind routines ldap_kerberos_bind2 ldap_bind (3) - LDAP bind routines ldap_kerberos_bind2 ldap_bind (3) - LDAP bind routines ldap_kerberos_bind2 ldap_bind (3) - LDAP bind routines ldap_kerberos_bind2 ldap_bind (3) - LDAP bind routines ldap_kerberos_bind2 ldap_bind (3) - LDAP bind routines ldap_kerberos_bind2_s ldap_bind (3) - LDAP bind routines ldap_kerberos_bind2_s ldap_bind (3) - LDAP bind routines ldap_kerberos_bind2_s ldap_bind (3) - LDAP bind routines ldap_kerberos_bind2_s ldap_bind (3) - LDAP bind routines ldap_kerberos_bind2_s ldap_bind (3) - LDAP bind routines ldap_kerberos_bind2_s ldap_bind (3) - LDAP bind routines ldap_kerberos_bind2_s ldap_bind (3) - LDAP bind routines ldap_kerberos_bind2_s ldap_bind (3) - LDAP bind routines ldap_kerberos_bind2_s ldap_bind (3) - LDAP bind routines ldap_kerberos_bind2_s ldap_bind (3) - LDAP bind routines ldap_kerberos_bind2_s ldap_bind (3) - LDAP bind routines ldap_kerberos_bind2_s ldap_bind (3) - LDAP bind routines ldap_kerberos_bind2_s ldap_bind (3) - LDAP bind routines ldap_kerberos_bind2_s ldap_bind (3) - LDAP bind routines ldap_kerberos_bind2_s ldap_bind (3) - LDAP bind routines ldap_kerberos_bind_s ldap_bind (3) - LDAP bind routines ldap_kerberos_bind_s ldap_bind (3) - LDAP bind routines ldap_kerberos_bind_s ldap_bind (3) - LDAP bind routines ldap_kerberos_bind_s ldap_bind (3) - LDAP bind routines ldap_kerberos_bind_s ldap_bind (3) - LDAP bind routines ldap_kerberos_bind_s ldap_bind (3) - LDAP bind routines ldap_kerberos_bind_s ldap_bind (3) - LDAP bind routines ldap_kerberos_bind_s ldap_bind (3) - LDAP bind routines ldap_kerberos_bind_s ldap_bind (3) - LDAP bind routines ldap_kerberos_bind_s ldap_bind (3) - LDAP bind routines ldap_kerberos_bind_s ldap_bind (3) - LDAP bind routines ldap_kerberos_bind_s ldap_bind (3) - LDAP bind routines ldap_kerberos_bind_s ldap_bind (3) - LDAP bind routines ldap_kerberos_bind_s ldap_bind (3) - LDAP bind routines ldap_kerberos_bind_s ldap_bind (3) - LDAP bind routines ldap_matchingrule2name ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule2name ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule2name ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule2name ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule2name ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule2name ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule2name ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule2name ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule2name ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule2name ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule2name ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule2name ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule2name ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule2name ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule2name ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule2name ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule2name ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule2name ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule2str ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule2str ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule2str ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule2str ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule2str ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule2str ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule2str ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule2str ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule2str ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule2str ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule2str ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule2str ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule2str ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule2str ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule2str ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule2str ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule2str ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule2str ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule_free ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule_free ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule_free ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule_free ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule_free ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule_free ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule_free ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule_free ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule_free ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule_free ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule_free ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule_free ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule_free ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule_free ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule_free ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule_free ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule_free ldap_str2syntax (3) - Schema definition handling routines ldap_matchingrule_free ldap_str2syntax (3) - Schema definition handling routines ldap_modify ldap_modify (3) - Perform an LDAP modify operation ldap_modify ldap_modify (3) - Perform an LDAP modify operation ldap_modify ldap_modify (3) - Perform an LDAP modify operation ldap_modify ldap_modify (3) - Perform an LDAP modify operation ldap_modify ldap_modify (3) - Perform an LDAP modify operation ldap_modify_s ldap_modify (3) - Perform an LDAP modify operation ldap_modify_s ldap_modify (3) - Perform an LDAP modify operation ldap_modify_s ldap_modify (3) - Perform an LDAP modify operation ldap_modify_s ldap_modify (3) - Perform an LDAP modify operation ldap_modify_s ldap_modify (3) - Perform an LDAP modify operation ldap_modrdn ldap_modrdn (3) - Perform an LDAP modify RDN operation ldap_modrdn ldap_modrdn (3) - Perform an LDAP modify RDN operation ldap_modrdn ldap_modrdn (3) - Perform an LDAP modify RDN operation ldap_modrdn ldap_modrdn (3) - Perform an LDAP modify RDN operation ldap_modrdn2 ldap_modrdn (3) - Perform an LDAP modify RDN operation ldap_modrdn2 ldap_modrdn (3) - Perform an LDAP modify RDN operation ldap_modrdn2 ldap_modrdn (3) - Perform an LDAP modify RDN operation ldap_modrdn2 ldap_modrdn (3) - Perform an LDAP modify RDN operation ldap_modrdn2_s ldap_modrdn (3) - Perform an LDAP modify RDN operation ldap_modrdn2_s ldap_modrdn (3) - Perform an LDAP modify RDN operation ldap_modrdn2_s ldap_modrdn (3) - Perform an LDAP modify RDN operation ldap_modrdn2_s ldap_modrdn (3) - Perform an LDAP modify RDN operation ldap_modrdn_s ldap_modrdn (3) - Perform an LDAP modify RDN operation ldap_modrdn_s ldap_modrdn (3) - Perform an LDAP modify RDN operation ldap_modrdn_s ldap_modrdn (3) - Perform an LDAP modify RDN operation ldap_modrdn_s ldap_modrdn (3) - Perform an LDAP modify RDN operation ldap_next_attribute ldap_first_attribute (3) - step through LDAP entry attributes ldap_next_attribute ldap_first_attribute (3) - step through LDAP entry attributes ldap_next_disptmpl ldap_init_templates (3) - LDAP display template routines ldap_next_disptmpl ldap_init_templates (3) - LDAP display template routines ldap_next_disptmpl ldap_init_templates (3) - LDAP display template routines ldap_next_disptmpl ldap_init_templates (3) - LDAP display template routines ldap_next_disptmpl ldap_init_templates (3) - LDAP display template routines ldap_next_disptmpl ldap_init_templates (3) - LDAP display template routines ldap_next_disptmpl ldap_init_templates (3) - LDAP display template routines ldap_next_disptmpl ldap_init_templates (3) - LDAP display template routines ldap_next_disptmpl ldap_init_templates (3) - LDAP display template routines ldap_next_disptmpl ldap_init_templates (3) - LDAP display template routines ldap_next_disptmpl ldap_init_templates (3) - LDAP display template routines ldap_next_disptmpl ldap_init_templates (3) - LDAP display template routines ldap_next_entry ldap_first_entry (3) - LDAP result entry parsing and counting routines ldap_next_entry ldap_first_entry (3) - LDAP result entry parsing and counting routines ldap_next_entry ldap_first_entry (3) - LDAP result entry parsing and counting routines ldap_next_searchobj ldap_init_searchprefs (3) - LDAP search preference configuration routeines ldap_next_searchobj ldap_init_searchprefs (3) - LDAP search preference configuration routeines ldap_next_searchobj ldap_init_searchprefs (3) - LDAP search preference configuration routeines ldap_next_searchobj ldap_init_searchprefs (3) - LDAP search preference configuration routeines ldap_next_searchobj ldap_init_searchprefs (3) - LDAP search preference configuration routeines ldap_next_searchobj ldap_init_searchprefs (3) - LDAP search preference configuration routeines ldap_next_tmplcol ldap_init_templates (3) - LDAP display template routines ldap_next_tmplcol ldap_init_templates (3) - LDAP display template routines ldap_next_tmplcol ldap_init_templates (3) - LDAP display template routines ldap_next_tmplcol ldap_init_templates (3) - LDAP display template routines ldap_next_tmplcol ldap_init_templates (3) - LDAP display template routines ldap_next_tmplcol ldap_init_templates (3) - LDAP display template routines ldap_next_tmplcol ldap_init_templates (3) - LDAP display template routines ldap_next_tmplcol ldap_init_templates (3) - LDAP display template routines ldap_next_tmplcol ldap_init_templates (3) - LDAP display template routines ldap_next_tmplcol ldap_init_templates (3) - LDAP display template routines ldap_next_tmplcol ldap_init_templates (3) - LDAP display template routines ldap_next_tmplcol ldap_init_templates (3) - LDAP display template routines ldap_next_tmplrow ldap_init_templates (3) - LDAP display template routines ldap_next_tmplrow ldap_init_templates (3) - LDAP display template routines ldap_next_tmplrow ldap_init_templates (3) - LDAP display template routines ldap_next_tmplrow ldap_init_templates (3) - LDAP display template routines ldap_next_tmplrow ldap_init_templates (3) - LDAP display template routines ldap_next_tmplrow ldap_init_templates (3) - LDAP display template routines ldap_next_tmplrow ldap_init_templates (3) - LDAP display template routines ldap_next_tmplrow ldap_init_templates (3) - LDAP display template routines ldap_next_tmplrow ldap_init_templates (3) - LDAP display template routines ldap_next_tmplrow ldap_init_templates (3) - LDAP display template routines ldap_next_tmplrow ldap_init_templates (3) - LDAP display template routines ldap_next_tmplrow ldap_init_templates (3) - LDAP display template routines ldap_objectclass2name ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass2name ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass2name ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass2name ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass2name ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass2name ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass2name ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass2name ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass2name ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass2name ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass2name ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass2name ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass2name ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass2name ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass2name ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass2name ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass2name ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass2name ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass2str ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass2str ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass2str ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass2str ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass2str ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass2str ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass2str ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass2str ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass2str ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass2str ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass2str ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass2str ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass2str ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass2str ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass2str ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass2str ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass2str ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass2str ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass_free ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass_free ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass_free ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass_free ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass_free ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass_free ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass_free ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass_free ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass_free ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass_free ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass_free ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass_free ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass_free ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass_free ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass_free ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass_free ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass_free ldap_str2syntax (3) - Schema definition handling routines ldap_objectclass_free ldap_str2syntax (3) - Schema definition handling routines ldap_oc2template ldap_init_templates (3) - LDAP display template routines ldap_oc2template ldap_init_templates (3) - LDAP display template routines ldap_oc2template ldap_init_templates (3) - LDAP display template routines ldap_oc2template ldap_init_templates (3) - LDAP display template routines ldap_oc2template ldap_init_templates (3) - LDAP display template routines ldap_oc2template ldap_init_templates (3) - LDAP display template routines ldap_oc2template ldap_init_templates (3) - LDAP display template routines ldap_oc2template ldap_init_templates (3) - LDAP display template routines ldap_oc2template ldap_init_templates (3) - LDAP display template routines ldap_oc2template ldap_init_templates (3) - LDAP display template routines ldap_oc2template ldap_init_templates (3) - LDAP display template routines ldap_oc2template ldap_init_templates (3) - LDAP display template routines ldap_open ldap_init (3) - Initialize the LDAP library and open a connection to an LDAP server ldap_open ldap_init (3) - Initialize the LDAP library and open a connection to an LDAP server ldap_perror ldap_perror (3) - LDAP protocol error handling routines ldap_perror ldap_perror (3) - LDAP protocol error handling routines ldap_perror ldap_perror (3) - LDAP protocol error handling routines ldap_perror ldap_perror (3) - LDAP protocol error handling routines ldap_perror ldap_perror (3) - LDAP protocol error handling routines ldap_perror ldap_perror (3) - LDAP protocol error handling routines ldap_result ldap_result (3) - Wait for the result of an LDAP operation ldap_result ldap_result (3) - Wait for the result of an LDAP operation ldap_result ldap_result (3) - Wait for the result of an LDAP operation ldap_result ldap_result (3) - Wait for the result of an LDAP operation ldap_result2error ldap_perror (3) - LDAP protocol error handling routines ldap_result2error ldap_perror (3) - LDAP protocol error handling routines ldap_result2error ldap_perror (3) - LDAP protocol error handling routines ldap_result2error ldap_perror (3) - LDAP protocol error handling routines ldap_result2error ldap_perror (3) - LDAP protocol error handling routines ldap_result2error ldap_perror (3) - LDAP protocol error handling routines ldap_scherr2str ldap_str2syntax (3) - Schema definition handling routines ldap_scherr2str ldap_str2syntax (3) - Schema definition handling routines ldap_scherr2str ldap_str2syntax (3) - Schema definition handling routines ldap_scherr2str ldap_str2syntax (3) - Schema definition handling routines ldap_scherr2str ldap_str2syntax (3) - Schema definition handling routines ldap_scherr2str ldap_str2syntax (3) - Schema definition handling routines ldap_scherr2str ldap_str2syntax (3) - Schema definition handling routines ldap_scherr2str ldap_str2syntax (3) - Schema definition handling routines ldap_scherr2str ldap_str2syntax (3) - Schema definition handling routines ldap_scherr2str ldap_str2syntax (3) - Schema definition handling routines ldap_scherr2str ldap_str2syntax (3) - Schema definition handling routines ldap_scherr2str ldap_str2syntax (3) - Schema definition handling routines ldap_scherr2str ldap_str2syntax (3) - Schema definition handling routines ldap_scherr2str ldap_str2syntax (3) - Schema definition handling routines ldap_scherr2str ldap_str2syntax (3) - Schema definition handling routines ldap_scherr2str ldap_str2syntax (3) - Schema definition handling routines ldap_scherr2str ldap_str2syntax (3) - Schema definition handling routines ldap_scherr2str ldap_str2syntax (3) - Schema definition handling routines ldap_search ldap_search (3) - Perform an LDAP search operation ldap_search ldap_search (3) - Perform an LDAP search operation ldap_search ldap_search (3) - Perform an LDAP search operation ldap_search ldap_search (3) - Perform an LDAP search operation ldap_search ldap_search (3) - Perform an LDAP search operation ldap_search_s ldap_search (3) - Perform an LDAP search operation ldap_search_s ldap_search (3) - Perform an LDAP search operation ldap_search_s ldap_search (3) - Perform an LDAP search operation ldap_search_s ldap_search (3) - Perform an LDAP search operation ldap_search_s ldap_search (3) - Perform an LDAP search operation ldap_search_st ldap_search (3) - Perform an LDAP search operation ldap_search_st ldap_search (3) - Perform an LDAP search operation ldap_search_st ldap_search (3) - Perform an LDAP search operation ldap_search_st ldap_search (3) - Perform an LDAP search operation ldap_search_st ldap_search (3) - Perform an LDAP search operation ldap_set_cache_options ldap_enable_cache (3) - LDAP client caching routines ldap_set_cache_options ldap_enable_cache (3) - LDAP client caching routines ldap_set_cache_options ldap_enable_cache (3) - LDAP client caching routines ldap_set_cache_options ldap_enable_cache (3) - LDAP client caching routines ldap_set_cache_options ldap_enable_cache (3) - LDAP client caching routines ldap_set_cache_options ldap_enable_cache (3) - LDAP client caching routines ldap_set_cache_options ldap_enable_cache (3) - LDAP client caching routines ldap_set_cache_options ldap_enable_cache (3) - LDAP client caching routines ldap_simple_bind ldap_bind (3) - LDAP bind routines ldap_simple_bind ldap_bind (3) - LDAP bind routines ldap_simple_bind ldap_bind (3) - LDAP bind routines ldap_simple_bind ldap_bind (3) - LDAP bind routines ldap_simple_bind ldap_bind (3) - LDAP bind routines ldap_simple_bind ldap_bind (3) - LDAP bind routines ldap_simple_bind ldap_bind (3) - LDAP bind routines ldap_simple_bind ldap_bind (3) - LDAP bind routines ldap_simple_bind ldap_bind (3) - LDAP bind routines ldap_simple_bind ldap_bind (3) - LDAP bind routines ldap_simple_bind ldap_bind (3) - LDAP bind routines ldap_simple_bind ldap_bind (3) - LDAP bind routines ldap_simple_bind ldap_bind (3) - LDAP bind routines ldap_simple_bind ldap_bind (3) - LDAP bind routines ldap_simple_bind ldap_bind (3) - LDAP bind routines ldap_simple_bind_s ldap_bind (3) - LDAP bind routines ldap_simple_bind_s ldap_bind (3) - LDAP bind routines ldap_simple_bind_s ldap_bind (3) - LDAP bind routines ldap_simple_bind_s ldap_bind (3) - LDAP bind routines ldap_simple_bind_s ldap_bind (3) - LDAP bind routines ldap_simple_bind_s ldap_bind (3) - LDAP bind routines ldap_simple_bind_s ldap_bind (3) - LDAP bind routines ldap_simple_bind_s ldap_bind (3) - LDAP bind routines ldap_simple_bind_s ldap_bind (3) - LDAP bind routines ldap_simple_bind_s ldap_bind (3) - LDAP bind routines ldap_simple_bind_s ldap_bind (3) - LDAP bind routines ldap_simple_bind_s ldap_bind (3) - LDAP bind routines ldap_simple_bind_s ldap_bind (3) - LDAP bind routines ldap_simple_bind_s ldap_bind (3) - LDAP bind routines ldap_simple_bind_s ldap_bind (3) - LDAP bind routines ldap_sort_entries ldap_sort_entries (3) - LDAP sorting routines ldap_sort_entries ldap_sort_entries (3) - LDAP sorting routines ldap_sort_entries ldap_sort_entries (3) - LDAP sorting routines ldap_sort_entries ldap_sort_entries (3) - LDAP sorting routines ldap_sort_strcasecmp ldap_sort_entries (3) - LDAP sorting routines ldap_sort_strcasecmp ldap_sort_entries (3) - LDAP sorting routines ldap_sort_strcasecmp ldap_sort_entries (3) - LDAP sorting routines ldap_sort_strcasecmp ldap_sort_entries (3) - LDAP sorting routines ldap_sort_values ldap_sort_entries (3) - LDAP sorting routines ldap_sort_values ldap_sort_entries (3) - LDAP sorting routines ldap_sort_values ldap_sort_entries (3) - LDAP sorting routines ldap_sort_values ldap_sort_entries (3) - LDAP sorting routines ldap_str2attributetype ldap_str2syntax (3) - Schema definition handling routines ldap_str2attributetype ldap_str2syntax (3) - Schema definition handling routines ldap_str2attributetype ldap_str2syntax (3) - Schema definition handling routines ldap_str2attributetype ldap_str2syntax (3) - Schema definition handling routines ldap_str2attributetype ldap_str2syntax (3) - Schema definition handling routines ldap_str2attributetype ldap_str2syntax (3) - Schema definition handling routines ldap_str2attributetype ldap_str2syntax (3) - Schema definition handling routines ldap_str2attributetype ldap_str2syntax (3) - Schema definition handling routines ldap_str2attributetype ldap_str2syntax (3) - Schema definition handling routines ldap_str2attributetype ldap_str2syntax (3) - Schema definition handling routines ldap_str2attributetype ldap_str2syntax (3) - Schema definition handling routines ldap_str2attributetype ldap_str2syntax (3) - Schema definition handling routines ldap_str2attributetype ldap_str2syntax (3) - Schema definition handling routines ldap_str2attributetype ldap_str2syntax (3) - Schema definition handling routines ldap_str2attributetype ldap_str2syntax (3) - Schema definition handling routines ldap_str2attributetype ldap_str2syntax (3) - Schema definition handling routines ldap_str2attributetype ldap_str2syntax (3) - Schema definition handling routines ldap_str2attributetype ldap_str2syntax (3) - Schema definition handling routines ldap_str2matchingrule ldap_str2syntax (3) - Schema definition handling routines ldap_str2matchingrule ldap_str2syntax (3) - Schema definition handling routines ldap_str2matchingrule ldap_str2syntax (3) - Schema definition handling routines ldap_str2matchingrule ldap_str2syntax (3) - Schema definition handling routines ldap_str2matchingrule ldap_str2syntax (3) - Schema definition handling routines ldap_str2matchingrule ldap_str2syntax (3) - Schema definition handling routines ldap_str2matchingrule ldap_str2syntax (3) - Schema definition handling routines ldap_str2matchingrule ldap_str2syntax (3) - Schema definition handling routines ldap_str2matchingrule ldap_str2syntax (3) - Schema definition handling routines ldap_str2matchingrule ldap_str2syntax (3) - Schema definition handling routines ldap_str2matchingrule ldap_str2syntax (3) - Schema definition handling routines ldap_str2matchingrule ldap_str2syntax (3) - Schema definition handling routines ldap_str2matchingrule ldap_str2syntax (3) - Schema definition handling routines ldap_str2matchingrule ldap_str2syntax (3) - Schema definition handling routines ldap_str2matchingrule ldap_str2syntax (3) - Schema definition handling routines ldap_str2matchingrule ldap_str2syntax (3) - Schema definition handling routines ldap_str2matchingrule ldap_str2syntax (3) - Schema definition handling routines ldap_str2matchingrule ldap_str2syntax (3) - Schema definition handling routines ldap_str2objectclass ldap_str2syntax (3) - Schema definition handling routines ldap_str2objectclass ldap_str2syntax (3) - Schema definition handling routines ldap_str2objectclass ldap_str2syntax (3) - Schema definition handling routines ldap_str2objectclass ldap_str2syntax (3) - Schema definition handling routines ldap_str2objectclass ldap_str2syntax (3) - Schema definition handling routines ldap_str2objectclass ldap_str2syntax (3) - Schema definition handling routines ldap_str2objectclass ldap_str2syntax (3) - Schema definition handling routines ldap_str2objectclass ldap_str2syntax (3) - Schema definition handling routines ldap_str2objectclass ldap_str2syntax (3) - Schema definition handling routines ldap_str2objectclass ldap_str2syntax (3) - Schema definition handling routines ldap_str2objectclass ldap_str2syntax (3) - Schema definition handling routines ldap_str2objectclass ldap_str2syntax (3) - Schema definition handling routines ldap_str2objectclass ldap_str2syntax (3) - Schema definition handling routines ldap_str2objectclass ldap_str2syntax (3) - Schema definition handling routines ldap_str2objectclass ldap_str2syntax (3) - Schema definition handling routines ldap_str2objectclass ldap_str2syntax (3) - Schema definition handling routines ldap_str2objectclass ldap_str2syntax (3) - Schema definition handling routines ldap_str2objectclass ldap_str2syntax (3) - Schema definition handling routines ldap_str2syntax ldap_str2syntax (3) - Schema definition handling routines ldap_str2syntax ldap_str2syntax (3) - Schema definition handling routines ldap_str2syntax ldap_str2syntax (3) - Schema definition handling routines ldap_str2syntax ldap_str2syntax (3) - Schema definition handling routines ldap_str2syntax ldap_str2syntax (3) - Schema definition handling routines ldap_str2syntax ldap_str2syntax (3) - Schema definition handling routines ldap_str2syntax ldap_str2syntax (3) - Schema definition handling routines ldap_str2syntax ldap_str2syntax (3) - Schema definition handling routines ldap_str2syntax ldap_str2syntax (3) - Schema definition handling routines ldap_str2syntax ldap_str2syntax (3) - Schema definition handling routines ldap_str2syntax ldap_str2syntax (3) - Schema definition handling routines ldap_str2syntax ldap_str2syntax (3) - Schema definition handling routines ldap_str2syntax ldap_str2syntax (3) - Schema definition handling routines ldap_str2syntax ldap_str2syntax (3) - Schema definition handling routines ldap_str2syntax ldap_str2syntax (3) - Schema definition handling routines ldap_str2syntax ldap_str2syntax (3) - Schema definition handling routines ldap_str2syntax ldap_str2syntax (3) - Schema definition handling routines ldap_str2syntax ldap_str2syntax (3) - Schema definition handling routines ldap_syntax2name ldap_str2syntax (3) - Schema definition handling routines ldap_syntax2name ldap_str2syntax (3) - Schema definition handling routines ldap_syntax2name ldap_str2syntax (3) - Schema definition handling routines ldap_syntax2name ldap_str2syntax (3) - Schema definition handling routines ldap_syntax2name ldap_str2syntax (3) - Schema definition handling routines ldap_syntax2name ldap_str2syntax (3) - Schema definition handling routines ldap_syntax2name ldap_str2syntax (3) - Schema definition handling routines ldap_syntax2name ldap_str2syntax (3) - Schema definition handling routines ldap_syntax2name ldap_str2syntax (3) - Schema definition handling routines ldap_syntax2name ldap_str2syntax (3) - Schema definition handling routines ldap_syntax2name ldap_str2syntax (3) - Schema definition handling routines ldap_syntax2name ldap_str2syntax (3) - Schema definition handling routines ldap_syntax2name ldap_str2syntax (3) - Schema definition handling routines ldap_syntax2name ldap_str2syntax (3) - Schema definition handling routines ldap_syntax2name ldap_str2syntax (3) - Schema definition handling routines ldap_syntax2name ldap_str2syntax (3) - Schema definition handling routines ldap_syntax2name ldap_str2syntax (3) - Schema definition handling routines ldap_syntax2name ldap_str2syntax (3) - Schema definition handling routines ldap_syntax2str ldap_str2syntax (3) - Schema definition handling routines ldap_syntax2str ldap_str2syntax (3) - Schema definition handling routines ldap_syntax2str ldap_str2syntax (3) - Schema definition handling routines ldap_syntax2str ldap_str2syntax (3) - Schema definition handling routines ldap_syntax2str ldap_str2syntax (3) - Schema definition handling routines ldap_syntax2str ldap_str2syntax (3) - Schema definition handling routines ldap_syntax2str ldap_str2syntax (3) - Schema definition handling routines ldap_syntax2str ldap_str2syntax (3) - Schema definition handling routines ldap_syntax2str ldap_str2syntax (3) - Schema definition handling routines ldap_syntax2str ldap_str2syntax (3) - Schema definition handling routines ldap_syntax2str ldap_str2syntax (3) - Schema definition handling routines ldap_syntax2str ldap_str2syntax (3) - Schema definition handling routines ldap_syntax2str ldap_str2syntax (3) - Schema definition handling routines ldap_syntax2str ldap_str2syntax (3) - Schema definition handling routines ldap_syntax2str ldap_str2syntax (3) - Schema definition handling routines ldap_syntax2str ldap_str2syntax (3) - Schema definition handling routines ldap_syntax2str ldap_str2syntax (3) - Schema definition handling routines ldap_syntax2str ldap_str2syntax (3) - Schema definition handling routines ldap_syntax_free ldap_str2syntax (3) - Schema definition handling routines ldap_syntax_free ldap_str2syntax (3) - Schema definition handling routines ldap_syntax_free ldap_str2syntax (3) - Schema definition handling routines ldap_syntax_free ldap_str2syntax (3) - Schema definition handling routines ldap_syntax_free ldap_str2syntax (3) - Schema definition handling routines ldap_syntax_free ldap_str2syntax (3) - Schema definition handling routines ldap_syntax_free ldap_str2syntax (3) - Schema definition handling routines ldap_syntax_free ldap_str2syntax (3) - Schema definition handling routines ldap_syntax_free ldap_str2syntax (3) - Schema definition handling routines ldap_syntax_free ldap_str2syntax (3) - Schema definition handling routines ldap_syntax_free ldap_str2syntax (3) - Schema definition handling routines ldap_syntax_free ldap_str2syntax (3) - Schema definition handling routines ldap_syntax_free ldap_str2syntax (3) - Schema definition handling routines ldap_syntax_free ldap_str2syntax (3) - Schema definition handling routines ldap_syntax_free ldap_str2syntax (3) - Schema definition handling routines ldap_syntax_free ldap_str2syntax (3) - Schema definition handling routines ldap_syntax_free ldap_str2syntax (3) - Schema definition handling routines ldap_syntax_free ldap_str2syntax (3) - Schema definition handling routines ldap_tmplattrs ldap_init_templates (3) - LDAP display template routines ldap_tmplattrs ldap_init_templates (3) - LDAP display template routines ldap_tmplattrs ldap_init_templates (3) - LDAP display template routines ldap_tmplattrs ldap_init_templates (3) - LDAP display template routines ldap_tmplattrs ldap_init_templates (3) - LDAP display template routines ldap_tmplattrs ldap_init_templates (3) - LDAP display template routines ldap_tmplattrs ldap_init_templates (3) - LDAP display template routines ldap_tmplattrs ldap_init_templates (3) - LDAP display template routines ldap_tmplattrs ldap_init_templates (3) - LDAP display template routines ldap_tmplattrs ldap_init_templates (3) - LDAP display template routines ldap_tmplattrs ldap_init_templates (3) - LDAP display template routines ldap_tmplattrs ldap_init_templates (3) - LDAP display template routines ldap_ufn_search_c ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_search_c ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_search_c ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_search_c ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_search_c ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_search_c ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_search_c ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_search_ct ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_search_ct ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_search_ct ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_search_ct ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_search_ct ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_search_ct ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_search_ct ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_search_s ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_search_s ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_search_s ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_search_s ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_search_s ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_search_s ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_search_s ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_setfilter ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_setfilter ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_setfilter ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_setfilter ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_setfilter ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_setfilter ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_setfilter ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_setfilter ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_setfilter ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_setfilter ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_setfilter ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_setfilter ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_setfilter ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_setfilter ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_setprefix ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_setprefix ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_setprefix ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_setprefix ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_setprefix ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_setprefix ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_setprefix ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_timeout ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_timeout ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_timeout ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_timeout ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_timeout ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_timeout ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_ufn_timeout ldap_ufn_search_s (3) - Perform an LDAP user friendly search operation ldap_unbind ldap_bind (3) - LDAP bind routines ldap_unbind ldap_bind (3) - LDAP bind routines ldap_unbind ldap_bind (3) - LDAP bind routines ldap_unbind ldap_bind (3) - LDAP bind routines ldap_unbind ldap_bind (3) - LDAP bind routines ldap_unbind ldap_bind (3) - LDAP bind routines ldap_unbind ldap_bind (3) - LDAP bind routines ldap_unbind ldap_bind (3) - LDAP bind routines ldap_unbind ldap_bind (3) - LDAP bind routines ldap_unbind ldap_bind (3) - LDAP bind routines ldap_unbind ldap_bind (3) - LDAP bind routines ldap_unbind ldap_bind (3) - LDAP bind routines ldap_unbind ldap_bind (3) - LDAP bind routines ldap_unbind ldap_bind (3) - LDAP bind routines ldap_unbind ldap_bind (3) - LDAP bind routines ldap_unbind_s ldap_bind (3) - LDAP bind routines ldap_unbind_s ldap_bind (3) - LDAP bind routines ldap_unbind_s ldap_bind (3) - LDAP bind routines ldap_unbind_s ldap_bind (3) - LDAP bind routines ldap_unbind_s ldap_bind (3) - LDAP bind routines ldap_unbind_s ldap_bind (3) - LDAP bind routines ldap_unbind_s ldap_bind (3) - LDAP bind routines ldap_unbind_s ldap_bind (3) - LDAP bind routines ldap_unbind_s ldap_bind (3) - LDAP bind routines ldap_unbind_s ldap_bind (3) - LDAP bind routines ldap_unbind_s ldap_bind (3) - LDAP bind routines ldap_unbind_s ldap_bind (3) - LDAP bind routines ldap_unbind_s ldap_bind (3) - LDAP bind routines ldap_unbind_s ldap_bind (3) - LDAP bind routines ldap_unbind_s ldap_bind (3) - LDAP bind routines ldap_uncache_entry ldap_enable_cache (3) - LDAP client caching routines ldap_uncache_entry ldap_enable_cache (3) - LDAP client caching routines ldap_uncache_entry ldap_enable_cache (3) - LDAP client caching routines ldap_uncache_entry ldap_enable_cache (3) - LDAP client caching routines ldap_uncache_entry ldap_enable_cache (3) - LDAP client caching routines ldap_uncache_entry ldap_enable_cache (3) - LDAP client caching routines ldap_uncache_entry ldap_enable_cache (3) - LDAP client caching routines ldap_uncache_entry ldap_enable_cache (3) - LDAP client caching routines ldap_uncache_request ldap_enable_cache (3) - LDAP client caching routines ldap_uncache_request ldap_enable_cache (3) - LDAP client caching routines ldap_uncache_request ldap_enable_cache (3) - LDAP client caching routines ldap_uncache_request ldap_enable_cache (3) - LDAP client caching routines ldap_uncache_request ldap_enable_cache (3) - LDAP client caching routines ldap_uncache_request ldap_enable_cache (3) - LDAP client caching routines ldap_uncache_request ldap_enable_cache (3) - LDAP client caching routines ldap_uncache_request ldap_enable_cache (3) - LDAP client caching routines ldap_url_parse ldap_is_ldap_url (3) - LDAP Uniform Resource Locator routines ldap_url_parse ldap_is_ldap_url (3) - LDAP Uniform Resource Locator routines ldap_url_parse ldap_is_ldap_url (3) - LDAP Uniform Resource Locator routines ldap_url_parse ldap_is_ldap_url (3) - LDAP Uniform Resource Locator routines ldap_url_parse ldap_is_ldap_url (3) - LDAP Uniform Resource Locator routines ldap_url_parse ldap_is_ldap_url (3) - LDAP Uniform Resource Locator routines ldap_url_parse ldap_is_ldap_url (3) - LDAP Uniform Resource Locator routines ldap_url_search ldap_is_ldap_url (3) - LDAP Uniform Resource Locator routines ldap_url_search ldap_is_ldap_url (3) - LDAP Uniform Resource Locator routines ldap_url_search ldap_is_ldap_url (3) - LDAP Uniform Resource Locator routines ldap_url_search ldap_is_ldap_url (3) - LDAP Uniform Resource Locator routines ldap_url_search ldap_is_ldap_url (3) - LDAP Uniform Resource Locator routines ldap_url_search ldap_is_ldap_url (3) - LDAP Uniform Resource Locator routines ldap_url_search ldap_is_ldap_url (3) - LDAP Uniform Resource Locator routines ldap_url_search_s ldap_is_ldap_url (3) - LDAP Uniform Resource Locator routines ldap_url_search_s ldap_is_ldap_url (3) - LDAP Uniform Resource Locator routines ldap_url_search_s ldap_is_ldap_url (3) - LDAP Uniform Resource Locator routines ldap_url_search_s ldap_is_ldap_url (3) - LDAP Uniform Resource Locator routines ldap_url_search_s ldap_is_ldap_url (3) - LDAP Uniform Resource Locator routines ldap_url_search_s ldap_is_ldap_url (3) - LDAP Uniform Resource Locator routines ldap_url_search_s ldap_is_ldap_url (3) - LDAP Uniform Resource Locator routines ldap_url_search_st ldap_is_ldap_url (3) - LDAP Uniform Resource Locator routines ldap_url_search_st ldap_is_ldap_url (3) - LDAP Uniform Resource Locator routines ldap_url_search_st ldap_is_ldap_url (3) - LDAP Uniform Resource Locator routines ldap_url_search_st ldap_is_ldap_url (3) - LDAP Uniform Resource Locator routines ldap_url_search_st ldap_is_ldap_url (3) - LDAP Uniform Resource Locator routines ldap_url_search_st ldap_is_ldap_url (3) - LDAP Uniform Resource Locator routines ldap_url_search_st ldap_is_ldap_url (3) - LDAP Uniform Resource Locator routines ldap_vals2text ldap_entry2text (3) - LDAP entry display routines ldap_vals2text ldap_entry2text (3) - LDAP entry display routines ldap_vals2text ldap_entry2text (3) - LDAP entry display routines ldap_vals2text ldap_entry2text (3) - LDAP entry display routines ldap_vals2text ldap_entry2text (3) - LDAP entry display routines ldap_vals2text ldap_entry2text (3) - LDAP entry display routines ldapadd ldapmodify (1) - LDAP modify entry and LDAP add entry tools ldapadd ldapmodify (1) - LDAP modify entry and LDAP add entry tools ldapdelete ldapdelete (1) - LDAP delete entry tool ldapfilter.conf ldapfilter.conf (5) - configuration file for LDAP get filter routines ldapfriendly ldapfriendly (5) - data file for LDAP friendly routines ldapmodify ldapmodify (1) - LDAP modify entry and LDAP add entry tools ldapmodify ldapmodify (1) - LDAP modify entry and LDAP add entry tools ldapmodrdn ldapmodrdn (1) - LDAP rename entry tool ldappasswd ldappasswd (1) - change the password of an LDAP entry ldapsearch ldapsearch (1) - LDAP search tool ldapsearchprefs.conf ldapsearchprefs.conf (5) - configuration file for LDAP search preference routines ldaptemplates.conf ldaptemplates.conf (5) - configuration file for LDAP display template routines ldif ldif (5) - LDAP Data Interchange Format lefty lefty (1) - A Programmable Graphics Editor less less (1) - opposite of more lesskey lesskey (1) - specify key bindings for less let bash (1) - bash built-in commands, see bash(1) lftp lftp (1) - Sophisticated ftp program lha lha (1) - archive utility libagraph libagraph (3) - abstract graph library libcurl libcurl (3) - client-side URL transfers libcurl-multi libcurl-multi (3) - how to use the multi interface libgphoto2 libgphoto2 (3) - cross-platform digital camera library libgphoto2_port libgphoto2_port (3) - cross-platform port access library libgraph libgraph (3) - abstract graph library libmikmod-config libmikmod-config (1) - script to get information about the installed version of libmikmod. libpack libpack (3) - support for connected components libpathplan libpathplan (3) - finds and smooths shortest paths libpng libpng (3) - Portable Network Graphics (PNG) Reference Library 1.2.5 libpng libpng (3) - Portable Network Graphics (PNG) Reference Library 1.2.5 (private functions) libxml libxml (3) - library used to parse XML files lightning lightning (1) - draws fractal lightning bolts linecheck linecheck (1) - debugging tool for term serial lines linecheck linecheck (1) - debugging tools for term B lisa lisa (1) - draws animated full-loop lisajous figures lkbib lkbib (1) - search bibliographic databases lmorph lmorph (1) - morphing lines ln ln (1) - make links between files lneato lneato (1) - A Customizable Graph Editor local bash (1) - bash built-in commands, see bash(1) locally. table_array lookups. - The table_array handler is used (automatically) in conjuntion with the table handler. More... "Functions" +1c -1c "int netsnmp_table_container_register (netsnmp_handler_registration *reginfo, netsnmp_table_registration_info *tabreg, netsnmp_table_array_callbacks *cb, netsnmp_container *container, int group_rows)" "register specified callbacks for the specified table/oid." -1c "netsnmp_mib_handler * netsnmp_find_table_array_handler (netsnmp_handler_registration *reginfo)" "find the handler for the table_array helper." -1c "netsnmp_container * netsnmp_extract_array_context (netsnmp_request_info *request)" "find the context data used by the table_array helper." -1c "int netsnmp_table_array_check_row_status (netsnmp_table_array_callbacks *cb, netsnmp_request_group *ag, long *rs_new, long *rs_old)" "this function is called to validate RowStatus transitions." (3) -1c locate locate (1) - list files in databases that match a pattern logjam logjam (1) - GTK+ client for LiveJournal logname logname (1) - print user's login name logout bash (1) - bash built-in commands, see bash(1) ls ls (1) - list contents of directories lynx lynx (1) - a general purpose distributed information browser for the World Wide Web lyx lyx (1) - A Document Processor Cr n (c) \(co macunpack macunpack (1) - Macintosh file de-archiver madplay madplay (1) - decode and play MPEG audio stream(s) mail500 mail500 (8) - X.500 capable mailer fax500 \- X.500 capable fax delivery agent mail500 mail500 (8) - X.500 capable mailer fax500 \- X.500 capable fax delivery agent make make (1) - GNU make utility to maintain groups of programs make read_only automatically - The only purpose of this handler is to return an appropriate error for any requests passed to it in a SET mode. More... "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_read_only_handler (void)" "returns a read_only handler that can be injected into a given handler chain." -1c "int netsnmp_read_only_helper (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "void netsnmp_init_read_only_helper (void)" "initializes the read_only helper which then registers a read_only handler as a run-time injectable handler for configuration file use." (3) -1c man2html man2html (1) - convert UNIX nroff(1) manual pages to HTML format maze maze (1) - an automated X11 demo repeatedly creating and solving a random maze mib old_api code. - This is a backwards compatilibity module that allows code written in the old API to be run under the new handler based architecture. More... "Functions" +1c -1c "netsnmp_mib_handler * get_old_api_handler (void)" "returns a old_api handler that should be the final calling handler." -1c "int netsnmp_register_old_api (const char *moduleName, struct variable *var, size_t varsize, size_t numvars, oid *mibloc, size_t mibloclen, int priority, int range_subid, oid range_ubound, netsnmp_session *ss, const char *context, int timeout, int flags)" "Registers an old API set into the mib tree." -1c "int netsnmp_register_mib_table_row (const char *moduleName, struct variable *var, size_t varsize, size_t numvars, oid *mibloc, size_t mibloclen, int priority, int var_subid, netsnmp_session *ss, const char *context, int timeout, int flags)" "registers a row within a mib table." -1c "int netsnmp_old_api_helper (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "implements the old_api handler." (3) -1c mib_handler_methods mib_handler_methods (3) - Defines the subhandlers to be called by the multiplexer helper. mkdir mkdir (1) - make directories mkfifo mkfifo (1) - make FIFOs (named pipes) mkmodules mkmodules (1) - Rebuild modules database for CVS mknod mknod (1) - make special files mode multiplexer handlers. - The multiplexer helper lets you split the calling chain depending on the calling mode (get vs getnext vs set). More... "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_multiplexer_handler (netsnmp_mib_handler_methods *req)" "returns a multiplixer handler given a netsnmp_mib_handler_methods structure of subhandlers." -1c "int netsnmp_multiplexer_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "implements the multiplexer helper." (3) -1c module old_api code. - This is a backwards compatilibity module that allows code written in the old API to be run under the new handler based architecture. More... "Functions" +1c -1c "netsnmp_mib_handler * get_old_api_handler (void)" "returns a old_api handler that should be the final calling handler." -1c "int netsnmp_register_old_api (const char *moduleName, struct variable *var, size_t varsize, size_t numvars, oid *mibloc, size_t mibloclen, int priority, int range_subid, oid range_ubound, netsnmp_session *ss, const char *context, int timeout, int flags)" "Registers an old API set into the mib tree." -1c "int netsnmp_register_mib_table_row (const char *moduleName, struct variable *var, size_t varsize, size_t numvars, oid *mibloc, size_t mibloclen, int priority, int var_subid, netsnmp_session *ss, const char *context, int timeout, int flags)" "registers a row within a mib table." -1c "int netsnmp_old_api_helper (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "implements the old_api handler." (3) -1c mpage mpage (1) - print multiple pages per sheet on PostScript printer mpg123 mpg123 (1) - play audio MPEG 1.0/2.0 file (layers 1, 2 and 3) mplayer mplayer (1) - Movie Player for Linux mencoder \- Movie Encoder for Linux mplayer mplayer (1) - Movie Player for Linux mencoder \- Movie Encoder for Linux mrl_t mrl_t (3) - mswordview mswordview (1) - convert word 8 files to html multiplexer multiplexer handlers. - The multiplexer helper lets you split the calling chain depending on the calling mode (get vs getnext vs set). More... "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_multiplexer_handler (netsnmp_mib_handler_methods *req)" "returns a multiplixer handler given a netsnmp_mib_handler_methods structure of subhandlers." -1c "int netsnmp_multiplexer_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "implements the multiplexer helper." (3) -1c multips multips (1) - output multiple logical Postscript pages on one physical page munch munch (1) - munching squares screen hack must table_iterator (3) - Functionally, it is a specialized version of the more generic table helper but easies the burden of GETNEXT processing by manually looping through all the data indexes retrieved through function calls which should be supplied by the module that wishes help. More...The module the table_iterator helps should, afterwards, never be called for the case of 'MODE_GETNEXT' and only for the GET and SET related modes instead. mutt mutt (1) - The Mutt Mail User Agent mutt mutt (1) - The Mutt Mail User Agent mutt_dotlock mutt_dotlock (1) - Lock mail spool files. muttrc muttrc (5) - Configuration file for the Mutt Mail User Agent muttrc muttrc (5) - Configuration file for the Mutt Mail User Agent mv mv (1) - rename files mytool mytool (1) - manipulate map files for yudit, uniconv and uniprint neato neato (1) - preprocessor for drawing undirected graphs net-snmp table_iterator (3) - Functionally, it is a specialized version of the more generic table helper but easies the burden of GETNEXT processing by manually looping through all the data indexes retrieved through function calls which should be supplied by the module that wishes help. More...The module the table_iterator helps should, afterwards, never be called for the case of 'MODE_GETNEXT' and only for the GET and SET related modes instead. nethack nethack (6) - Exploring The Mazes of Menace new Zephyr::Notice (3) - Perl class package for Zephyr notices nice nice (1) - run a program with modified scheduling priority nl nl (1) - number lines of files nohup nohup (1) - run a command immune to hangups, with output to a non-tty nop nop (1) - pretty-print graph file noseguy noseguy (1) - a little guy with a big nose wanders around being witty not table_iterator (3) - Functionally, it is a specialized version of the more generic table helper but easies the burden of GETNEXT processing by manually looping through all the data indexes retrieved through function calls which should be supplied by the module that wishes help. More...The module the table_iterator helps should, afterwards, never be called for the case of 'MODE_GETNEXT' and only for the GET and SET related modes instead. nsgmls nsgmls (1) - a validating SGML parser An \*S System Conforming to n .br International Standard ISO 8879 \(em Standard Generalized Markup Language od od (1) - dump files in octal and other formats of Types mrls - "Defines" +1c -1c "#define mrl_unknown (0 << 0)" -1c "#define mrl_dvd (1 << 0)" -1c "#define mrl_vcd (1 << 1)" -1c "#define mrl_net (1 << 2)" -1c "#define mrl_rtp (1 << 3)" -1c "#define mrl_stdin (1 << 4)" -1c "#define mrl_file (1 << 5)" -1c "#define mrl_file_fifo (1 << 6)" -1c "#define mrl_file_chardev (1 << 7)" -1c "#define mrl_file_directory (1 << 8)" -1c "#define mrl_file_blockdev (1 << 9)" -1c "#define mrl_file_normal (1 << 10)" -1c "#define mrl_file_symlink (1 << 11)" -1c "#define mrl_file_sock (1 << 12)" -1c "#define mrl_file_exec (1 << 13)" -1c "#define mrl_file_backup (1 << 14)" -1c "#define mrl_file_hidden (1 << 15)" (3) -1c of old_api code. - This is a backwards compatilibity module that allows code written in the old API to be run under the new handler based architecture. More... "Functions" +1c -1c "netsnmp_mib_handler * get_old_api_handler (void)" "returns a old_api handler that should be the final calling handler." -1c "int netsnmp_register_old_api (const char *moduleName, struct variable *var, size_t varsize, size_t numvars, oid *mibloc, size_t mibloclen, int priority, int range_subid, oid range_ubound, netsnmp_session *ss, const char *context, int timeout, int flags)" "Registers an old API set into the mib tree." -1c "int netsnmp_register_mib_table_row (const char *moduleName, struct variable *var, size_t varsize, size_t numvars, oid *mibloc, size_t mibloclen, int priority, int var_subid, netsnmp_session *ss, const char *context, int timeout, int flags)" "registers a row within a mib table." -1c "int netsnmp_old_api_helper (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "implements the old_api handler." (3) -1c of table_iterator (3) - Functionally, it is a specialized version of the more generic table helper but easies the burden of GETNEXT processing by manually looping through all the data indexes retrieved through function calls which should be supplied by the module that wishes help. More...The module the table_iterator helps should, afterwards, never be called for the case of 'MODE_GETNEXT' and only for the GET and SET related modes instead. oggenc oggenc (1) - encode audio into the Ogg Vorbis format ogle ogle (1) - DVD player with support for DVD menus oglerc oglerc (5) - ogle configuration file ogonkify ogonkify (1) - international support for PostScript oid table_iterator (3) - Functionally, it is a specialized version of the more generic table helper but easies the burden of GETNEXT processing by manually looping through all the data indexes retrieved through function calls which should be supplied by the module that wishes help. More...The module the table_iterator helps should, afterwards, never be called for the case of 'MODE_GETNEXT' and only for the GET and SET related modes instead. old old_api code. - This is a backwards compatilibity module that allows code written in the old API to be run under the new handler based architecture. More... "Functions" +1c -1c "netsnmp_mib_handler * get_old_api_handler (void)" "returns a old_api handler that should be the final calling handler." -1c "int netsnmp_register_old_api (const char *moduleName, struct variable *var, size_t varsize, size_t numvars, oid *mibloc, size_t mibloclen, int priority, int range_subid, oid range_ubound, netsnmp_session *ss, const char *context, int timeout, int flags)" "Registers an old API set into the mib tree." -1c "int netsnmp_register_mib_table_row (const char *moduleName, struct variable *var, size_t varsize, size_t numvars, oid *mibloc, size_t mibloclen, int priority, int var_subid, netsnmp_session *ss, const char *context, int timeout, int flags)" "registers a row within a mib table." -1c "int netsnmp_old_api_helper (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "implements the old_api handler." (3) -1c old_api old_api code. - This is a backwards compatilibity module that allows code written in the old API to be run under the new handler based architecture. More... "Functions" +1c -1c "netsnmp_mib_handler * get_old_api_handler (void)" "returns a old_api handler that should be the final calling handler." -1c "int netsnmp_register_old_api (const char *moduleName, struct variable *var, size_t varsize, size_t numvars, oid *mibloc, size_t mibloclen, int priority, int range_subid, oid range_ubound, netsnmp_session *ss, const char *context, int timeout, int flags)" "Registers an old API set into the mib tree." -1c "int netsnmp_register_mib_table_row (const char *moduleName, struct variable *var, size_t varsize, size_t numvars, oid *mibloc, size_t mibloclen, int priority, int var_subid, netsnmp_session *ss, const char *context, int timeout, int flags)" "registers a row within a mib table." -1c "int netsnmp_old_api_helper (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "implements the old_api handler." (3) -1c one serialize time. - This functionally passes in one request at a time into lower handlers rather than a whole bunch of requests at once. More... "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_serialize_handler (void)" "returns a serialize handler that can be injected into a given handler chain." -1c "int netsnmp_register_serialize (netsnmp_handler_registration *reginfo)" "functionally the same as calling netsnmp_register_handler() but also injects a serialize handler at the same time for you." -1c "int netsnmp_serialize_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "Implements the serial handler." -1c "void netsnmp_init_serialize (void)" "initializes the serialize helper which then registers a serialize handler as a run-time injectable handler for configuration file use." (3) -1c opiekey opiekey (1) - Programs for computing responses to OTP challenges. opiekey opiekey (1) - Programs for computing responses to OTP challenges. opiekey opiekey (1) - Programs for computing responses to OTP challenges. other instance easily. - "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_instance_handler (void)" -1c "int netsnmp_register_instance (netsnmp_handler_registration *reginfo)" -1c "int netsnmp_register_read_only_instance (netsnmp_handler_registration *reginfo)" -1c "int netsnmp_register_read_only_ulong_instance (const char *name, oid *reg_oid, size_t reg_oid_len, u_long *it, Netsnmp_Node_Handler *subhandler)" -1c "int netsnmp_register_ulong_instance (const char *name, oid *reg_oid, size_t reg_oid_len, u_long *it, Netsnmp_Node_Handler *subhandler)" -1c "int netsnmp_register_read_only_counter32_instance (const char *name, oid *reg_oid, size_t reg_oid_len, u_long *it, Netsnmp_Node_Handler *subhandler)" -1c "int netsnmp_register_read_only_long_instance (const char *name, oid *reg_oid, size_t reg_oid_len, long *it, Netsnmp_Node_Handler *subhandler)" -1c "int netsnmp_register_long_instance (const char *name, oid *reg_oid, size_t reg_oid_len, long *it, Netsnmp_Node_Handler *subhandler)" -1c "int netsnmp_register_read_only_int_instance (const char *name, oid *reg_oid, size_t reg_oid_len, int *it, Netsnmp_Node_Handler *subhandler)" -1c "int register_read_only_int_instance (const char *name, oid *reg_oid, size_t reg_oid_len, int *it, Netsnmp_Node_Handler *subhandler)" -1c "int netsnmp_register_int_instance (const char *name, oid *reg_oid, size_t reg_oid_len, int *it, Netsnmp_Node_Handler *subhandler)" -1c "int netsnmp_instance_ulong_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "int netsnmp_instance_counter32_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "int netsnmp_instance_long_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "int netsnmp_instance_int_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "int netsnmp_instance_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" (3) -1c otp-md4 opiekey (1) - Programs for computing responses to OTP challenges. otp-md4 opiekey (1) - Programs for computing responses to OTP challenges. otp-md4 opiekey (1) - Programs for computing responses to OTP challenges. otp-md5 opiekey (1) - Programs for computing responses to OTP challenges. otp-md5 opiekey (1) - Programs for computing responses to OTP challenges. otp-md5 opiekey (1) - Programs for computing responses to OTP challenges. out debug called. - This is a useful module for run-time debugging of requests as the pass this handler in a calling chain. More... "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_debug_handler (void)" "returns a debug handler that can be injected into a given handler chain." -1c "void debug_print_requests (netsnmp_request_info *requests)" -1c "int netsnmp_debug_helper (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "void netsnmp_init_debug_helper (void)" "initializes the debug helper which then registers a debug handler as a run-time injectable handler for configuration file use." (3) -1c p2c p2c (1) - Pascal to C translator, version 1.20 page page (1) - write to another user via their pager paste paste (1) - merge lines of files pathchk pathchk (1) - check whether file names are valid or portable pcap pcap (3) - Packet Capture library pdffonts pdffonts (1) - Portable Document Format (PDF) font analyzer (version 2.01) pdfimages pdfimages (1) - Portable Document Format (PDF) image extractor (version 2.01) pdfinfo pdfinfo (1) - Portable Document Format (PDF) document information extractor (version 2.01) pdftopbm pdftopbm (1) - Portable Document Format (PDF) to Portable Bitmap (PBM) converter (version 2.01) pdftops pdftops (1) - Portable Document Format (PDF) to PostScript converter (version 2.01) pdftotext pdftotext (1) - Portable Document Format (PDF) to text converter (version 2.01) pdiff pdiff (1) - produce a pretty comparison between files pedal pedal (1) - pretty geometric picture program penrose penrose (1) - draws quasiperiodic tilings pfbtops pfbtops (1) - translate a PostScript font in .pfb format to ASCII photopc photopc (1) - utility to control digital cameras based on Sierra Imaging firmware png png (5) - Portable Network Graphics (PNG) format polymerge polymerge (1) - merge coincident vertices, collinear edges, coplanar faces in an OOGL OFF object popd bash (1) - bash built-in commands, see bash(1) pr pr (1) - convert text files for printing print debug called. - This is a useful module for run-time debugging of requests as the pass this handler in a calling chain. More... "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_debug_handler (void)" "returns a debug handler that can be injected into a given handler chain." -1c "void debug_print_requests (netsnmp_request_info *requests)" -1c "int netsnmp_debug_helper (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "void netsnmp_init_debug_helper (void)" "initializes the debug helper which then registers a debug handler as a run-time injectable handler for configuration file use." (3) -1c print_description init_mib (3) - mib_api functions print_mib init_mib (3) - mib_api functions print_objid init_mib (3) - mib_api functions print_value init_mib (3) - mib_api functions print_variable init_mib (3) - mib_api functions printenv printenv (1) - print all or part of environment printf printf (1) - format and print data process instance easily. - "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_instance_handler (void)" -1c "int netsnmp_register_instance (netsnmp_handler_registration *reginfo)" -1c "int netsnmp_register_read_only_instance (netsnmp_handler_registration *reginfo)" -1c "int netsnmp_register_read_only_ulong_instance (const char *name, oid *reg_oid, size_t reg_oid_len, u_long *it, Netsnmp_Node_Handler *subhandler)" -1c "int netsnmp_register_ulong_instance (const char *name, oid *reg_oid, size_t reg_oid_len, u_long *it, Netsnmp_Node_Handler *subhandler)" -1c "int netsnmp_register_read_only_counter32_instance (const char *name, oid *reg_oid, size_t reg_oid_len, u_long *it, Netsnmp_Node_Handler *subhandler)" -1c "int netsnmp_register_read_only_long_instance (const char *name, oid *reg_oid, size_t reg_oid_len, long *it, Netsnmp_Node_Handler *subhandler)" -1c "int netsnmp_register_long_instance (const char *name, oid *reg_oid, size_t reg_oid_len, long *it, Netsnmp_Node_Handler *subhandler)" -1c "int netsnmp_register_read_only_int_instance (const char *name, oid *reg_oid, size_t reg_oid_len, int *it, Netsnmp_Node_Handler *subhandler)" -1c "int register_read_only_int_instance (const char *name, oid *reg_oid, size_t reg_oid_len, int *it, Netsnmp_Node_Handler *subhandler)" -1c "int netsnmp_register_int_instance (const char *name, oid *reg_oid, size_t reg_oid_len, int *it, Netsnmp_Node_Handler *subhandler)" -1c "int netsnmp_instance_ulong_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "int netsnmp_instance_counter32_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "int netsnmp_instance_long_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "int netsnmp_instance_int_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "int netsnmp_instance_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" (3) -1c process scalar easily. - "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_scalar_handler (void)" -1c "int netsnmp_register_scalar (netsnmp_handler_registration *reginfo)" -1c "int netsnmp_register_read_only_scalar (netsnmp_handler_registration *reginfo)" -1c "int netsnmp_scalar_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" (3) -1c properties Constants functions. - "Defines" +1c -1c "#define AO_PROP_MIXER_VOL 0" -1c "#define AO_PROP_PCM_VOL 1" -1c "#define AO_PROP_MUTE_VOL 2" -1c "Functions" +1c -1c "int xine_get_audio_property (xine_t *self, int property)" "Get audio driver property." -1c "int xine_set_audio_property (xine_t *self, int property, int value)" "Set audio driver property value." (3) -1c properties Constants functions. - "Defines" +1c -1c "#define VO_PROP_INTERLACED 0" -1c "#define VO_PROP_ASPECT_RATIO 1" -1c "#define VO_PROP_HUE 2" -1c "#define VO_PROP_SATURATION 3" -1c "#define VO_PROP_CONTRAST 4" -1c "#define VO_PROP_BRIGHTNESS 5" -1c "#define VO_PROP_COLORKEY 6" -1c "#define VO_PROP_SOFT_DEINTERLACE 7" -1c "#define VO_NUM_PROPERTIES 8" (3) -1c protoize protoize (1) - convert K&R C source code to ANSI C prototype format prtgif (OBSOLETED) (1/1x) - Prints a tgif object file without opening windows or fonts. prune prune (1) - Prune directed graphs psbb psbb (1) - extract bounding box from PostScript document psmandup psmandup (1) - insert page device request in PostScript files psmandup psmandup (1) - print duplex on non duplex printers pssnap pssnap (1) - PostScript drawer for Geomview objects. pstotext pstotext (1) - extract ASCII text from a PostScript or PDF file pushd bash (1) - bash built-in commands, see bash(1) puzzle puzzle (1) - permute the screen image like a jigsaw puzzle pwd bash (1) - bash built-in commands, see bash(1) pyro pyro (1) - simulate fireworks qix qix (1) - bounce colored lines around a window qix qix (1/1x) - bounce colored lines around a window ratios Possible call - "Defines" +1c -1c "#define ASPECT_AUTO 0" -1c "#define ASPECT_ANAMORPHIC 1" -1c "#define ASPECT_FULL 2" -1c "#define ASPECT_DVB 3" -1c "#define ASPECT_SQUARE 4" -1c "#define NUM_ASPECT_RATIOS 5" (3) -1c rcpt500 rcpt500 (8) - mail to X.500 gateway program rd-bomb rd-bomb (1) - reaction/diffusion textures reLyX reLyX (1) - translate well-behaved LaTeX into LyX read bash (1) - bash built-in commands, see bash(1) read_all_mibs init_mib (3) - mib_api functions read_configs register_config_handler (3) - read_config functions read_mib init_mib (3) - mib_api functions read_module init_mib (3) - mib_api functions read_module_node init_mib (3) - mib_api functions read_objid init_mib (3) - mib_api functions read_objid init_mib (3) - mib_api functions read_only read_only automatically - The only purpose of this handler is to return an appropriate error for any requests passed to it in a SET mode. More... "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_read_only_handler (void)" "returns a read_only handler that can be injected into a given handler chain." -1c "int netsnmp_read_only_helper (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "void netsnmp_init_read_only_helper (void)" "initializes the read_only helper which then registers a read_only handler as a run-time injectable handler for configuration file use." (3) -1c read_only read_only automatically - The only purpose of this handler is to return an appropriate error for any requests passed to it in a SET mode. More... "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_read_only_handler (void)" "returns a read_only handler that can be injected into a given handler chain." -1c "int netsnmp_read_only_helper (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "void netsnmp_init_read_only_helper (void)" "initializes the read_only helper which then registers a read_only handler as a run-time injectable handler for configuration file use." (3) -1c read_premib_configs register_config_handler (3) - read_config functions readcomics readcomics (1) - view comics in newsgroups readonly bash (1) - bash built-in commands, see bash(1) ref ref (1) - Display a C function header register_config_handler register_config_handler (3) - read_config functions register_mib_handlers register_config_handler (3) - read_config functions register_premib_handler register_config_handler (3) - read_config functions release cdparanoia (1) - an audio CD reading utility which includes extra data verification features rem rem (1) - run 'remind' with a default reminder file rem2ps rem2ps (1) - draw a PostScript calendar from Remind output remind remind (1) - a sophisticated reminder service request serialize time. - This functionally passes in one request at a time into lower handlers rather than a whole bunch of requests at once. More... "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_serialize_handler (void)" "returns a serialize handler that can be injected into a given handler chain." -1c "int netsnmp_register_serialize (netsnmp_handler_registration *reginfo)" "functionally the same as calling netsnmp_register_handler() but also injects a serialize handler at the same time for you." -1c "int netsnmp_serialize_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "Implements the serial handler." -1c "void netsnmp_init_serialize (void)" "initializes the serialize helper which then registers a serialize handler as a run-time injectable handler for configuration file use." (3) -1c requests bulk_to_next handler. - The only purpose of this handler is to convert a GETBULK request to a GETNEXT request. More... "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_bulk_to_next_handler (void)" "returns a bulk_to_next handler that can be injected into a given handler chain." -1c "void netsnmp_bulk_to_next_fix_requests (netsnmp_request_info *requests)" "takes answered requests and decrements the repeat count and updates the requests to the next to-do varbind in the list." -1c "int netsnmp_bulk_to_next_helper (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "void netsnmp_init_bulk_to_next_helper (void)" "initializes the bulk_to_next helper which then registers a bulk_to_next handler as a run-time injectable handler for configuration file use." (3) -1c requests bulk_to_next handler. - The only purpose of this handler is to convert a GETBULK request to a GETNEXT request. More... "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_bulk_to_next_handler (void)" "returns a bulk_to_next handler that can be injected into a given handler chain." -1c "void netsnmp_bulk_to_next_fix_requests (netsnmp_request_info *requests)" "takes answered requests and decrements the repeat count and updates the requests to the next to-do varbind in the list." -1c "int netsnmp_bulk_to_next_helper (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "void netsnmp_init_bulk_to_next_helper (void)" "initializes the bulk_to_next helper which then registers a bulk_to_next handler as a run-time injectable handler for configuration file use." (3) -1c requests multiplexer handlers. - The multiplexer helper lets you split the calling chain depending on the calling mode (get vs getnext vs set). More... "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_multiplexer_handler (netsnmp_mib_handler_methods *req)" "returns a multiplixer handler given a netsnmp_mib_handler_methods structure of subhandlers." -1c "int netsnmp_multiplexer_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "implements the multiplexer helper." (3) -1c return bash (1) - bash built-in commands, see bash(1) rm rm (1) - remove files rmdir rmdir (1) - remove empty directories rocks rocks (1) - animation of flying through an asteroid field rocks rocks (1/1x) - animation of flying through an asteroid field rorschach rorschach (1) - simulate ink-blot patterns rtf2LaTeX rtf2LaTeX (1) - Convert RTF (Rich Text Format) to LaTeX sabcmd sabcmd (1) - a command line interface to Sablotron XSLT processor sasl_authorize_t sasl_authorize_t (3) - The SASL authorization callback sasl_callbacks sasl_callbacks (3) - How to work with SASL callbacks sasl_checkpass sasl_checkpass (3) - Check a plaintext password sasl_client_init sasl_client_init (3) - SASL client authentication initialization sasl_client_new sasl_client_new (3) - Create a new client authentication object sasl_client_start sasl_client_start (3) - Begin an authentication negotiation sasl_client_step sasl_client_step (3) - Perform a step in the authentication negotiation sasl_decode sasl_decode (3) - Decode data received sasl_dispose sasl_dispose (3) - Dispose of a SASL connection object sasl_encode sasl_encode (3) - Encode data for transport to authenticated host sasl_errstring sasl_errstring (3) - Translate a SASL return code to a human-readable form sasl_getopt_t sasl_getopt_t (3) - The SASL get option callback sasl_getpath_t sasl_getpath_t (3) - The SASL callback to indicate location of the mechanism drivers sasl_getprop sasl_getprop (3) - Get a SASL property sasl_getsecret_t sasl_getsecret_t (3) - The SASL callback for secrets (passwords) sasl_getsimple_t sasl_getsimple_t (3) - The SASL callback for username/authname/realm sasl_listmech sasl_listmech (3) - Retrieve a list of the supported SASL mechanisms sasl_log_t sasl_log_t (3) - The SASL logging callback sasl_server_init sasl_server_init (3) - SASL server authentication initialization sasl_server_new sasl_server_new (3) - Create a new server authentication object sasl_server_start sasl_server_start (3) - Begin an authentication negotiation sasl_server_step sasl_server_step (3) - Perform a step in the authentication negotiation sasl_setprop sasl_setprop (3) - Set a SASL property sasl_usererr sasl_usererr (3) - Translate server error code to user error code sasldblistusers sasldblistusers (8) - list users in sasldb saslpasswd saslpasswd (8) - set a user's sasl password scalar scalar easily. - "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_scalar_handler (void)" -1c "int netsnmp_register_scalar (netsnmp_handler_registration *reginfo)" -1c "int netsnmp_register_read_only_scalar (netsnmp_handler_registration *reginfo)" -1c "int netsnmp_scalar_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" (3) -1c scalars instance easily. - "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_instance_handler (void)" -1c "int netsnmp_register_instance (netsnmp_handler_registration *reginfo)" -1c "int netsnmp_register_read_only_instance (netsnmp_handler_registration *reginfo)" -1c "int netsnmp_register_read_only_ulong_instance (const char *name, oid *reg_oid, size_t reg_oid_len, u_long *it, Netsnmp_Node_Handler *subhandler)" -1c "int netsnmp_register_ulong_instance (const char *name, oid *reg_oid, size_t reg_oid_len, u_long *it, Netsnmp_Node_Handler *subhandler)" -1c "int netsnmp_register_read_only_counter32_instance (const char *name, oid *reg_oid, size_t reg_oid_len, u_long *it, Netsnmp_Node_Handler *subhandler)" -1c "int netsnmp_register_read_only_long_instance (const char *name, oid *reg_oid, size_t reg_oid_len, long *it, Netsnmp_Node_Handler *subhandler)" -1c "int netsnmp_register_long_instance (const char *name, oid *reg_oid, size_t reg_oid_len, long *it, Netsnmp_Node_Handler *subhandler)" -1c "int netsnmp_register_read_only_int_instance (const char *name, oid *reg_oid, size_t reg_oid_len, int *it, Netsnmp_Node_Handler *subhandler)" -1c "int register_read_only_int_instance (const char *name, oid *reg_oid, size_t reg_oid_len, int *it, Netsnmp_Node_Handler *subhandler)" -1c "int netsnmp_register_int_instance (const char *name, oid *reg_oid, size_t reg_oid_len, int *it, Netsnmp_Node_Handler *subhandler)" -1c "int netsnmp_instance_ulong_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "int netsnmp_instance_counter32_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "int netsnmp_instance_long_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "int netsnmp_instance_int_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "int netsnmp_instance_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" (3) -1c scalars scalar easily. - "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_scalar_handler (void)" -1c "int netsnmp_register_scalar (netsnmp_handler_registration *reginfo)" -1c "int netsnmp_register_read_only_scalar (netsnmp_handler_registration *reginfo)" -1c "int netsnmp_scalar_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" (3) -1c sccmap sccmap (1) - extract strongly connected components of directed graphs search table_array lookups. - The table_array handler is used (automatically) in conjuntion with the table handler. More... "Functions" +1c -1c "int netsnmp_table_container_register (netsnmp_handler_registration *reginfo, netsnmp_table_registration_info *tabreg, netsnmp_table_array_callbacks *cb, netsnmp_container *container, int group_rows)" "register specified callbacks for the specified table/oid." -1c "netsnmp_mib_handler * netsnmp_find_table_array_handler (netsnmp_handler_registration *reginfo)" "find the handler for the table_array helper." -1c "netsnmp_container * netsnmp_extract_array_context (netsnmp_request_info *request)" "find the context data used by the table_array helper." -1c "int netsnmp_table_array_check_row_status (netsnmp_table_array_callbacks *cb, netsnmp_request_group *ag, long *rs_new, long *rs_old)" "this function is called to validate RowStatus transitions." (3) -1c send Zephyr::Notice (3) - Perl class package for Zephyr notices send_easy_trap send_easy_trap (3) - send TRAPs or INFORMs from a Net-SNMP MIB module send_trap_vars send_easy_trap (3) - send TRAPs or INFORMs from a Net-SNMP MIB module send_v2trap send_easy_trap (3) - send TRAPs or INFORMs from a Net-SNMP MIB module serialize serialize time. - This functionally passes in one request at a time into lower handlers rather than a whole bunch of requests at once. More... "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_serialize_handler (void)" "returns a serialize handler that can be injected into a given handler chain." -1c "int netsnmp_register_serialize (netsnmp_handler_registration *reginfo)" "functionally the same as calling netsnmp_register_handler() but also injects a serialize handler at the same time for you." -1c "int netsnmp_serialize_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "Implements the serial handler." -1c "void netsnmp_init_serialize (void)" "initializes the serialize helper which then registers a serialize handler as a run-time injectable handler for configuration file use." (3) -1c set Zephyr::Notice (3) - Perl class package for Zephyr notices set bash (1) - bash built-in commands, see bash(1) setAuth Zephyr::Notice (3) - Perl class package for Zephyr notices setFormat Zephyr::Notice (3) - Perl class package for Zephyr notices setKind Zephyr::Notice (3) - Perl class package for Zephyr notices setMessage Zephyr::Notice (3) - Perl class package for Zephyr notices setOpcode Zephyr::Notice (3) - Perl class package for Zephyr notices setOther Zephyr::Notice (3) - Perl class package for Zephyr notices setPort Zephyr::Notice (3) - Perl class package for Zephyr notices setSender Zephyr::Notice (3) - Perl class package for Zephyr notices setTargets Zephyr::Notice (3) - Perl class package for Zephyr notices setkey desinit (3) - DES encryption sgml2html sgml2html (1) - create HTML output from a SGML source file sgml2info sgml2info (1) - create GNU info output from a SGML source file sgml2latex sgml2latex (1) - create plain text output from a SGML source file sgml2lyx sgml2lyx (1) - create LyX output from a SGML source file sgml2rtf sgml2rtf (1) - create RTF output from a SGML source file sgml2txt sgml2txt (1) - create plain text output from a SGML source file sgmlsasp sgmlsasp (1) - translate output of sgmls using ASP replacement files shift bash (1) - bash built-in commands, see bash(1) shutdown_mib init_mib (3) - mib_api functions sierpinski sierpinski (1) - draws Sierpinski triangle fractals simplify table_iterator (3) - Functionally, it is a specialized version of the more generic table helper but easies the burden of GETNEXT processing by manually looping through all the data indexes retrieved through function calls which should be supplied by the module that wishes help. More...The module the table_iterator helps should, afterwards, never be called for the case of 'MODE_GETNEXT' and only for the GET and SET related modes instead. slapadd slapadd (8) - Add entries to a SLAPD database slapcat slapcat (8) - SLAPD database to LDIF utility slapd slapd (8) - Stand-alone LDAP Daemon slapd.conf slapd.conf (5) - configuration file for slapd, the stand-alone LDAP daemon slapd.replog slapd.replog (5) - slapd replication log format slapindex slapindex (8) - SLAPD index to LDIF utility slappasswd slappasswd (8) - OpenLDAP password utility sleep sleep (1) - delay for a specified amount of time slidescreen slidescreen (1) - permute the screen image like an 8-puzzle slip slip (1) - sucks your screen into a jet engine slrn slrn (1) - An easy to use NNTP / spool based newsreader. slurpd slurpd (8) - Standalone LDAP Update Replication Daemon snmp The agent - The snmp agent responds to SNMP queries from management stations. More... "Modules" +1c -1c "Agent handler API" "The basic theory goes something like this: In the past, with the original mib module api (which derived from the original CMU SNMP code) the underlying mib modules were passed very little information (only the truly most basic information about a request)." (3) -1c snmp_agent_api snmp_agent_api (3) - embedding an agent into a external application snmp_alarm_register snmp_alarm_register (3) - alarm functions snmp_alarm_register_hr snmp_alarm_register (3) - alarm functions snmp_alarm_unregister snmp_alarm_register (3) - alarm functions snmp_api_errstring snmp_sess_init (3) - send and receive SNMP messages snmp_close snmp_sess_init (3) - send and receive SNMP messages snmp_config snmp_config (5) - describes how to configure the Net-SNMP applications. snmp_error snmp_sess_init (3) - send and receive SNMP messages snmp_free_pdu snmp_sess_init (3) - send and receive SNMP messages snmp_open snmp_sess_init (3) - send and receive SNMP messages snmp_perror snmp_sess_init (3) - send and receive SNMP messages snmp_read snmp_sess_init (3) - send and receive SNMP messages snmp_select_info snmp_sess_init (3) - send and receive SNMP messages snmp_send snmp_sess_init (3) - send and receive SNMP messages snmp_sess_async_send snmp_sess_init (3) - session functions snmp_sess_close snmp_sess_init (3) - session functions snmp_sess_error snmp_sess_init (3) - session functions snmp_sess_init snmp_sess_init (3) - send and receive SNMP messages snmp_sess_init snmp_sess_init (3) - session functions snmp_sess_open snmp_sess_init (3) - session functions snmp_sess_perror snmp_sess_init (3) - send and receive SNMP messages snmp_sess_read snmp_sess_init (3) - session functions snmp_sess_select_info snmp_sess_init (3) - session functions snmp_sess_send snmp_sess_init (3) - session functions snmp_sess_session snmp_sess_init (3) - session functions snmp_sess_timeout snmp_sess_init (3) - session functions snmp_set_mib_warnings init_mib (3) - mib_api functions snmp_set_save_descriptions init_mib (3) - mib_api functions snmp_timeout snmp_sess_init (3) - send and receive SNMP messages snmpbulkget snmpbulkget (1) - communicates with a network entity using SNMP GETBULK Requests. snmpbulkwalk snmpbulkwalk (1) - communicates with a network entity using SNMP BULK Requests. snmpcmd snmpcmd (1) - commands to communicate with a network entity using SNMP Requests. snmpconf snmpconf (1) - creates and modifies SNMP configuration files snmpd snmpd (1) - daemon to respond to SNMP request packets. snmpdelta snmpdelta (1) - Monitor deltas of integer valued SNMP variables snmpdf snmpdf (1) - gets a listing of disk space usage on a remote machine via SNMP snmpget snmpget (1) - communicates with a network entity using SNMP GET Requests. snmpgetnext snmpgetnext (1) - communicates with a network entity using SNMP GET NEXT Requests. snmpinform snmptrap (1) - sends an SNMP trap to a manager snmpnetstat snmpnetstat (1) - show network status using SNMP snmpset snmpset (1) - communicates with a network entity using SNMP SET Requests. snmpstatus snmpstatus (1) - Retrieves important information from a network entity. snmptable snmptable (1) - obtain and print an SNMP table snmptest snmptest (1) - communicates with a network entity using SNMP requests snmptranslate snmptranslate (1) - translate SNMP OID values into more useful information snmptrap snmptrap (1) - sends an SNMP trap to a manager snmptrapd snmptrapd (8) - Receive and log SNMP trap messages. snmpusm snmpusm (1) - creates and maintains SNMPv3 users on a remote entity. snmpwalk snmpwalk (1) - communicates with a network entity using SNMP GETNEXT requests. snprint_objid init_mib (3) - mib_api functions snprint_value init_mib (3) - mib_api functions snprint_variable init_mib (3) - mib_api functions sort sort (1) - sort lines of text files sorted table_array lookups. - The table_array handler is used (automatically) in conjuntion with the table handler. More... "Functions" +1c -1c "int netsnmp_table_container_register (netsnmp_handler_registration *reginfo, netsnmp_table_registration_info *tabreg, netsnmp_table_array_callbacks *cb, netsnmp_container *container, int group_rows)" "register specified callbacks for the specified table/oid." -1c "netsnmp_mib_handler * netsnmp_find_table_array_handler (netsnmp_handler_registration *reginfo)" "find the handler for the table_array helper." -1c "netsnmp_container * netsnmp_extract_array_context (netsnmp_request_info *request)" "find the context data used by the table_array helper." -1c "int netsnmp_table_array_check_row_status (netsnmp_table_array_callbacks *cb, netsnmp_request_group *ag, long *rs_new, long *rs_old)" "this function is called to validate RowStatus transitions." (3) -1c sorted table_iterator (3) - Functionally, it is a specialized version of the more generic table helper but easies the burden of GETNEXT processing by manually looping through all the data indexes retrieved through function calls which should be supplied by the module that wishes help. More...The module the table_iterator helps should, afterwards, never be called for the case of 'MODE_GETNEXT' and only for the GET and SET related modes instead. source bash (1) - bash built-in commands, see bash(1) specified watcher process - it as an instance or scalar object. More... "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_watcher_handler (void)" -1c "netsnmp_watcher_info * netsnmp_create_watcher_info (void *data, size_t size, u_char type, int flags)" -1c "int netsnmp_register_watched_instance (netsnmp_handler_registration *reginfo, netsnmp_watcher_info *watchinfo)" -1c "int netsnmp_register_watched_scalar (netsnmp_handler_registration *reginfo, netsnmp_watcher_info *watchinfo)" -1c "int netsnmp_watcher_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "netsnmp_mib_handler * netsnmp_get_watched_timestamp_handler (void)" -1c "int netsnmp_register_watched_timestamp (netsnmp_handler_registration *reginfo, marker_t *timestamp)" -1c "int netsnmp_watched_timestamp_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" (3) -1c sphere sphere (1) - draws shaded spheres spiral spiral (1) - draws moving circular spiral patterns spline spline (n) - additional smoothing method for canvas items. split split (1) - split a file into pieces splits multiplexer handlers. - The multiplexer helper lets you split the calling chain depending on the calling mode (get vs getnext vs set). More... "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_multiplexer_handler (netsnmp_mib_handler_methods *req)" "returns a multiplixer handler given a netsnmp_mib_handler_methods structure of subhandlers." -1c "int netsnmp_multiplexer_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "implements the multiplexer helper." (3) -1c sprint_realloc_objid init_mib (3) - mib_api functions sprint_realloc_value init_mib (3) - mib_api functions sprint_realloc_variable init_mib (3) - mib_api functions ssldump ssldump (1) - dump SSL traffic on a network starfish starfish (1) - radially-symmetric throbbing colormap-hacking graphics demo status Player constants - "Defines" +1c -1c "#define XINE_STOP 0" -1c "#define XINE_PLAY 1" -1c "#define XINE_QUIT 2" (3) -1c stored table_array lookups. - The table_array handler is used (automatically) in conjuntion with the table handler. More... "Functions" +1c -1c "int netsnmp_table_container_register (netsnmp_handler_registration *reginfo, netsnmp_table_registration_info *tabreg, netsnmp_table_array_callbacks *cb, netsnmp_container *container, int group_rows)" "register specified callbacks for the specified table/oid." -1c "netsnmp_mib_handler * netsnmp_find_table_array_handler (netsnmp_handler_registration *reginfo)" "find the handler for the table_array helper." -1c "netsnmp_container * netsnmp_extract_array_context (netsnmp_request_info *request)" "find the context data used by the table_array helper." -1c "int netsnmp_table_array_check_row_status (netsnmp_table_array_callbacks *cb, netsnmp_request_group *ag, long *rs_new, long *rs_old)" "this function is called to validate RowStatus transitions." (3) -1c stored table_array lookups. - The table_array handler is used (automatically) in conjuntion with the table handler. More... "Functions" +1c -1c "int netsnmp_table_container_register (netsnmp_handler_registration *reginfo, netsnmp_table_registration_info *tabreg, netsnmp_table_array_callbacks *cb, netsnmp_container *container, int group_rows)" "register specified callbacks for the specified table/oid." -1c "netsnmp_mib_handler * netsnmp_find_table_array_handler (netsnmp_handler_registration *reginfo)" "find the handler for the table_array helper." -1c "netsnmp_container * netsnmp_extract_array_context (netsnmp_request_info *request)" "find the context data used by the table_array helper." -1c "int netsnmp_table_array_check_row_status (netsnmp_table_array_callbacks *cb, netsnmp_request_group *ag, long *rs_new, long *rs_old)" "this function is called to validate RowStatus transitions." (3) -1c strange strange (1) - draws strange attractors structure Configuration type. - "Data Structures" +1c -1c "struct ao_driver_t" -1c "struct cfg_data_t" -1c "struct config_values_s" -1c "struct config_values_s" -1c "struct config_values_t" "Data type of structure config_values_s." -1c "struct xine_t" -1c "Typedefs" +1c -1c "typedef void xine_t" -1c "typedef void ao_driver_t" -1c "typedef void cfg_data_t" -1c "typedef struct config_values_s config_values_t" (3) -1c stty stty (1) - change and print terminal line settings stuff stuff (1) - send OOGL objects to geomview style old_api code. - This is a backwards compatilibity module that allows code written in the old API to be run under the new handler based architecture. More... "Functions" +1c -1c "netsnmp_mib_handler * get_old_api_handler (void)" "returns a old_api handler that should be the final calling handler." -1c "int netsnmp_register_old_api (const char *moduleName, struct variable *var, size_t varsize, size_t numvars, oid *mibloc, size_t mibloclen, int priority, int range_subid, oid range_ubound, netsnmp_session *ss, const char *context, int timeout, int flags)" "Registers an old API set into the mib tree." -1c "int netsnmp_register_mib_table_row (const char *moduleName, struct variable *var, size_t varsize, size_t numvars, oid *mibloc, size_t mibloclen, int priority, int var_subid, netsnmp_session *ss, const char *context, int timeout, int flags)" "registers a row within a mib table." -1c "int netsnmp_old_api_helper (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "implements the old_api handler." (3) -1c style style (1) - analyse surface characteristics of a document su su (1) - run a shell with substitute user and group IDs sub serialize time. - This functionally passes in one request at a time into lower handlers rather than a whole bunch of requests at once. More... "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_serialize_handler (void)" "returns a serialize handler that can be injected into a given handler chain." -1c "int netsnmp_register_serialize (netsnmp_handler_registration *reginfo)" "functionally the same as calling netsnmp_register_handler() but also injects a serialize handler at the same time for you." -1c "int netsnmp_serialize_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "Implements the serial handler." -1c "void netsnmp_init_serialize (void)" "initializes the serialize helper which then registers a serialize handler as a run-time injectable handler for configuration file use." (3) -1c sum sum (1) - checksum and count the blocks in a file suspend bash (1) - bash built-in commands, see bash(1) swirl swirl (1) - draws swirly color-cycling patterns table table table. - This handler helps you implement a table by doing some of the processing for you. More... "Modules" +1c -1c "table_iterator: The table iterator helper is designed to simplify the task of writing a table handler for the net-snmp agent when the data being accessed is not in an oid sorted form and must be accessed externally." "Functionally, it is a specialized version of the more generic table helper but easies the burden of GETNEXT processing by manually looping through all the data indexes retrieved through function calls which should be supplied by the module that wishes help." +1c -1c "table_data: Helps you implement a table with datamatted storage." "This helper helps you implement a table where all the indexes are expected to be stored within the agent itself and not in some external storage location." +1c -1c "table_array: Helps you implement a table when data can be stored locally. The data is stored in a sorted array, using a binary search for lookups." "The table_array handler is used (automatically) in conjuntion with the table handler." -1c "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_table_handler (netsnmp_table_registration_info *tabreq)" "Given a netsnmp_table_registration_info object, creates a table handler." -1c "int netsnmp_register_table (netsnmp_handler_registration *reginfo, netsnmp_table_registration_info *tabreq)" "creates a table handler given the netsnmp_table_registration_info object, inserts it into the request chain and then calls netsnmp_register_handler() to register the table into the agent." -1c "netsnmp_table_request_info * netsnmp_extract_table_info (netsnmp_request_info *request)" "extracts the processed table information from a given request." -1c "netsnmp_table_registration_info * netsnmp_find_table_registration_info (netsnmp_handler_registration *reginfo)" "extracts the registered netsnmp_table_registration_info object from a netsnmp_handler_registration object." -1c "int table_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "implements the table helper handler." -1c "int netsnmp_table_build_result (netsnmp_handler_registration *reginfo, netsnmp_request_info *reqinfo, netsnmp_table_request_info *table_info, u_char type, u_char *result, size_t result_len)" "Builds the result to be returned to the agent given the table information." -1c "int netsnmp_table_build_oid (netsnmp_handler_registration *reginfo, netsnmp_request_info *reqinfo, netsnmp_table_request_info *table_info)" "given a registration info object, a request object and the table info object it builds the request->requestvb->name oid from the index values and column information found in the table_info object." -1c "int netsnmp_table_build_oid_from_index (netsnmp_handler_registration *reginfo, netsnmp_request_info *reqinfo, netsnmp_table_request_info *table_info)" "Builds an oid from index information." -1c "int netsnmp_update_variable_list_from_index (netsnmp_table_request_info *tri)" "parses an OID into table indexses." -1c "int netsnmp_update_indexes_from_variable_list (netsnmp_table_request_info *tri)" "builds an oid given a set of indexes." -1c "int netsnmp_check_getnext_reply (netsnmp_request_info *request, oid *prefix, size_t prefix_len, netsnmp_variable_list *newvar, netsnmp_variable_list **outvar)" "checks the original request against the current data being passed in if its greater than the request oid but less than the current valid return, set the current valid return to the new value." (3) -1c table table_array lookups. - The table_array handler is used (automatically) in conjuntion with the table handler. More... "Functions" +1c -1c "int netsnmp_table_container_register (netsnmp_handler_registration *reginfo, netsnmp_table_registration_info *tabreg, netsnmp_table_array_callbacks *cb, netsnmp_container *container, int group_rows)" "register specified callbacks for the specified table/oid." -1c "netsnmp_mib_handler * netsnmp_find_table_array_handler (netsnmp_handler_registration *reginfo)" "find the handler for the table_array helper." -1c "netsnmp_container * netsnmp_extract_array_context (netsnmp_request_info *request)" "find the context data used by the table_array helper." -1c "int netsnmp_table_array_check_row_status (netsnmp_table_array_callbacks *cb, netsnmp_request_group *ag, long *rs_new, long *rs_old)" "this function is called to validate RowStatus transitions." (3) -1c table table_data storage. - This helper helps you implement a table where all the indexes are expected to be stored within the agent itself and not in some external storage location. More... "Modules" +1c -1c "table_dataset: Helps you implement a table with automatted storage." "This handler helps you implement a table where all the data is expected to be stored within the agent itself and not in some external storage location." -1c "Functions" +1c -1c "void netsnmp_table_data_generate_index_oid (netsnmp_table_row *row)" "generates the index portion of an table oid from a varlist." -1c "int netsnmp_table_data_add_row (netsnmp_table_data *table, netsnmp_table_row *row)" "Adds a row of data to a given table (stored in proper lexographical order)." -1c "netsnmp_table_row * netsnmp_table_data_remove_row (netsnmp_table_data *table, netsnmp_table_row *row)" "removes a row of data to a given table and returns it (no free's called)." -1c "void * netsnmp_table_data_delete_row (netsnmp_table_row *row)" "deletes a row's memory." -1c "void * netsnmp_table_data_remove_and_delete_row (netsnmp_table_data *table, netsnmp_table_row *row)" "removes and frees a row of data to a given table and returns the void *." -1c "void netsnmp_table_data_replace_row (netsnmp_table_data *table, netsnmp_table_row *origrow, netsnmp_table_row *newrow)" "swaps out origrow with newrow." -1c "netsnmp_table_row * netsnmp_table_data_get (netsnmp_table_data *table, netsnmp_variable_list *indexes)" "finds the data in 'datalist' stored at 'indexes'." -1c "netsnmp_table_row * netsnmp_table_data_get_from_oid (netsnmp_table_data *table, oid *searchfor, size_t searchfor_len)" "finds the data in 'datalist' stored at the searchfor oid." -1c "netsnmp_mib_handler * netsnmp_get_table_data_handler (netsnmp_table_data *table)" "Creates a table_data handler and returns it." -1c "int netsnmp_register_table_data (netsnmp_handler_registration *reginfo, netsnmp_table_data *table, netsnmp_table_registration_info *table_info)" "registers a handler as a data table." -1c "int netsnmp_register_read_only_table_data (netsnmp_handler_registration *reginfo, netsnmp_table_data *table, netsnmp_table_registration_info *table_info)" "registers a handler as a read-only data table If table_info != NULL, it registers it as a normal table too." -1c "int netsnmp_table_data_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "The helper handler that takes care of passing a specific row of data down to the lower handler(s)." -1c "netsnmp_table_data * netsnmp_create_table_data (const char *name)" "creates and returns a pointer to table data set." -1c "netsnmp_table_row * netsnmp_create_table_data_row (void)" "creates and returns a pointer to table data set." -1c "netsnmp_table_row * netsnmp_extract_table_row (netsnmp_request_info *request)" "extracts the row being accessed passed from the table_data helper." -1c "void * netsnmp_extract_table_row_data (netsnmp_request_info *request)" "extracts the data from the row being accessed passed from the table_data helper." -1c "int netsnmp_table_data_build_result (netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *request, netsnmp_table_row *row, int column, u_char type, u_char *result_data, size_t result_data_len)" "builds a result given a row, a varbind to set and the data." -1c "netsnmp_table_row * netsnmp_table_data_clone_row (netsnmp_table_row *row)" "clones a data row." (3) -1c table table_dataset storage. - This handler helps you implement a table where all the data is expected to be stored within the agent itself and not in some external storage location. More... "Functions" +1c -1c "netsnmp_table_data_set * netsnmp_create_table_data_set (const char *table_name)" "Create a netsnmp_table_data_set structure given a table_data definition." -1c "netsnmp_mib_handler * netsnmp_get_table_data_set_handler (netsnmp_table_data_set *data_set)" "Given a netsnmp_table_data_set definition, create a handler for it." -1c "int netsnmp_register_table_data_set (netsnmp_handler_registration *reginfo, netsnmp_table_data_set *data_set, netsnmp_table_registration_info *table_info)" "register a given data_set at a given oid (specified in the netsnmp_handler_registration pointer)." -1c "netsnmp_table_data_set_storage * netsnmp_table_data_set_find_column (netsnmp_table_data_set_storage *start, unsigned int column)" "Finds a column within a given storage set, given the pointer to the start of the storage set list." -1c "netsnmp_table_data_set_storage * netsnmp_extract_table_data_set_column (netsnmp_request_info *request, unsigned int column)" "extracts a netsnmp_table_data_set pointer from a given request." -1c "netsnmp_table_data_set * netsnmp_extract_table_data_set (netsnmp_request_info *request)" "extracts a netsnmp_table_data_set pointer from a given request." -1c "int netsnmp_mark_row_column_writable (netsnmp_table_row *row, int column, int writable)" "marks a given column in a row as writable or not." -1c "int netsnmp_set_row_column (netsnmp_table_row *row, unsigned int column, int type, const char *value, size_t value_len)" "sets a given column in a row with data given a type, value, and length." -1c "int netsnmp_table_set_add_default_row (netsnmp_table_data_set *table_set, unsigned int column, int type, int writable, void *default_value, size_t default_value_len)" "adds a new default row to a table_set." -1c "netsnmp_table_row * netsnmp_table_data_set_clone_row (netsnmp_table_row *row)" "clones a dataset row, including all data." -1c "netsnmp_table_row * netsnmp_table_data_set_create_row_from_defaults (netsnmp_table_data_set_storage *defrow)" "creates a new row from an existing defined default set." -1c "int netsnmp_table_data_set_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "implements the table data helper." -1c "void netsnmp_register_auto_data_table (netsnmp_table_data_set *table_set, char *registration_name)" "registers a table_dataset so that the 'add_row' snmpd.conf token can be used to add data to this table." -1c "void netsnmp_config_parse_table_set (const char *token, char *line)" -1c "void netsnmp_config_parse_add_row (const char *token, char *line)" -1c "void netsnmp_table_dataset_add_index (netsnmp_table_data_set *table, u_char type)" "adds an index to the table." -1c "void netsnmp_table_dataset_add_row (netsnmp_table_data_set *table, netsnmp_table_row *row)" "adds a new row to a dataset table." -1c "void netsnmp_table_dataset_replace_row (netsnmp_table_data_set *table, netsnmp_table_row *origrow, netsnmp_table_row *newrow)" "adds a new row to a dataset table." -1c "netsnmp_table_data_set_storage * netsnmp_table_dataset_delete_data (netsnmp_table_data_set_storage *data)" "deletes a single dataset table data." -1c "void netsnmp_table_dataset_delete_all_data (netsnmp_table_data_set_storage *data)" "deletes all the data from this node and beyond in the linked list." -1c "void netsnmp_table_dataset_delete_row (netsnmp_table_row *row)" "deletes all the data from this node and beyond in the linked list." -1c "void netsnmp_table_dataset_remove_row (netsnmp_table_data_set *table, netsnmp_table_row *row)" "removes a row from the table, but doesn't delete/free anything." -1c "void netsnmp_table_dataset_remove_and_delete_row (netsnmp_table_data_set *table, netsnmp_table_row *row)" "removes a row from the table and then deletes it (and all it's data)." -1c "void netsnmp_table_set_multi_add_default_row (va_dcl) va_dcl" "adds multiple data column definitions to each row." (3) -1c table table_iterator (3) - Functionally, it is a specialized version of the more generic table helper but easies the burden of GETNEXT processing by manually looping through all the data indexes retrieved through function calls which should be supplied by the module that wishes help. More...The module the table_iterator helps should, afterwards, never be called for the case of 'MODE_GETNEXT' and only for the GET and SET related modes instead. table table_iterator (3) - Functionally, it is a specialized version of the more generic table helper but easies the burden of GETNEXT processing by manually looping through all the data indexes retrieved through function calls which should be supplied by the module that wishes help. More...The module the table_iterator helps should, afterwards, never be called for the case of 'MODE_GETNEXT' and only for the GET and SET related modes instead. table_array table_array lookups. - The table_array handler is used (automatically) in conjuntion with the table handler. More... "Functions" +1c -1c "int netsnmp_table_container_register (netsnmp_handler_registration *reginfo, netsnmp_table_registration_info *tabreg, netsnmp_table_array_callbacks *cb, netsnmp_container *container, int group_rows)" "register specified callbacks for the specified table/oid." -1c "netsnmp_mib_handler * netsnmp_find_table_array_handler (netsnmp_handler_registration *reginfo)" "find the handler for the table_array helper." -1c "netsnmp_container * netsnmp_extract_array_context (netsnmp_request_info *request)" "find the context data used by the table_array helper." -1c "int netsnmp_table_array_check_row_status (netsnmp_table_array_callbacks *cb, netsnmp_request_group *ag, long *rs_new, long *rs_old)" "this function is called to validate RowStatus transitions." (3) -1c table_data table_data storage. - This helper helps you implement a table where all the indexes are expected to be stored within the agent itself and not in some external storage location. More... "Modules" +1c -1c "table_dataset: Helps you implement a table with automatted storage." "This handler helps you implement a table where all the data is expected to be stored within the agent itself and not in some external storage location." -1c "Functions" +1c -1c "void netsnmp_table_data_generate_index_oid (netsnmp_table_row *row)" "generates the index portion of an table oid from a varlist." -1c "int netsnmp_table_data_add_row (netsnmp_table_data *table, netsnmp_table_row *row)" "Adds a row of data to a given table (stored in proper lexographical order)." -1c "netsnmp_table_row * netsnmp_table_data_remove_row (netsnmp_table_data *table, netsnmp_table_row *row)" "removes a row of data to a given table and returns it (no free's called)." -1c "void * netsnmp_table_data_delete_row (netsnmp_table_row *row)" "deletes a row's memory." -1c "void * netsnmp_table_data_remove_and_delete_row (netsnmp_table_data *table, netsnmp_table_row *row)" "removes and frees a row of data to a given table and returns the void *." -1c "void netsnmp_table_data_replace_row (netsnmp_table_data *table, netsnmp_table_row *origrow, netsnmp_table_row *newrow)" "swaps out origrow with newrow." -1c "netsnmp_table_row * netsnmp_table_data_get (netsnmp_table_data *table, netsnmp_variable_list *indexes)" "finds the data in 'datalist' stored at 'indexes'." -1c "netsnmp_table_row * netsnmp_table_data_get_from_oid (netsnmp_table_data *table, oid *searchfor, size_t searchfor_len)" "finds the data in 'datalist' stored at the searchfor oid." -1c "netsnmp_mib_handler * netsnmp_get_table_data_handler (netsnmp_table_data *table)" "Creates a table_data handler and returns it." -1c "int netsnmp_register_table_data (netsnmp_handler_registration *reginfo, netsnmp_table_data *table, netsnmp_table_registration_info *table_info)" "registers a handler as a data table." -1c "int netsnmp_register_read_only_table_data (netsnmp_handler_registration *reginfo, netsnmp_table_data *table, netsnmp_table_registration_info *table_info)" "registers a handler as a read-only data table If table_info != NULL, it registers it as a normal table too." -1c "int netsnmp_table_data_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "The helper handler that takes care of passing a specific row of data down to the lower handler(s)." -1c "netsnmp_table_data * netsnmp_create_table_data (const char *name)" "creates and returns a pointer to table data set." -1c "netsnmp_table_row * netsnmp_create_table_data_row (void)" "creates and returns a pointer to table data set." -1c "netsnmp_table_row * netsnmp_extract_table_row (netsnmp_request_info *request)" "extracts the row being accessed passed from the table_data helper." -1c "void * netsnmp_extract_table_row_data (netsnmp_request_info *request)" "extracts the data from the row being accessed passed from the table_data helper." -1c "int netsnmp_table_data_build_result (netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *request, netsnmp_table_row *row, int column, u_char type, u_char *result_data, size_t result_data_len)" "builds a result given a row, a varbind to set and the data." -1c "netsnmp_table_row * netsnmp_table_data_clone_row (netsnmp_table_row *row)" "clones a data row." (3) -1c table_dataset table_dataset storage. - This handler helps you implement a table where all the data is expected to be stored within the agent itself and not in some external storage location. More... "Functions" +1c -1c "netsnmp_table_data_set * netsnmp_create_table_data_set (const char *table_name)" "Create a netsnmp_table_data_set structure given a table_data definition." -1c "netsnmp_mib_handler * netsnmp_get_table_data_set_handler (netsnmp_table_data_set *data_set)" "Given a netsnmp_table_data_set definition, create a handler for it." -1c "int netsnmp_register_table_data_set (netsnmp_handler_registration *reginfo, netsnmp_table_data_set *data_set, netsnmp_table_registration_info *table_info)" "register a given data_set at a given oid (specified in the netsnmp_handler_registration pointer)." -1c "netsnmp_table_data_set_storage * netsnmp_table_data_set_find_column (netsnmp_table_data_set_storage *start, unsigned int column)" "Finds a column within a given storage set, given the pointer to the start of the storage set list." -1c "netsnmp_table_data_set_storage * netsnmp_extract_table_data_set_column (netsnmp_request_info *request, unsigned int column)" "extracts a netsnmp_table_data_set pointer from a given request." -1c "netsnmp_table_data_set * netsnmp_extract_table_data_set (netsnmp_request_info *request)" "extracts a netsnmp_table_data_set pointer from a given request." -1c "int netsnmp_mark_row_column_writable (netsnmp_table_row *row, int column, int writable)" "marks a given column in a row as writable or not." -1c "int netsnmp_set_row_column (netsnmp_table_row *row, unsigned int column, int type, const char *value, size_t value_len)" "sets a given column in a row with data given a type, value, and length." -1c "int netsnmp_table_set_add_default_row (netsnmp_table_data_set *table_set, unsigned int column, int type, int writable, void *default_value, size_t default_value_len)" "adds a new default row to a table_set." -1c "netsnmp_table_row * netsnmp_table_data_set_clone_row (netsnmp_table_row *row)" "clones a dataset row, including all data." -1c "netsnmp_table_row * netsnmp_table_data_set_create_row_from_defaults (netsnmp_table_data_set_storage *defrow)" "creates a new row from an existing defined default set." -1c "int netsnmp_table_data_set_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "implements the table data helper." -1c "void netsnmp_register_auto_data_table (netsnmp_table_data_set *table_set, char *registration_name)" "registers a table_dataset so that the 'add_row' snmpd.conf token can be used to add data to this table." -1c "void netsnmp_config_parse_table_set (const char *token, char *line)" -1c "void netsnmp_config_parse_add_row (const char *token, char *line)" -1c "void netsnmp_table_dataset_add_index (netsnmp_table_data_set *table, u_char type)" "adds an index to the table." -1c "void netsnmp_table_dataset_add_row (netsnmp_table_data_set *table, netsnmp_table_row *row)" "adds a new row to a dataset table." -1c "void netsnmp_table_dataset_replace_row (netsnmp_table_data_set *table, netsnmp_table_row *origrow, netsnmp_table_row *newrow)" "adds a new row to a dataset table." -1c "netsnmp_table_data_set_storage * netsnmp_table_dataset_delete_data (netsnmp_table_data_set_storage *data)" "deletes a single dataset table data." -1c "void netsnmp_table_dataset_delete_all_data (netsnmp_table_data_set_storage *data)" "deletes all the data from this node and beyond in the linked list." -1c "void netsnmp_table_dataset_delete_row (netsnmp_table_row *row)" "deletes all the data from this node and beyond in the linked list." -1c "void netsnmp_table_dataset_remove_row (netsnmp_table_data_set *table, netsnmp_table_row *row)" "removes a row from the table, but doesn't delete/free anything." -1c "void netsnmp_table_dataset_remove_and_delete_row (netsnmp_table_data_set *table, netsnmp_table_row *row)" "removes a row from the table and then deletes it (and all it's data)." -1c "void netsnmp_table_set_multi_add_default_row (va_dcl) va_dcl" "adds multiple data column definitions to each row." (3) -1c table_iterator table_iterator (3) - Functionally, it is a specialized version of the more generic table helper but easies the burden of GETNEXT processing by manually looping through all the data indexes retrieved through function calls which should be supplied by the module that wishes help. More...The module the table_iterator helps should, afterwards, never be called for the case of 'MODE_GETNEXT' and only for the GET and SET related modes instead. tac tac (1) - concatenate and print files in reverse tack tack (1) - terminfo action checker tail tail (1) - output the last part of files task table_iterator (3) - Functionally, it is a specialized version of the more generic table helper but easies the burden of GETNEXT processing by manually looping through all the data indexes retrieved through function calls which should be supplied by the module that wishes help. More...The module the table_iterator helps should, afterwards, never be called for the case of 'MODE_GETNEXT' and only for the GET and SET related modes instead. tcldot tcldot (n) - graph manipulation in tcl tcpflow tcpflow (1) - TCP flow recorder tdownload trsh (1) - clients to term tee tee (1) - read from standard input and write to standard output and files term term (1) - server for multiple communication channels on a serial link termrc termrc (1) - file controlling term serial parameters termtest linecheck (1) - debugging tools for term B termtest termtest (1) - debugging tool for term test bash (1) - bash built-in commands, see bash(1) test test (1) - check file types and compare values texi2dvi4a2ps texi2dvi4a2ps (1) - Compile Texinfo and LaTeX files to DVI or PDF texi2html texi2html (1) - a Texinfo to HTML converter tf tf (1) - TinyFugue, a MUD client tfmtodit tfmtodit (1) - create font files for use with groff \-Tdvi tgif tgif (1/1x) - Xlib based interactive 2-D drawing facility under X11. Supports hierarchical construction of drawings and easy navigation between sets of drawings. It can also be used to launch applications. It's also a hyper-graphics (or hyper-structured-graphics) browser on the World-Wide-Web. the Constants functions. - "Defines" +1c -1c "#define AO_PROP_MIXER_VOL 0" -1c "#define AO_PROP_PCM_VOL 1" -1c "#define AO_PROP_MUTE_VOL 2" -1c "Functions" +1c -1c "int xine_get_audio_property (xine_t *self, int property)" "Get audio driver property." -1c "int xine_set_audio_property (xine_t *self, int property, int value)" "Set audio driver property value." (3) -1c the Constants functions. - "Defines" +1c -1c "#define VO_PROP_INTERLACED 0" -1c "#define VO_PROP_ASPECT_RATIO 1" -1c "#define VO_PROP_HUE 2" -1c "#define VO_PROP_SATURATION 3" -1c "#define VO_PROP_CONTRAST 4" -1c "#define VO_PROP_BRIGHTNESS 5" -1c "#define VO_PROP_COLORKEY 6" -1c "#define VO_PROP_SOFT_DEINTERLACE 7" -1c "#define VO_NUM_PROPERTIES 8" (3) -1c the Possible call - "Defines" +1c -1c "#define ASPECT_AUTO 0" -1c "#define ASPECT_ANAMORPHIC 1" -1c "#define ASPECT_FULL 2" -1c "#define ASPECT_DVB 3" -1c "#define ASPECT_SQUARE 4" -1c "#define NUM_ASPECT_RATIOS 5" (3) -1c the bulk_to_next handler. - The only purpose of this handler is to convert a GETBULK request to a GETNEXT request. More... "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_bulk_to_next_handler (void)" "returns a bulk_to_next handler that can be injected into a given handler chain." -1c "void netsnmp_bulk_to_next_fix_requests (netsnmp_request_info *requests)" "takes answered requests and decrements the repeat count and updates the requests to the next to-do varbind in the list." -1c "int netsnmp_bulk_to_next_helper (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "void netsnmp_init_bulk_to_next_helper (void)" "initializes the bulk_to_next helper which then registers a bulk_to_next handler as a run-time injectable handler for configuration file use." (3) -1c the debug called. - This is a useful module for run-time debugging of requests as the pass this handler in a calling chain. More... "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_debug_handler (void)" "returns a debug handler that can be injected into a given handler chain." -1c "void debug_print_requests (netsnmp_request_info *requests)" -1c "int netsnmp_debug_helper (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "void netsnmp_init_debug_helper (void)" "initializes the debug helper which then registers a debug handler as a run-time injectable handler for configuration file use." (3) -1c the old_api code. - This is a backwards compatilibity module that allows code written in the old API to be run under the new handler based architecture. More... "Functions" +1c -1c "netsnmp_mib_handler * get_old_api_handler (void)" "returns a old_api handler that should be the final calling handler." -1c "int netsnmp_register_old_api (const char *moduleName, struct variable *var, size_t varsize, size_t numvars, oid *mibloc, size_t mibloclen, int priority, int range_subid, oid range_ubound, netsnmp_session *ss, const char *context, int timeout, int flags)" "Registers an old API set into the mib tree." -1c "int netsnmp_register_mib_table_row (const char *moduleName, struct variable *var, size_t varsize, size_t numvars, oid *mibloc, size_t mibloclen, int priority, int var_subid, netsnmp_session *ss, const char *context, int timeout, int flags)" "registers a row within a mib table." -1c "int netsnmp_old_api_helper (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "implements the old_api handler." (3) -1c the table_iterator (3) - Functionally, it is a specialized version of the more generic table helper but easies the burden of GETNEXT processing by manually looping through all the data indexes retrieved through function calls which should be supplied by the module that wishes help. More...The module the table_iterator helps should, afterwards, never be called for the case of 'MODE_GETNEXT' and only for the GET and SET related modes instead. the table_iterator (3) - Functionally, it is a specialized version of the more generic table helper but easies the burden of GETNEXT processing by manually looping through all the data indexes retrieved through function calls which should be supplied by the module that wishes help. More...The module the table_iterator helps should, afterwards, never be called for the case of 'MODE_GETNEXT' and only for the GET and SET related modes instead. the table_iterator (3) - Functionally, it is a specialized version of the more generic table helper but easies the burden of GETNEXT processing by manually looping through all the data indexes retrieved through function calls which should be supplied by the module that wishes help. More...The module the table_iterator helps should, afterwards, never be called for the case of 'MODE_GETNEXT' and only for the GET and SET related modes instead. tidy tidy (1) - validate, correct, and pretty-print HTML files times bash (1) - bash built-in commands, see bash(1) tkinfo tkinfo (1) - program to view GNU Info files tkremind tkremind (1) - graphical front-end to Remind calendar program tmon trsh (1) - clients to term to multiplexer handlers. - The multiplexer helper lets you split the calling chain depending on the calling mode (get vs getnext vs set). More... "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_multiplexer_handler (netsnmp_mib_handler_methods *req)" "returns a multiplixer handler given a netsnmp_mib_handler_methods structure of subhandlers." -1c "int netsnmp_multiplexer_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "implements the multiplexer helper." (3) -1c to table_iterator (3) - Functionally, it is a specialized version of the more generic table helper but easies the burden of GETNEXT processing by manually looping through all the data indexes retrieved through function calls which should be supplied by the module that wishes help. More...The module the table_iterator helps should, afterwards, never be called for the case of 'MODE_GETNEXT' and only for the GET and SET related modes instead. todo todo (3) - Todo List "Global netsnmp_table_get_or_create_row_stash(netsnmp_agent_request_info *reqinfo, const u_char *storage_name) " 1c This function will likely change to add free pointer functions. "Global handler_mark_doneit(int majorID, int minorID, void *serverarg, void *clientarg) " 1c replace this with a method to check the handler chain instead. "Global netsnmp_register_auto_data_table(netsnmp_table_data_set *table_set, char *registration_name) " 1c create a properly free'ing registeration pointer for the datalist, and get the datalist freed at shutdown. togeomview togeomview (1) - send commands or OOGL objects to geomview touch touch (1) - change file timestamps tr tr (1) - translate or delete characters trap bash (1) - bash built-in commands, see bash(1) trdate trsh (1) - clients to term trdated trsh (1) - clients to term tred tred (1) - transitive reduction filter for directed graphs tredir trsh (1) - clients to term tree tree (1) - list contents of directories in a tree-like format. trsh trsh (1) - clients to term true true (1) - do nothing, successfully tshutdown trsh (1) - clients to term tty tty (1) - print the file name of the terminal connected to standard input tudpredir trsh (1) - clients to term tupload trsh (1) - clients to term twopi twopi (1) - preprocessor for radial layouts of graphs txconn trsh (1) - clients to term type bash (1) - bash built-in commands, see bash(1) typeset bash (1) - bash built-in commands, see bash(1) ucdtooff ucdtooff (1) - filter to convert an AVS 'ucd' (Unstructured Cell Data) format file into an OFF file. ud ud (1) - interactive LDAP Directory Server query program ud.conf ud.conf (5) - ud configuration file ulimit bash (1) - bash built-in commands, see bash(1) umask bash (1) - bash built-in commands, see bash(1) unalias bash (1) - bash built-in commands, see bash(1) uname uname (1) - print system information unclutter unclutter (1) - remove idle cursor image from screen unexpand unexpand (1) - convert spaces to tabs unflatten unflatten (1) - adjust directed graphs to improve layout aspect ratio uniconv uniconv (1) - convert text to native formats through unicode uniprint uniprint (1) - produce postscript output from unicode text for printing uniq uniq (1) - remove duplicate lines from a sorted file units units (1) - unit conversion program unprotoize unprotoize (1) - convert ANSI C source code to K&R C (unprototyped) format unregister_config_handler register_config_handler (3) - read_config functions unset bash (1) - bash built-in commands, see bash(1) until bash (1) - bash built-in commands, see bash(1) using table_array lookups. - The table_array handler is used (automatically) in conjuntion with the table handler. More... "Functions" +1c -1c "int netsnmp_table_container_register (netsnmp_handler_registration *reginfo, netsnmp_table_registration_info *tabreg, netsnmp_table_array_callbacks *cb, netsnmp_container *container, int group_rows)" "register specified callbacks for the specified table/oid." -1c "netsnmp_mib_handler * netsnmp_find_table_array_handler (netsnmp_handler_registration *reginfo)" "find the handler for the table_array helper." -1c "netsnmp_container * netsnmp_extract_array_context (netsnmp_request_info *request)" "find the context data used by the table_array helper." -1c "int netsnmp_table_array_check_row_status (netsnmp_table_array_callbacks *cb, netsnmp_request_group *ag, long *rs_new, long *rs_old)" "this function is called to validate RowStatus transitions." (3) -1c uudeview uudeview (1) - a powerful decoder for binary files uuencode uuencode (1) - encode a binary file uudecode \- decode a file created by uuencode uuencode uuencode (5) - format of an encoded uuencode file uuenview uuenview (1) - a powerful encoder for binary files variable watcher process - it as an instance or scalar object. More... "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_watcher_handler (void)" -1c "netsnmp_watcher_info * netsnmp_create_watcher_info (void *data, size_t size, u_char type, int flags)" -1c "int netsnmp_register_watched_instance (netsnmp_handler_registration *reginfo, netsnmp_watcher_info *watchinfo)" -1c "int netsnmp_register_watched_scalar (netsnmp_handler_registration *reginfo, netsnmp_watcher_info *watchinfo)" -1c "int netsnmp_watcher_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "netsnmp_mib_handler * netsnmp_get_watched_timestamp_handler (void)" -1c "int netsnmp_register_watched_timestamp (netsnmp_handler_registration *reginfo, marker_t *timestamp)" -1c "int netsnmp_watched_timestamp_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" (3) -1c variables variables (5) - Format of specifying variable names to SNMP tools. vdir ls (1) - list contents of directories vi elvis (1) - The editor video video capabilities - "Defines" +1c -1c "#define VO_CAP_HUE 0x00000010" -1c "#define VO_CAP_SATURATION 0x00000020" -1c "#define VO_CAP_BRIGHTNESS 0x00000040" -1c "#define VO_CAP_CONTRAST 0x00000080" -1c "#define VO_CAP_COLORKEY 0x00000100" (3) -1c view elvis (1) - The editor vines vines (1) - draws pseudo-fractal geometric patterns visual Valid types - "Defines" +1c -1c "#define VISUAL_TYPE_X11 1" -1c "#define VISUAL_TYPE_AA 2" -1c "#define VISUAL_TYPE_FB 3" -1c "#define VISUAL_TYPE_GTK 4" (3) -1c vo_driver_s vo_driver_s (3) - vo_driver_t vo_driver_t (3) - Data type of structure vo_driver_s. vo_frame_t vo_frame_t (3) - vo_overlay_t vo_overlay_t (3) - wait bash (1) - bash built-in commands, see bash(1) wasReceived Zephyr::Notice (3) - Perl class package for Zephyr notices wasSent Zephyr::Notice (3) - Perl class package for Zephyr notices watch watcher process - it as an instance or scalar object. More... "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_watcher_handler (void)" -1c "netsnmp_watcher_info * netsnmp_create_watcher_info (void *data, size_t size, u_char type, int flags)" -1c "int netsnmp_register_watched_instance (netsnmp_handler_registration *reginfo, netsnmp_watcher_info *watchinfo)" -1c "int netsnmp_register_watched_scalar (netsnmp_handler_registration *reginfo, netsnmp_watcher_info *watchinfo)" -1c "int netsnmp_watcher_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "netsnmp_mib_handler * netsnmp_get_watched_timestamp_handler (void)" -1c "int netsnmp_register_watched_timestamp (netsnmp_handler_registration *reginfo, marker_t *timestamp)" -1c "int netsnmp_watched_timestamp_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" (3) -1c watcher watcher process - it as an instance or scalar object. More... "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_watcher_handler (void)" -1c "netsnmp_watcher_info * netsnmp_create_watcher_info (void *data, size_t size, u_char type, int flags)" -1c "int netsnmp_register_watched_instance (netsnmp_handler_registration *reginfo, netsnmp_watcher_info *watchinfo)" -1c "int netsnmp_register_watched_scalar (netsnmp_handler_registration *reginfo, netsnmp_watcher_info *watchinfo)" -1c "int netsnmp_watcher_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "netsnmp_mib_handler * netsnmp_get_watched_timestamp_handler (void)" -1c "int netsnmp_register_watched_timestamp (netsnmp_handler_registration *reginfo, marker_t *timestamp)" -1c "int netsnmp_watched_timestamp_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" (3) -1c wc wc (1) - print the number of bytes, words, and lines in files wget wget (1) - a utility to retrieve files from the World Wide Web when table_array lookups. - The table_array handler is used (automatically) in conjuntion with the table handler. More... "Functions" +1c -1c "int netsnmp_table_container_register (netsnmp_handler_registration *reginfo, netsnmp_table_registration_info *tabreg, netsnmp_table_array_callbacks *cb, netsnmp_container *container, int group_rows)" "register specified callbacks for the specified table/oid." -1c "netsnmp_mib_handler * netsnmp_find_table_array_handler (netsnmp_handler_registration *reginfo)" "find the handler for the table_array helper." -1c "netsnmp_container * netsnmp_extract_array_context (netsnmp_request_info *request)" "find the context data used by the table_array helper." -1c "int netsnmp_table_array_check_row_status (netsnmp_table_array_callbacks *cb, netsnmp_request_group *ag, long *rs_new, long *rs_old)" "this function is called to validate RowStatus transitions." (3) -1c when table_iterator (3) - Functionally, it is a specialized version of the more generic table helper but easies the burden of GETNEXT processing by manually looping through all the data indexes retrieved through function calls which should be supplied by the module that wishes help. More...The module the table_iterator helps should, afterwards, never be called for the case of 'MODE_GETNEXT' and only for the GET and SET related modes instead. whichlocker whichlocker (1) - tells which locker a program is installed in while bash (1) - bash built-in commands, see bash(1) who who (1) - show who is logged on whoami whoami (1) - print effective userid with table_data storage. - This helper helps you implement a table where all the indexes are expected to be stored within the agent itself and not in some external storage location. More... "Modules" +1c -1c "table_dataset: Helps you implement a table with automatted storage." "This handler helps you implement a table where all the data is expected to be stored within the agent itself and not in some external storage location." -1c "Functions" +1c -1c "void netsnmp_table_data_generate_index_oid (netsnmp_table_row *row)" "generates the index portion of an table oid from a varlist." -1c "int netsnmp_table_data_add_row (netsnmp_table_data *table, netsnmp_table_row *row)" "Adds a row of data to a given table (stored in proper lexographical order)." -1c "netsnmp_table_row * netsnmp_table_data_remove_row (netsnmp_table_data *table, netsnmp_table_row *row)" "removes a row of data to a given table and returns it (no free's called)." -1c "void * netsnmp_table_data_delete_row (netsnmp_table_row *row)" "deletes a row's memory." -1c "void * netsnmp_table_data_remove_and_delete_row (netsnmp_table_data *table, netsnmp_table_row *row)" "removes and frees a row of data to a given table and returns the void *." -1c "void netsnmp_table_data_replace_row (netsnmp_table_data *table, netsnmp_table_row *origrow, netsnmp_table_row *newrow)" "swaps out origrow with newrow." -1c "netsnmp_table_row * netsnmp_table_data_get (netsnmp_table_data *table, netsnmp_variable_list *indexes)" "finds the data in 'datalist' stored at 'indexes'." -1c "netsnmp_table_row * netsnmp_table_data_get_from_oid (netsnmp_table_data *table, oid *searchfor, size_t searchfor_len)" "finds the data in 'datalist' stored at the searchfor oid." -1c "netsnmp_mib_handler * netsnmp_get_table_data_handler (netsnmp_table_data *table)" "Creates a table_data handler and returns it." -1c "int netsnmp_register_table_data (netsnmp_handler_registration *reginfo, netsnmp_table_data *table, netsnmp_table_registration_info *table_info)" "registers a handler as a data table." -1c "int netsnmp_register_read_only_table_data (netsnmp_handler_registration *reginfo, netsnmp_table_data *table, netsnmp_table_registration_info *table_info)" "registers a handler as a read-only data table If table_info != NULL, it registers it as a normal table too." -1c "int netsnmp_table_data_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "The helper handler that takes care of passing a specific row of data down to the lower handler(s)." -1c "netsnmp_table_data * netsnmp_create_table_data (const char *name)" "creates and returns a pointer to table data set." -1c "netsnmp_table_row * netsnmp_create_table_data_row (void)" "creates and returns a pointer to table data set." -1c "netsnmp_table_row * netsnmp_extract_table_row (netsnmp_request_info *request)" "extracts the row being accessed passed from the table_data helper." -1c "void * netsnmp_extract_table_row_data (netsnmp_request_info *request)" "extracts the data from the row being accessed passed from the table_data helper." -1c "int netsnmp_table_data_build_result (netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *request, netsnmp_table_row *row, int column, u_char type, u_char *result_data, size_t result_data_len)" "builds a result given a row, a varbind to set and the data." -1c "netsnmp_table_row * netsnmp_table_data_clone_row (netsnmp_table_row *row)" "clones a data row." (3) -1c with table_dataset storage. - This handler helps you implement a table where all the data is expected to be stored within the agent itself and not in some external storage location. More... "Functions" +1c -1c "netsnmp_table_data_set * netsnmp_create_table_data_set (const char *table_name)" "Create a netsnmp_table_data_set structure given a table_data definition." -1c "netsnmp_mib_handler * netsnmp_get_table_data_set_handler (netsnmp_table_data_set *data_set)" "Given a netsnmp_table_data_set definition, create a handler for it." -1c "int netsnmp_register_table_data_set (netsnmp_handler_registration *reginfo, netsnmp_table_data_set *data_set, netsnmp_table_registration_info *table_info)" "register a given data_set at a given oid (specified in the netsnmp_handler_registration pointer)." -1c "netsnmp_table_data_set_storage * netsnmp_table_data_set_find_column (netsnmp_table_data_set_storage *start, unsigned int column)" "Finds a column within a given storage set, given the pointer to the start of the storage set list." -1c "netsnmp_table_data_set_storage * netsnmp_extract_table_data_set_column (netsnmp_request_info *request, unsigned int column)" "extracts a netsnmp_table_data_set pointer from a given request." -1c "netsnmp_table_data_set * netsnmp_extract_table_data_set (netsnmp_request_info *request)" "extracts a netsnmp_table_data_set pointer from a given request." -1c "int netsnmp_mark_row_column_writable (netsnmp_table_row *row, int column, int writable)" "marks a given column in a row as writable or not." -1c "int netsnmp_set_row_column (netsnmp_table_row *row, unsigned int column, int type, const char *value, size_t value_len)" "sets a given column in a row with data given a type, value, and length." -1c "int netsnmp_table_set_add_default_row (netsnmp_table_data_set *table_set, unsigned int column, int type, int writable, void *default_value, size_t default_value_len)" "adds a new default row to a table_set." -1c "netsnmp_table_row * netsnmp_table_data_set_clone_row (netsnmp_table_row *row)" "clones a dataset row, including all data." -1c "netsnmp_table_row * netsnmp_table_data_set_create_row_from_defaults (netsnmp_table_data_set_storage *defrow)" "creates a new row from an existing defined default set." -1c "int netsnmp_table_data_set_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "implements the table data helper." -1c "void netsnmp_register_auto_data_table (netsnmp_table_data_set *table_set, char *registration_name)" "registers a table_dataset so that the 'add_row' snmpd.conf token can be used to add data to this table." -1c "void netsnmp_config_parse_table_set (const char *token, char *line)" -1c "void netsnmp_config_parse_add_row (const char *token, char *line)" -1c "void netsnmp_table_dataset_add_index (netsnmp_table_data_set *table, u_char type)" "adds an index to the table." -1c "void netsnmp_table_dataset_add_row (netsnmp_table_data_set *table, netsnmp_table_row *row)" "adds a new row to a dataset table." -1c "void netsnmp_table_dataset_replace_row (netsnmp_table_data_set *table, netsnmp_table_row *origrow, netsnmp_table_row *newrow)" "adds a new row to a dataset table." -1c "netsnmp_table_data_set_storage * netsnmp_table_dataset_delete_data (netsnmp_table_data_set_storage *data)" "deletes a single dataset table data." -1c "void netsnmp_table_dataset_delete_all_data (netsnmp_table_data_set_storage *data)" "deletes all the data from this node and beyond in the linked list." -1c "void netsnmp_table_dataset_delete_row (netsnmp_table_row *row)" "deletes all the data from this node and beyond in the linked list." -1c "void netsnmp_table_dataset_remove_row (netsnmp_table_data_set *table, netsnmp_table_row *row)" "removes a row from the table, but doesn't delete/free anything." -1c "void netsnmp_table_dataset_remove_and_delete_row (netsnmp_table_data_set *table, netsnmp_table_row *row)" "removes a row from the table and then deletes it (and all it's data)." -1c "void netsnmp_table_set_multi_add_default_row (va_dcl) va_dcl" "adds multiple data column definitions to each row." (3) -1c wm2xmcd wm2xmcd (1) - workman-to-xmcd CD database file converter writing table_iterator (3) - Functionally, it is a specialized version of the more generic table helper but easies the burden of GETNEXT processing by manually looping through all the data indexes retrieved through function calls which should be supplied by the module that wishes help. More...The module the table_iterator helps should, afterwards, never be called for the case of 'MODE_GETNEXT' and only for the GET and SET related modes instead. written old_api code. - This is a backwards compatilibity module that allows code written in the old API to be run under the new handler based architecture. More... "Functions" +1c -1c "netsnmp_mib_handler * get_old_api_handler (void)" "returns a old_api handler that should be the final calling handler." -1c "int netsnmp_register_old_api (const char *moduleName, struct variable *var, size_t varsize, size_t numvars, oid *mibloc, size_t mibloclen, int priority, int range_subid, oid range_ubound, netsnmp_session *ss, const char *context, int timeout, int flags)" "Registers an old API set into the mib tree." -1c "int netsnmp_register_mib_table_row (const char *moduleName, struct variable *var, size_t varsize, size_t numvars, oid *mibloc, size_t mibloclen, int priority, int var_subid, netsnmp_session *ss, const char *context, int timeout, int flags)" "registers a row within a mib table." -1c "int netsnmp_old_api_helper (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "implements the old_api handler." (3) -1c wvCleanLatex wvCleanLatex (1) - convert msword documents to LaTeX wvDVI wvDVI (1) - convert msword documents to DVI wvHtml wvHtml (1) - convert msword documents to Abiword's format wvHtml wvHtml (1) - convert msword documents to HTML4.0 wvHtml wvHtml (1) - convert msword documents to RTF wvHtml wvHtml (1) - convert msword documents to WML wvHtml wvHtml (1) - convert msword documents to text wvLatex wvLatex (1) - convert msword documents to LaTeX wvMime wvMime (1) - view MSWord documents wvPDF wvPDF (1) - convert msword documents to PDF wvPS wvPS (1) - convert msword documents to PS wvSummary wvSummary (1) - view word document's summary info wvVersion wvVersion (1) - view word document's version # wvWare wvWare (1) - convert msword documents wvWare wvWare (1) - convert msword documents x64 x64 () - Commodore 64 Emulator And Program Development System for X display xarchie xarchie (1) - X11 browser interface to archie, version 2.0.9 xargs xargs (1) - build and execute command lines from standard input xcb xcb (1) - X Cut Buffers \- Pigeon holes for your cut and paste selections. xcircuit xcircuit (1) - Draw circuit schematics or almost anything; make circuit netlists from schematics. xcircuit xcircuit (1/1x) - Draw circuit schematics or almost anything. xdaliclock xdaliclock (1) - melting digital clock xdiff xdiff (1) - graphical diff for X xdpr xdpr (1) - dump an X window directly to a printer xdu xdu (1) - display the output of "du" in an X window xearth xearth (1) - displays a shaded image of the Earth in the root window xfig xfig (1) - Facility for Interactive Generation of figures under X11 Version 3.2.4 xine xine (1) - a free video player xine-check xine-check (1) - a checker for the xine video player xine-check xine-check (1) - a checker for the xine video player xine-config xine-config (1) - script to get information about the installed version of libxine xine-lib xine-lib (3) - xine API. xine-remote xine-remote (1) - a small tool to connect xine remote control server. xine.h xine.h (3) - xine_t xine_t (3) - xjack xjack (1) - all work and no play makes jack a dull boy xkeycaps xkeycaps (1) - graphically display and edit the keyboard mapping xlockmore xlockmore (1) - Locks the local X display until a password is entered. xlockmore#(1) "" "\fLxlockmore(1)" xlyap xlyap (1) - display an array of Lyapunov exponents graphically xmahjongg xmahjongg (6) - colorful solitaire Mah Jongg game ' xmcd xmcd (1) - CD digital audio player utility for X11/Motif xml-config xml-config (1) - script to get information about the installed version of GNOME-XML xmlcatalog xmlcatalog (1) - Command line tool to parse and manipulate XML or SGML catalog files. xmllint xmllint (1) - command line XML tool xmlwf xmlwf (1) - Determines if an XML document is well-formed xmountains xmountains (1) - A fractal landscape generator. xpanic xpanic (1) - popup every now and again and relax you xpdf xpdf (1) - Portable Document Format (PDF) file viewer for X (version 2.01) xpdfrc xpdfrc (5) - configuration file for Xpdf tools (version 2.01) xpenguins xpenguins (1) - cute little penguins that walk along the tops of your windows xpenguins xpenguins (1) - cute little penguins that walk along the tops of your windows xpmroot xpmroot (1) - Sets the root window of the current X display to an Xpm pixmap xpr xpr (1) - print an X window dump xroger xroger (1) - throbbing X logo, of a sort xscreensaver xscreensaver (1) - graphics hack and screen locker, launched when the user is idle xscreensaver-command xscreensaver-command (1) - control a running xscreensaver process xshowcmap xshowcmap (1) - show colormap xsnow xsnow (1) - let it snow on your desktop and windows xterm xterm (1) - terminal emulator for X xtoolwait xtoolwait (1/man) - start X client and wait for it to map a window xwit xwit (1) - window interface. pop or iconify this xterm window or named windows xwrits xwrits (1) - reminds you to take wrist breaks xxd xxd (1) - make a hexdump or do the reverse. xxgdb xxgdb (1) - X window system interface to the gdb debugger. xzul xzul (1) - X display of users logged in, via Zephyr yes yes (1) - output a string repeatedly until killed you table table. - This handler helps you implement a table by doing some of the processing for you. More... "Modules" +1c -1c "table_iterator: The table iterator helper is designed to simplify the task of writing a table handler for the net-snmp agent when the data being accessed is not in an oid sorted form and must be accessed externally." "Functionally, it is a specialized version of the more generic table helper but easies the burden of GETNEXT processing by manually looping through all the data indexes retrieved through function calls which should be supplied by the module that wishes help." +1c -1c "table_data: Helps you implement a table with datamatted storage." "This helper helps you implement a table where all the indexes are expected to be stored within the agent itself and not in some external storage location." +1c -1c "table_array: Helps you implement a table when data can be stored locally. The data is stored in a sorted array, using a binary search for lookups." "The table_array handler is used (automatically) in conjuntion with the table handler." -1c "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_table_handler (netsnmp_table_registration_info *tabreq)" "Given a netsnmp_table_registration_info object, creates a table handler." -1c "int netsnmp_register_table (netsnmp_handler_registration *reginfo, netsnmp_table_registration_info *tabreq)" "creates a table handler given the netsnmp_table_registration_info object, inserts it into the request chain and then calls netsnmp_register_handler() to register the table into the agent." -1c "netsnmp_table_request_info * netsnmp_extract_table_info (netsnmp_request_info *request)" "extracts the processed table information from a given request." -1c "netsnmp_table_registration_info * netsnmp_find_table_registration_info (netsnmp_handler_registration *reginfo)" "extracts the registered netsnmp_table_registration_info object from a netsnmp_handler_registration object." -1c "int table_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "implements the table helper handler." -1c "int netsnmp_table_build_result (netsnmp_handler_registration *reginfo, netsnmp_request_info *reqinfo, netsnmp_table_request_info *table_info, u_char type, u_char *result, size_t result_len)" "Builds the result to be returned to the agent given the table information." -1c "int netsnmp_table_build_oid (netsnmp_handler_registration *reginfo, netsnmp_request_info *reqinfo, netsnmp_table_request_info *table_info)" "given a registration info object, a request object and the table info object it builds the request->requestvb->name oid from the index values and column information found in the table_info object." -1c "int netsnmp_table_build_oid_from_index (netsnmp_handler_registration *reginfo, netsnmp_request_info *reqinfo, netsnmp_table_request_info *table_info)" "Builds an oid from index information." -1c "int netsnmp_update_variable_list_from_index (netsnmp_table_request_info *tri)" "parses an OID into table indexses." -1c "int netsnmp_update_indexes_from_variable_list (netsnmp_table_request_info *tri)" "builds an oid given a set of indexes." -1c "int netsnmp_check_getnext_reply (netsnmp_request_info *request, oid *prefix, size_t prefix_len, netsnmp_variable_list *newvar, netsnmp_variable_list **outvar)" "checks the original request against the current data being passed in if its greater than the request oid but less than the current valid return, set the current valid return to the new value." (3) -1c you table_array lookups. - The table_array handler is used (automatically) in conjuntion with the table handler. More... "Functions" +1c -1c "int netsnmp_table_container_register (netsnmp_handler_registration *reginfo, netsnmp_table_registration_info *tabreg, netsnmp_table_array_callbacks *cb, netsnmp_container *container, int group_rows)" "register specified callbacks for the specified table/oid." -1c "netsnmp_mib_handler * netsnmp_find_table_array_handler (netsnmp_handler_registration *reginfo)" "find the handler for the table_array helper." -1c "netsnmp_container * netsnmp_extract_array_context (netsnmp_request_info *request)" "find the context data used by the table_array helper." -1c "int netsnmp_table_array_check_row_status (netsnmp_table_array_callbacks *cb, netsnmp_request_group *ag, long *rs_new, long *rs_old)" "this function is called to validate RowStatus transitions." (3) -1c you table_data storage. - This helper helps you implement a table where all the indexes are expected to be stored within the agent itself and not in some external storage location. More... "Modules" +1c -1c "table_dataset: Helps you implement a table with automatted storage." "This handler helps you implement a table where all the data is expected to be stored within the agent itself and not in some external storage location." -1c "Functions" +1c -1c "void netsnmp_table_data_generate_index_oid (netsnmp_table_row *row)" "generates the index portion of an table oid from a varlist." -1c "int netsnmp_table_data_add_row (netsnmp_table_data *table, netsnmp_table_row *row)" "Adds a row of data to a given table (stored in proper lexographical order)." -1c "netsnmp_table_row * netsnmp_table_data_remove_row (netsnmp_table_data *table, netsnmp_table_row *row)" "removes a row of data to a given table and returns it (no free's called)." -1c "void * netsnmp_table_data_delete_row (netsnmp_table_row *row)" "deletes a row's memory." -1c "void * netsnmp_table_data_remove_and_delete_row (netsnmp_table_data *table, netsnmp_table_row *row)" "removes and frees a row of data to a given table and returns the void *." -1c "void netsnmp_table_data_replace_row (netsnmp_table_data *table, netsnmp_table_row *origrow, netsnmp_table_row *newrow)" "swaps out origrow with newrow." -1c "netsnmp_table_row * netsnmp_table_data_get (netsnmp_table_data *table, netsnmp_variable_list *indexes)" "finds the data in 'datalist' stored at 'indexes'." -1c "netsnmp_table_row * netsnmp_table_data_get_from_oid (netsnmp_table_data *table, oid *searchfor, size_t searchfor_len)" "finds the data in 'datalist' stored at the searchfor oid." -1c "netsnmp_mib_handler * netsnmp_get_table_data_handler (netsnmp_table_data *table)" "Creates a table_data handler and returns it." -1c "int netsnmp_register_table_data (netsnmp_handler_registration *reginfo, netsnmp_table_data *table, netsnmp_table_registration_info *table_info)" "registers a handler as a data table." -1c "int netsnmp_register_read_only_table_data (netsnmp_handler_registration *reginfo, netsnmp_table_data *table, netsnmp_table_registration_info *table_info)" "registers a handler as a read-only data table If table_info != NULL, it registers it as a normal table too." -1c "int netsnmp_table_data_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "The helper handler that takes care of passing a specific row of data down to the lower handler(s)." -1c "netsnmp_table_data * netsnmp_create_table_data (const char *name)" "creates and returns a pointer to table data set." -1c "netsnmp_table_row * netsnmp_create_table_data_row (void)" "creates and returns a pointer to table data set." -1c "netsnmp_table_row * netsnmp_extract_table_row (netsnmp_request_info *request)" "extracts the row being accessed passed from the table_data helper." -1c "void * netsnmp_extract_table_row_data (netsnmp_request_info *request)" "extracts the data from the row being accessed passed from the table_data helper." -1c "int netsnmp_table_data_build_result (netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *request, netsnmp_table_row *row, int column, u_char type, u_char *result_data, size_t result_data_len)" "builds a result given a row, a varbind to set and the data." -1c "netsnmp_table_row * netsnmp_table_data_clone_row (netsnmp_table_row *row)" "clones a data row." (3) -1c you table_dataset storage. - This handler helps you implement a table where all the data is expected to be stored within the agent itself and not in some external storage location. More... "Functions" +1c -1c "netsnmp_table_data_set * netsnmp_create_table_data_set (const char *table_name)" "Create a netsnmp_table_data_set structure given a table_data definition." -1c "netsnmp_mib_handler * netsnmp_get_table_data_set_handler (netsnmp_table_data_set *data_set)" "Given a netsnmp_table_data_set definition, create a handler for it." -1c "int netsnmp_register_table_data_set (netsnmp_handler_registration *reginfo, netsnmp_table_data_set *data_set, netsnmp_table_registration_info *table_info)" "register a given data_set at a given oid (specified in the netsnmp_handler_registration pointer)." -1c "netsnmp_table_data_set_storage * netsnmp_table_data_set_find_column (netsnmp_table_data_set_storage *start, unsigned int column)" "Finds a column within a given storage set, given the pointer to the start of the storage set list." -1c "netsnmp_table_data_set_storage * netsnmp_extract_table_data_set_column (netsnmp_request_info *request, unsigned int column)" "extracts a netsnmp_table_data_set pointer from a given request." -1c "netsnmp_table_data_set * netsnmp_extract_table_data_set (netsnmp_request_info *request)" "extracts a netsnmp_table_data_set pointer from a given request." -1c "int netsnmp_mark_row_column_writable (netsnmp_table_row *row, int column, int writable)" "marks a given column in a row as writable or not." -1c "int netsnmp_set_row_column (netsnmp_table_row *row, unsigned int column, int type, const char *value, size_t value_len)" "sets a given column in a row with data given a type, value, and length." -1c "int netsnmp_table_set_add_default_row (netsnmp_table_data_set *table_set, unsigned int column, int type, int writable, void *default_value, size_t default_value_len)" "adds a new default row to a table_set." -1c "netsnmp_table_row * netsnmp_table_data_set_clone_row (netsnmp_table_row *row)" "clones a dataset row, including all data." -1c "netsnmp_table_row * netsnmp_table_data_set_create_row_from_defaults (netsnmp_table_data_set_storage *defrow)" "creates a new row from an existing defined default set." -1c "int netsnmp_table_data_set_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" "implements the table data helper." -1c "void netsnmp_register_auto_data_table (netsnmp_table_data_set *table_set, char *registration_name)" "registers a table_dataset so that the 'add_row' snmpd.conf token can be used to add data to this table." -1c "void netsnmp_config_parse_table_set (const char *token, char *line)" -1c "void netsnmp_config_parse_add_row (const char *token, char *line)" -1c "void netsnmp_table_dataset_add_index (netsnmp_table_data_set *table, u_char type)" "adds an index to the table." -1c "void netsnmp_table_dataset_add_row (netsnmp_table_data_set *table, netsnmp_table_row *row)" "adds a new row to a dataset table." -1c "void netsnmp_table_dataset_replace_row (netsnmp_table_data_set *table, netsnmp_table_row *origrow, netsnmp_table_row *newrow)" "adds a new row to a dataset table." -1c "netsnmp_table_data_set_storage * netsnmp_table_dataset_delete_data (netsnmp_table_data_set_storage *data)" "deletes a single dataset table data." -1c "void netsnmp_table_dataset_delete_all_data (netsnmp_table_data_set_storage *data)" "deletes all the data from this node and beyond in the linked list." -1c "void netsnmp_table_dataset_delete_row (netsnmp_table_row *row)" "deletes all the data from this node and beyond in the linked list." -1c "void netsnmp_table_dataset_remove_row (netsnmp_table_data_set *table, netsnmp_table_row *row)" "removes a row from the table, but doesn't delete/free anything." -1c "void netsnmp_table_dataset_remove_and_delete_row (netsnmp_table_data_set *table, netsnmp_table_row *row)" "removes a row from the table and then deletes it (and all it's data)." -1c "void netsnmp_table_set_multi_add_default_row (va_dcl) va_dcl" "adds multiple data column definitions to each row." (3) -1c your read_only automatically - The only purpose of this handler is to return an appropriate error for any requests passed to it in a SET mode. More... "Functions" +1c -1c "netsnmp_mib_handler * netsnmp_get_read_only_handler (void)" "returns a read_only handler that can be injected into a given handler chain." -1c "int netsnmp_read_only_helper (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)" -1c "void netsnmp_init_read_only_helper (void)" "initializes the read_only helper which then registers a read_only handler as a run-time injectable handler for configuration file use." (3) -1c zcat gzip (1) - compress or expand files zcmp zcmp (1) - compare compressed files zcrypt zcrypt (1) - Send an encrypted zephyrgram zdiff zcmp (1) - compare compressed files zforce zforce (1) - force a '.gz' extension on all gzip files zgrep zgrep (1) - search possibly compressed files for a regular expression zmore zmore (1) - file perusal filter for crt viewing of compressed text znew znew (1) - recompress .Z files to .gz files