#include <Anon.h>
Inheritance diagram for AnonymizeIPAddr_Seq:


Public Member Functions | |
| AnonymizeIPAddr_Seq () | |
| ipaddr32_t | anonymize (ipaddr32_t addr) |
Protected Attributes | |
| ipaddr32_t | seq |
|
|
Definition at line 69 of file Anon.h. References seq.
00069 { seq = 1; }
|
|
|
Implements AnonymizeIPAddr. Definition at line 84 of file Anon.cc. References ipaddr32_t, and seq.
00085 {
00086 return htonl(seq++);
00087 }
|
|
|
Definition at line 73 of file Anon.h. Referenced by anonymize(), and AnonymizeIPAddr_Seq(). |
1.3.5