mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-27 12:35:26 +00:00
patch #7145: Various typos in SNMP files
This commit is contained in:
parent
3562be2188
commit
d2c632fb18
@ -46,7 +46,7 @@ Loading additional MIBs
|
|||||||
|
|
||||||
Large SNMP message support
|
Large SNMP message support
|
||||||
The packet decoding and encoding routines are designed
|
The packet decoding and encoding routines are designed
|
||||||
to use pbuf-chains. Larger payloads then the minimum
|
to use pbuf-chains. Larger payloads than the minimum
|
||||||
SNMP requirement of 484 octets are supported if the
|
SNMP requirement of 484 octets are supported if the
|
||||||
PBUF_POOL_SIZE and IP_REASS_BUFSIZE are set to match your
|
PBUF_POOL_SIZE and IP_REASS_BUFSIZE are set to match your
|
||||||
local requirement.
|
local requirement.
|
||||||
@ -170,7 +170,7 @@ resembles the "auto-completion" operation)
|
|||||||
|
|
||||||
The middle part is usually located in ROM (const)
|
The middle part is usually located in ROM (const)
|
||||||
to preserve precious RAM on small microcontrollers.
|
to preserve precious RAM on small microcontrollers.
|
||||||
However RAM location is possible for an dynamically
|
However RAM location is possible for a dynamically
|
||||||
changing private tree.
|
changing private tree.
|
||||||
|
|
||||||
The index part is handled by functions which in
|
The index part is handled by functions which in
|
||||||
|
@ -445,7 +445,7 @@ snmp_mib_node_delete(struct mib_list_rootnode *rn, struct mib_list_node *n)
|
|||||||
* @param node points to the root of the tree ('.internet')
|
* @param node points to the root of the tree ('.internet')
|
||||||
* @param ident_len the length of the supplied object identifier
|
* @param ident_len the length of the supplied object identifier
|
||||||
* @param ident points to the array of sub identifiers
|
* @param ident points to the array of sub identifiers
|
||||||
* @param np points to the found object instance (rerurn)
|
* @param np points to the found object instance (return)
|
||||||
* @return pointer to the requested parent (!) node if success, NULL otherwise
|
* @return pointer to the requested parent (!) node if success, NULL otherwise
|
||||||
*/
|
*/
|
||||||
struct mib_node *
|
struct mib_node *
|
||||||
|
@ -136,7 +136,7 @@ struct mib_array_node
|
|||||||
u8_t node_type;
|
u8_t node_type;
|
||||||
u16_t maxlength;
|
u16_t maxlength;
|
||||||
|
|
||||||
/* aditional struct members */
|
/* additional struct members */
|
||||||
const s32_t *objid;
|
const s32_t *objid;
|
||||||
struct mib_node* const *nptr;
|
struct mib_node* const *nptr;
|
||||||
};
|
};
|
||||||
@ -180,7 +180,7 @@ struct mib_list_rootnode
|
|||||||
u8_t node_type;
|
u8_t node_type;
|
||||||
u16_t maxlength;
|
u16_t maxlength;
|
||||||
|
|
||||||
/* aditional struct members */
|
/* additional struct members */
|
||||||
struct mib_list_node *head;
|
struct mib_list_node *head;
|
||||||
struct mib_list_node *tail;
|
struct mib_list_node *tail;
|
||||||
/* counts list nodes in list */
|
/* counts list nodes in list */
|
||||||
@ -200,8 +200,8 @@ struct mib_external_node
|
|||||||
u8_t node_type;
|
u8_t node_type;
|
||||||
u16_t maxlength;
|
u16_t maxlength;
|
||||||
|
|
||||||
/* aditional struct members */
|
/* additional struct members */
|
||||||
/** points to an extenal (in memory) record of some sort of addressing
|
/** points to an external (in memory) record of some sort of addressing
|
||||||
information, passed to and interpreted by the funtions below */
|
information, passed to and interpreted by the funtions below */
|
||||||
void* addr_inf;
|
void* addr_inf;
|
||||||
/** tree levels under this node */
|
/** tree levels under this node */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user