|
Squid Web Cache master
|
#include <rfc1035.h>
Public Attributes | |
| char | name [RFC1035_MAXHOSTNAMESZ] |
| unsigned short | type |
| unsigned short | _class |
| unsigned int | ttl |
| unsigned short | rdlength |
| char * | rdata |
| unsigned short rfc1035_rr::_class |
Definition at line 41 of file rfc1035.h.
Referenced by rfc1035RRPack(), rfc1035RRUnpack(), and rfc2671RROptPack().
| char rfc1035_rr::name[RFC1035_MAXHOSTNAMESZ] |
Definition at line 39 of file rfc1035.h.
Referenced by rfc1035RRPack(), rfc1035RRUnpack(), and rfc2671RROptPack().
| char* rfc1035_rr::rdata |
Definition at line 44 of file rfc1035.h.
Referenced by ipcache_entry::addGood(), rfc1035RRPack(), rfc1035RRUnpack(), and rfc2671RROptPack().
| unsigned short rfc1035_rr::rdlength |
Definition at line 43 of file rfc1035.h.
Referenced by ipcache_entry::addGood(), rfc1035RRPack(), rfc1035RRUnpack(), and rfc2671RROptPack().
| unsigned int rfc1035_rr::ttl |
Definition at line 42 of file rfc1035.h.
Referenced by ipcache_entry::addGood(), fqdncacheParse(), rfc1035RRPack(), rfc1035RRUnpack(), and rfc2671RROptPack().
| unsigned short rfc1035_rr::type |
Definition at line 40 of file rfc1035.h.
Referenced by rfc1035RRPack(), rfc1035RRUnpack(), and rfc2671RROptPack().