|
IBR-DTNSuite 0.6
|
#include "ibrcommon/config.h"#include "ibrcommon/net/MulticastSocket.h"#include "ibrcommon/net/vsocket.h"#include "ibrcommon/Logger.h"#include <netdb.h>#include <string.h>
Go to the source code of this file.
Namespaces | |
| namespace | ibrcommon |
Defines | |
| #define | bzero(s, n) (memset((s), '\0', (n)), (void) 0) |
| #define bzero | ( | s, | |
| n | |||
| ) | (memset((s), '\0', (n)), (void) 0) |
Definition at line 16 of file MulticastSocket.cpp.
Referenced by ibrcommon::lowpansocket::lowpansocket(), and ibrcommon::lowpansocket::peer::peer().