/usr/include/ns3.17/ns3/dsr-options.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 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 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 | /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/*
* Copyright (c) 2011 Yufei Cheng
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation;
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Author: Yufei Cheng <yfcheng@ittc.ku.edu>
*
* James P.G. Sterbenz <jpgs@ittc.ku.edu>, director
* ResiliNets Research Group http://wiki.ittc.ku.edu/resilinets
* Information and Telecommunication Technology Center (ITTC)
* and Department of Electrical Engineering and Computer Science
* The University of Kansas Lawrence, KS USA.
*
* Work supported in part by NSF FIND (Future Internet Design) Program
* under grant CNS-0626918 (Postmodern Internet Architecture),
* NSF grant CNS-1050226 (Multilayer Network Resilience Analysis and Experimentation on GENI),
* US Department of Defense (DoD), and ITTC at The University of Kansas.
*/
#ifndef DSR_OPTION_H
#define DSR_OPTION_H
#include <map>
#include <list>
#include "ns3/buffer.h"
#include "ns3/packet.h"
#include "ns3/callback.h"
#include "ns3/ptr.h"
#include "ns3/udp-l4-protocol.h"
#include "ns3/ipv4.h"
#include "ns3/ipv4-route.h"
#include "ns3/object.h"
#include "ns3/node.h"
#include "ns3/ipv4-interface.h"
#include "ns3/ipv4-header.h"
#include "ns3/ipv4-address.h"
#include "ns3/traced-callback.h"
#include "ns3/output-stream-wrapper.h"
#include "ns3/timer.h"
#include "dsr-rsendbuff.h"
#include "dsr-maintain-buff.h"
#include "dsr-option-header.h"
#include "dsr-rcache.h"
#include "dsr-routing.h"
#include "dsr-gratuitous-reply-table.h"
namespace ns3 {
class Packet;
class NetDevice;
class Node;
class Ipv4Address;
class Ipv4Interface;
class Ipv4Route;
class Ipv4;
class Time;
namespace dsr {
class DsrOptions : public Object
{
public:
/**
* \brief Get the type identificator.
* \return type identificator
*/
static TypeId GetTypeId (void);
/**
* \brief Constructor.
*/
DsrOptions ();
/**
* \brief Destructor.
*/
virtual ~DsrOptions ();
/**
* \brief Get the option number.
* \return option number
*/
virtual uint8_t GetOptionNumber () const = 0;
/**
* \brief Set the node.
* \param node the node to set
*/
void SetNode (Ptr<Node> node);
/**
* \brief Get the node.
* \return the node
*/
Ptr<Node> GetNode () const;
/**
* \brief Search for the ipv4 address in the node list.
* \return true if contain ip address
*/
bool ContainAddressAfter (Ipv4Address ipv4Address, Ipv4Address destAddress, std::vector<Ipv4Address> &nodeList);
/**
* \brief Cut the route from ipv4Address to the end of the route vector
* \return the vector after the route cut
*/
std::vector<Ipv4Address> CutRoute (Ipv4Address ipv4Address, std::vector<Ipv4Address> &nodeList);
/**
* \brief Set the route to use for data packets
* \return the route
* \used by the option headers when sending data/control packets
*/
virtual Ptr<Ipv4Route> SetRoute (Ipv4Address nextHop, Ipv4Address srcAddress);
/**
* \brief Reverse the routes.
* \return true if successfully reversed
*/
bool ReverseRoutes (std::vector<Ipv4Address>& vec);
/**
* \brief Search for the next hop in the route
* \return the next hop address if found
*/
Ipv4Address SearchNextHop (Ipv4Address ipv4Address, std::vector<Ipv4Address>& vec);
/**
* \brief Reverse search for the next hop in the route
* \return the previous next hop address if found
*/
Ipv4Address ReverseSearchNextHop (Ipv4Address ipv4Address, std::vector<Ipv4Address>& vec);
/**
* \brief Reverse search for the next two hop in the route
* \return the previous next two hop address if found
*/
Ipv4Address ReverseSearchNextTwoHop (Ipv4Address ipv4Address, std::vector<Ipv4Address>& vec);
/**
* \brief Print out the elements in the route vector
*/
void PrintVector (std::vector<Ipv4Address>& vec);
/**
* \brief Check if the two vectors contain duplicate or not
* \return true if contains duplicate
*/
bool IfDuplicates (std::vector<Ipv4Address>& vec, std::vector<Ipv4Address>& vec2);
/**
* \brief Check if the route already contains the node ip address
* \return true if it already exists
*/
bool CheckDuplicates (Ipv4Address ipv4Address, std::vector<Ipv4Address>& vec);
/*
* \brief Remove the duplicates from the route
* \return the route after route shorten
*/
void RemoveDuplicates (std::vector<Ipv4Address>& vec);
/**
* \brief Schedule the intermediate node route request broadcast
* \param the original packet
* \param rrepHeader The rrep header
* \param source address
* \param destination address
*/
void ScheduleReply (Ptr<Packet> &packet, std::vector<Ipv4Address> &nodeList, Ipv4Address &source, Ipv4Address &destination);
/**
* \brief Get the node id with Ipv4Address
* \return the id of the node
*/
uint32_t GetIDfromIP (Ipv4Address address);
/**
* \brief Get the node object with Ipv4Address
* \return the object of the node
*/
Ptr<Node> GetNodeWithAddress (Ipv4Address ipv4Address);
/**
* \brief Process method
*
* Called from DsrRouting::Receive.
* \param packet the packet
* \param dsrP the clean packet with payload
* \param ipv4Header the IPv4 header of packet received
* \param protocol the protocol number of the up layer
* \param isPromisc if the packet must be dropped
* \return the processed size
*/
virtual uint8_t Process (Ptr<Packet> packet, Ptr<Packet> dsrP, Ipv4Address ipv4Address, Ipv4Address source, Ipv4Header const& ipv4Header, uint8_t protocol, bool& isPromisc, Ipv4Address promiscSource) = 0;
protected:
/**
* \brief Drop trace callback.
*/
TracedCallback<Ptr<const Packet> > m_dropTrace;
/**
* \brief The broadcast IP address.
*/
Ipv4Address Broadcast;
/**
* \brief The route request table.
*/
Ptr<dsr::RreqTable> m_rreqTable;
/**
* \brief The route cache table.
*/
Ptr<dsr::RouteCache> m_routeCache;
/**
* \brief The ipv4 route.
*/
Ptr<Ipv4Route> m_ipv4Route;
/**
* \brief The ipv4.
*/
Ptr<Ipv4> m_ipv4;
/**
* \brief The vector of Ipv4 address.
*/
std::vector<Ipv4Address> m_ipv4Address;
/**
* \brief The vector of final Ipv4 address.
*/
std::vector<Ipv4Address> m_finalRoute;
/**
* \brief The active route timeout value.
*/
Time ActiveRouteTimeout;
/**
* The receive trace back, only triggered when final destination receive data packet
*/
TracedCallback <const DsrOptionSRHeader &> m_rxPacketTrace;
private:
Ptr<Node> m_node;
};
/**
* \class DsrOptionPad1
* \brief Dsr Option Pad1
*/
class DsrOptionPad1 : public DsrOptions
{
public:
/**
* \brief Pad1 option number.
*/
static const uint8_t OPT_NUMBER = 224;
/**
* \brief Get the type identificator.
* \return type identificator
*/
static TypeId GetTypeId ();
/**
* \brief Constructor.
*/
DsrOptionPad1 ();
/**
* \brief Destructor.
*/
virtual ~DsrOptionPad1 ();
/**
* \brief Get the option number.
* \return option number
*/
virtual uint8_t GetOptionNumber () const;
/**
* \brief Process method
*
* Called from DsrRouting::Receive.
* \param packet the packet
* \param dsrP the clean packet with payload
* \param ipv4Header the IPv4 header of packet received
* \param protocol the protocol number of the up layer
* \param isPromisc if the packet must be dropped
* \return the processed size
*/
virtual uint8_t Process (Ptr<Packet> packet, Ptr<Packet> dsrP, Ipv4Address ipv4Address, Ipv4Address source, Ipv4Header const& ipv4Header, uint8_t protocol, bool& isPromisc, Ipv4Address promiscSource);
};
/**
* \class DsrOptionPadn
* \brief IPv4 Option Padn
*/
class DsrOptionPadn : public DsrOptions
{
public:
/**
* \brief PadN option number.
*/
static const uint8_t OPT_NUMBER = 0;
/**
* \brief Get the type identificator.
* \return type identificator
*/
static TypeId GetTypeId ();
/**
* \brief Constructor.
*/
DsrOptionPadn ();
/**
* \brief Destructor.
*/
virtual ~DsrOptionPadn ();
/**
* \brief Get the option number.
* \return option number
*/
virtual uint8_t GetOptionNumber () const;
/**
* \brief Process method
*
* Called from DsrRouting::Receive.
* \param packet the packet
* \param dsrP the clean packet with payload
* \param ipv4Header the IPv4 header of packet received
* \param protocol the protocol number of the up layer
* \param isPromisc if the packet must be dropped
* \return the processed size
*/
virtual uint8_t Process (Ptr<Packet> packet, Ptr<Packet> dsrP, Ipv4Address ipv4Address, Ipv4Address source, Ipv4Header const& ipv4Header, uint8_t protocol, bool& isPromisc, Ipv4Address promiscSource);
};
/**
* \class DsrOptionRreq
* \brief Dsr Option Rreq
*/
class DsrOptionRreq : public DsrOptions
{
public:
/**
* \brief Rreq option number.
*/
static const uint8_t OPT_NUMBER = 1;
/**
* \brief Get the type identificator.
* \return type identificator
*/
static TypeId GetTypeId ();
/**
* \brief Get the instance type ID.
* \return instance type ID
*/
virtual TypeId GetInstanceTypeId () const;
/**
* \brief Constructor.
*/
DsrOptionRreq ();
/**
* \brief Destructor.
*/
virtual ~DsrOptionRreq ();
/**
* \brief Get the option number.
* \return option number
*/
virtual uint8_t GetOptionNumber () const;
/**
* \brief Process method
*
* Called from DsrRouting::Receive.
* \param packet the packet
* \param dsrP the clean packet with payload
* \param ipv4Header the IPv4 header of packet received
* \param protocol the protocol number of the up layer
* \param isPromisc if the packet must be dropped
* \return the processed size
*/
virtual uint8_t Process (Ptr<Packet> packet, Ptr<Packet> dsrP, Ipv4Address ipv4Address, Ipv4Address source, Ipv4Header const& ipv4Header, uint8_t protocol, bool& isPromisc, Ipv4Address promiscSource);
private:
/**
* \brief The route cache.
*/
Ptr<dsr::RouteCache> m_routeCache;
/**
* \brief The ipv4.
*/
Ptr<Ipv4> m_ipv4;
};
/**
* \class DsrOptionRrep
* \brief Dsr Option Route Reply
*/
class DsrOptionRrep : public DsrOptions
{
public:
/**
* \brief Router alert option number.
*/
static const uint8_t OPT_NUMBER = 2;
/**
* \brief Get the type identificator.
* \return type identificator
*/
static TypeId GetTypeId ();
/**
* \brief Get the instance type ID.
* \return instance type ID
*/
virtual TypeId GetInstanceTypeId () const;
/**
* \brief Constructor.
*/
DsrOptionRrep ();
/**
* \brief Destructor.
*/
virtual ~DsrOptionRrep ();
/**
* \brief Get the option number.
* \return option number
*/
virtual uint8_t GetOptionNumber () const;
/**
* \brief Process method
*
* Called from DsrRouting::Receive.
* \param packet the packet
* \param dsrP the clean packet with payload
* \param ipv4Header the IPv4 header of packet received
* \param protocol the protocol number of the up layer
* \param isPromisc if the packet must be dropped
* \return the processed size
*/
virtual uint8_t Process (Ptr<Packet> packet, Ptr<Packet> dsrP, Ipv4Address ipv4Address, Ipv4Address source, Ipv4Header const& ipv4Header, uint8_t protocol, bool& isPromisc, Ipv4Address promiscSource);
private:
/**
* \brief The route cache.
*/
Ptr<dsr::RouteCache> m_routeCache;
/**
* \brief The length of the packet.
*/
uint32_t m_length;
/**
* \brief The ip layer 3.
*/
Ptr<Ipv4> m_ipv4;
};
/**
* \class DsrOptionSR
* \brief Dsr Option Source Route
*/
class DsrOptionSR : public DsrOptions
{
public:
/**
* \brief Source Route option number.
*/
static const uint8_t OPT_NUMBER = 96;
/**
* \brief Get the type identificator.
* \return type identificator
*/
static TypeId GetTypeId ();
/**
* \brief Get the instance type ID.
* \return instance type ID
*/
virtual TypeId GetInstanceTypeId () const;
/**
* \brief Constructor.
*/
DsrOptionSR ();
/**
* \brief Destructor.
*/
virtual ~DsrOptionSR ();
/**
* \brief Get the option number.
* \return option number
*/
virtual uint8_t GetOptionNumber () const;
/**
* \brief Process method
*
* Called from DsrRouting::Receive.
* \param packet the packet
* \param dsrP the clean packet with payload
* \param ipv4Header the IPv4 header of packet received
* \param protocol the protocol number of the up layer
* \param isPromisc if the packet must be dropped
* \return the processed size
*/
virtual uint8_t Process (Ptr<Packet> packet, Ptr<Packet> dsrP, Ipv4Address ipv4Address, Ipv4Address source, Ipv4Header const& ipv4Header, uint8_t protocol, bool& isPromisc, Ipv4Address promiscSource);
private:
/**
* \brief The length of the packet.
*/
uint32_t m_length;
/**
* \brief The ip layer 3.
*/
Ptr<Ipv4> m_ipv4;
};
/**
* \class DsrOptionRerr
* \brief Dsr Option Route Error
*/
class DsrOptionRerr : public DsrOptions
{
public:
/**
* \brief Dsr Route Error option number.
*/
static const uint8_t OPT_NUMBER = 3;
/**
* \brief Get the type identificator.
* \return type identificator
*/
static TypeId GetTypeId ();
/**
* \brief Get the instance type ID.
* \return instance type ID
*/
virtual TypeId GetInstanceTypeId () const;
/**
* \brief Constructor.
*/
DsrOptionRerr ();
/**
* \brief Destructor.
*/
virtual ~DsrOptionRerr ();
/**
* \brief Get the option number.
* \return option number
*/
virtual uint8_t GetOptionNumber () const;
/**
* \brief Process method
*
* Called from DsrRouting::Receive.
* \param packet the packet
* \param dsrP the clean packet with payload
* \param ipv4Header the IPv4 header of packet received
* \param protocol the protocol number of the up layer
* \param isPromisc if the packet must be dropped
* \return the processed size
*/
virtual uint8_t Process (Ptr<Packet> packet, Ptr<Packet> dsrP, Ipv4Address ipv4Address, Ipv4Address source, Ipv4Header const& ipv4Header, uint8_t protocol, bool& isPromisc, Ipv4Address promiscSource);
/**
* \brief Do Send error message
*
* \param p the packet
* \param rerr the DsrOptionRerrUnreachHeader header
* \param rerrSize the route error header size
* \param ipv4Address ipv4 address of our own
* \param protocol the protocol number of the up layer
* \return the processed size
*/
uint8_t DoSendError (Ptr<Packet> p, DsrOptionRerrUnreachHeader &rerr, uint32_t rerrSize, Ipv4Address ipv4Address, uint8_t protocol);
private:
/**
* \brief The route cache.
*/
Ptr<dsr::RouteCache> m_routeCache;
/**
* \brief The length of the packet.
*/
uint32_t m_length;
/**
* \brief The ipv4 layer 3.
*/
Ptr<Ipv4> m_ipv4;
};
/**
* \class DsrOptionAckReq
* \brief Dsr Option
*/
class DsrOptionAckReq : public DsrOptions
{
public:
/**
* \brief Dsr ack request option number.
*/
static const uint8_t OPT_NUMBER = 160;
/**
* \brief Get the type identificator.
* \return type identificator
*/
static TypeId GetTypeId ();
/**
* \brief Get the instance type ID.
* \return instance type ID
*/
virtual TypeId GetInstanceTypeId () const;
/**
* \brief Constructor.
*/
DsrOptionAckReq ();
/**
* \brief Destructor.
*/
virtual ~DsrOptionAckReq ();
/**
* \brief Get the option number.
* \return option number
*/
virtual uint8_t GetOptionNumber () const;
/**
* \brief Process method
*
* Called from DsrRouting::Receive.
* \param packet the packet
* \param dsrP the clean packet with payload
* \param ipv4Header the IPv4 header of packet received
* \param protocol the protocol number of the up layer
* \param isPromisc if the packet must be dropped
* \return the processed size
*/
virtual uint8_t Process (Ptr<Packet> packet, Ptr<Packet> dsrP, Ipv4Address ipv4Address, Ipv4Address source, Ipv4Header const& ipv4Header, uint8_t protocol, bool& isPromisc, Ipv4Address promiscSource);
private:
/**
* \brief The route cache.
*/
Ptr<dsr::RouteCache> m_routeCache;
/**
* \brief The length of the packet.
*/
uint32_t m_length;
/**
* \brief The ipv4 layer 3.
*/
Ptr<Ipv4> m_ipv4;
};
/**
* \class DsrOptionAck
* \brief Dsr Option Ack
*/
class DsrOptionAck : public DsrOptions
{
public:
/**
* \brief The Dsr Ack option number.
*/
static const uint8_t OPT_NUMBER = 32;
/**
* \brief Get the type identificator.
* \return type identificator
*/
static TypeId GetTypeId ();
/**
* \brief Get the instance type ID.
* \return instance type ID
*/
virtual TypeId GetInstanceTypeId () const;
/**
* \brief Constructor.
*/
DsrOptionAck ();
/**
* \brief Destructor.
*/
virtual ~DsrOptionAck ();
/**
* \brief Get the option number.
* \return option number
*/
virtual uint8_t GetOptionNumber () const;
/**
* \brief Process method
*
* Called from DsrRouting::Receive.
* \param packet the packet
* \param dsrP the clean packet with payload
* \param ipv4Header the IPv4 header of packet received
* \param protocol the protocol number of the up layer
* \param isPromisc if the packet must be dropped
* \return the processed size
*/
virtual uint8_t Process (Ptr<Packet> packet, Ptr<Packet> dsrP, Ipv4Address ipv4Address, Ipv4Address source, Ipv4Header const& ipv4Header, uint8_t protocol, bool& isPromisc, Ipv4Address promiscSource);
private:
/**
* \brief The route cache.
*/
Ptr<dsr::RouteCache> m_routeCache;
/**
* \brief The length of the packet.
*/
uint32_t m_length;
/**
* \brief The ipv4 layer 3.
*/
Ptr<Ipv4> m_ipv4;
};
} // namespace dsr
} // Namespace ns3
#endif
|