/usr/include/ns3.27/ns3/internet-module.h is in libns3-dev 3.27+dfsg-1.
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 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 | #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_INTERNET
// Module headers:
#include "arp-cache.h"
#include "arp-header.h"
#include "arp-l3-protocol.h"
#include "candidate-queue.h"
#include "global-route-manager-impl.h"
#include "global-route-manager.h"
#include "global-router-interface.h"
#include "icmpv4-l4-protocol.h"
#include "icmpv4.h"
#include "icmpv6-header.h"
#include "icmpv6-l4-protocol.h"
#include "internet-stack-helper.h"
#include "internet-trace-helper.h"
#include "ip-l4-protocol.h"
#include "ipv4-address-generator.h"
#include "ipv4-address-helper.h"
#include "ipv4-global-routing-helper.h"
#include "ipv4-global-routing.h"
#include "ipv4-header.h"
#include "ipv4-interface-address.h"
#include "ipv4-interface-container.h"
#include "ipv4-interface.h"
#include "ipv4-l3-protocol.h"
#include "ipv4-list-routing-helper.h"
#include "ipv4-list-routing.h"
#include "ipv4-packet-filter.h"
#include "ipv4-packet-info-tag.h"
#include "ipv4-packet-probe.h"
#include "ipv4-queue-disc-item.h"
#include "ipv4-raw-socket-factory.h"
#include "ipv4-raw-socket-impl.h"
#include "ipv4-route.h"
#include "ipv4-routing-helper.h"
#include "ipv4-routing-protocol.h"
#include "ipv4-routing-table-entry.h"
#include "ipv4-static-routing-helper.h"
#include "ipv4-static-routing.h"
#include "ipv4.h"
#include "ipv6-address-generator.h"
#include "ipv6-address-helper.h"
#include "ipv6-extension-demux.h"
#include "ipv6-extension-header.h"
#include "ipv6-extension.h"
#include "ipv6-header.h"
#include "ipv6-interface-address.h"
#include "ipv6-interface-container.h"
#include "ipv6-interface.h"
#include "ipv6-l3-protocol.h"
#include "ipv6-list-routing-helper.h"
#include "ipv6-list-routing.h"
#include "ipv6-option-header.h"
#include "ipv6-option.h"
#include "ipv6-packet-filter.h"
#include "ipv6-packet-info-tag.h"
#include "ipv6-packet-probe.h"
#include "ipv6-pmtu-cache.h"
#include "ipv6-queue-disc-item.h"
#include "ipv6-raw-socket-factory.h"
#include "ipv6-route.h"
#include "ipv6-routing-helper.h"
#include "ipv6-routing-protocol.h"
#include "ipv6-routing-table-entry.h"
#include "ipv6-static-routing-helper.h"
#include "ipv6-static-routing.h"
#include "ipv6.h"
#include "loopback-net-device.h"
#include "ndisc-cache.h"
#include "rip-header.h"
#include "rip-helper.h"
#include "rip.h"
#include "ripng-header.h"
#include "ripng-helper.h"
#include "ripng.h"
#include "rtt-estimator.h"
#include "tcp-bic.h"
#include "tcp-congestion-ops.h"
#include "tcp-header.h"
#include "tcp-highspeed.h"
#include "tcp-htcp.h"
#include "tcp-hybla.h"
#include "tcp-illinois.h"
#include "tcp-l4-protocol.h"
#include "tcp-ledbat.h"
#include "tcp-option-rfc793.h"
#include "tcp-option-sack-permitted.h"
#include "tcp-option-sack.h"
#include "tcp-option-ts.h"
#include "tcp-option-winscale.h"
#include "tcp-option.h"
#include "tcp-rx-buffer.h"
#include "tcp-scalable.h"
#include "tcp-socket-base.h"
#include "tcp-socket-factory.h"
#include "tcp-socket.h"
#include "tcp-tx-buffer.h"
#include "tcp-vegas.h"
#include "tcp-veno.h"
#include "tcp-westwood.h"
#include "tcp-yeah.h"
#include "udp-header.h"
#include "udp-l4-protocol.h"
#include "udp-socket-factory.h"
#include "udp-socket.h"
#endif
|