tok Struct Reference
Collaboration diagram for tok:
Public Attributes | |
const char * | name |
int | len |
int | token |
int | hash |
struct tok * | next |
Detailed Description
Member Data Documentation
◆ hash
int tok::hash |
Definition at line 164 of file parse.c.
Referenced by get_token(), and hash_init().
◆ len
◆ name
const char* tok::name |
Definition at line 161 of file parse.c.
Referenced by get_token(), and hash_init().
◆ next
struct tok* tok::next |
Definition at line 165 of file parse.c.
Referenced by Format::Token::~Token(), get_token(), and hash_init().
◆ token
int tok::token |
Definition at line 163 of file parse.c.
Referenced by AppendTokens(), asHandleReply(), ftpListParseParts(), get_token(), and getoid().
The documentation for this struct was generated from the following file:
- lib/snmplib/parse.c