/usr/include/ns3.17/ns3/dsr-module.h is in libns3-dev 3.17+dfsg-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | #ifdef NS3_MODULE_COMPILATION
# error "Do not include ns3 module aggregator headers from other modules; these are meant only for end user scripts."
#endif
#ifndef NS3_MODULE_DSR
// Module headers:
#include "dsr-errorbuff.h"
#include "dsr-fs-header.h"
#include "dsr-gratuitous-reply-table.h"
#include "dsr-helper.h"
#include "dsr-main-helper.h"
#include "dsr-maintain-buff.h"
#include "dsr-network-queue.h"
#include "dsr-option-header.h"
#include "dsr-options.h"
#include "dsr-passive-buff.h"
#include "dsr-rcache.h"
#include "dsr-routing.h"
#include "dsr-rreq-table.h"
#include "dsr-rsendbuff.h"
#endif
|