mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-17 05:36:46 +08:00
Removed EXPERIMENTAL status.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @file
|
||||
* [EXPERIMENTAL] Abstract Syntax Notation One (ISO 8824, 8825) codec.
|
||||
* Abstract Syntax Notation One (ISO 8824, 8825) codec.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @file
|
||||
* [EXPERIMENTAL] SNMP Agent message handling structures.
|
||||
* SNMP Agent message handling structures.
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -203,9 +203,6 @@ struct snmp_trap_header_lengths
|
||||
#define SNMP_COMMUNITY_STR_LEN 64
|
||||
struct snmp_msg_pstat
|
||||
{
|
||||
#if 0
|
||||
struct snmp_msg_pstat *next;
|
||||
#endif
|
||||
/* lwIP local port (161) binding */
|
||||
struct udp_pcb *pcb;
|
||||
/* source IP address */
|
||||
@@ -241,17 +238,10 @@ struct snmp_msg_pstat
|
||||
struct snmp_varbind_root outvb;
|
||||
/* output response lengths used in ASN encoding */
|
||||
struct snmp_resp_header_lengths rhl;
|
||||
#if SNMP_PRIVATE_MIB
|
||||
/* private MIB event info */
|
||||
struct private_msg pm;
|
||||
#endif
|
||||
};
|
||||
|
||||
struct snmp_msg_trap
|
||||
{
|
||||
#if 0
|
||||
struct snmp_msg_trap *next;
|
||||
#endif
|
||||
/* lwIP local port (161) binding */
|
||||
struct udp_pcb *pcb;
|
||||
/* destination IP address in network order */
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @file
|
||||
* [EXPERIMENTAL] Generic MIB tree structures.
|
||||
* Generic MIB tree structures.
|
||||
*
|
||||
* @todo namespace prefixes
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user