===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ns2-2.35+dfsg/allinone/install-230-                        echo "The original tcl${TCLVER}/generic/tcl.h is backed up as tcl${TCLVER}/generic/tcl.h.orig";
ns2-2.35+dfsg/allinone/install:231:                        sed -e 's/\#define _TCL/\#define _TCL\`\`\#ifdef __CYGWIN__\`\#define HAVE_TM_ZONE 1\`\#endif \/\* __CYGWIN__ \*\//g' ./tcl${TCLVER}/generic/tcl.h.orig | tr '\`' '\n' > ./tcl${TCLVER}/generic/tcl.h;
ns2-2.35+dfsg/allinone/install-232-			cp ./tk${TCLVER}/generic/default.h ./tk${TCLVER}/generic/default.h.orig;
##############################################
ns2-2.35+dfsg/aodv/aodv.cc-69-          //return (new AODV((nsaddr_t) atoi(argv[4])));
ns2-2.35+dfsg/aodv/aodv.cc:70:	  return (new AODV((nsaddr_t) Address::instance().str2addr(argv[4])));
ns2-2.35+dfsg/aodv/aodv.cc-71-        }
##############################################
ns2-2.35+dfsg/aodv/aodv.cc-194-
ns2-2.35+dfsg/aodv/aodv.cc:195:    rt = agent->rtable.rt_lookup(ih->daddr());
ns2-2.35+dfsg/aodv/aodv.cc-196-	
##############################################
ns2-2.35+dfsg/aodv/aodv.cc-308-  if(! DATA_PACKET(ch->ptype()) ||
ns2-2.35+dfsg/aodv/aodv.cc:309:     (u_int32_t) ih->daddr() == IP_BROADCAST) {
ns2-2.35+dfsg/aodv/aodv.cc-310-    drop(p, DROP_RTR_MAC_CALLBACK);
##############################################
ns2-2.35+dfsg/aodv/aodv.cc-313-  log_link_broke(p);
ns2-2.35+dfsg/aodv/aodv.cc:314:	if((rt = rtable.rt_lookup(ih->daddr())) == 0) {
ns2-2.35+dfsg/aodv/aodv.cc-315-    drop(p, DROP_RTR_MAC_CALLBACK);
##############################################
ns2-2.35+dfsg/aodv/aodv.cc-447- ch->xmit_failure_data_ = (void*) this;
ns2-2.35+dfsg/aodv/aodv.cc:448:	rt = rtable.rt_lookup(ih->daddr());
ns2-2.35+dfsg/aodv/aodv.cc-449- if(rt == 0) {
ns2-2.35+dfsg/aodv/aodv.cc:450:	  rt = rtable.rt_add(ih->daddr());
ns2-2.35+dfsg/aodv/aodv.cc-451- }
##############################################
ns2-2.35+dfsg/aodv/aodv.cc-463-  */
ns2-2.35+dfsg/aodv/aodv.cc:464:	else if(ih->saddr() == index) {
ns2-2.35+dfsg/aodv/aodv.cc-465-   rqueue.enque(p);
##############################################
ns2-2.35+dfsg/aodv/aodv.cc-574-  */
ns2-2.35+dfsg/aodv/aodv.cc:575:if((ih->saddr() == index) && (ch->num_forwards() == 0)) {
ns2-2.35+dfsg/aodv/aodv.cc-576- /*
##############################################
ns2-2.35+dfsg/aodv/aodv.cc-584-   // Added by Parag Dadhania && John Novatnack to handle broadcasting
ns2-2.35+dfsg/aodv/aodv.cc:585:  if ( (u_int32_t)ih->daddr() != IP_BROADCAST) {
ns2-2.35+dfsg/aodv/aodv.cc-586-    ih->ttl_ = NETWORK_DIAMETER;
##############################################
ns2-2.35+dfsg/aodv/aodv.cc-592-  */
ns2-2.35+dfsg/aodv/aodv.cc:593:else if(ih->saddr() == index) {
ns2-2.35+dfsg/aodv/aodv.cc-594-   drop(p, DROP_RTR_ROUTE_LOOP);
##############################################
ns2-2.35+dfsg/aodv/aodv.cc-609-// Added by Parag Dadhania && John Novatnack to handle broadcasting
ns2-2.35+dfsg/aodv/aodv.cc:610: if ( (u_int32_t)ih->daddr() != IP_BROADCAST)
ns2-2.35+dfsg/aodv/aodv.cc-611-   rt_resolve(p);
##############################################
ns2-2.35+dfsg/aodv/aodv.cc-709-   // same seq no., update the rt entry. Else don't bother.
ns2-2.35+dfsg/aodv/aodv.cc:710:rt_update(rt0, rq->rq_src_seqno, rq->rq_hop_count, ih->saddr(),
ns2-2.35+dfsg/aodv/aodv.cc-711-     	       max(rt0->rt_expire, (CURRENT_TIME + REV_ROUTE_LIFE)) );
##############################################
ns2-2.35+dfsg/aodv/aodv.cc-811- else {
ns2-2.35+dfsg/aodv/aodv.cc:812:   ih->saddr() = index;
ns2-2.35+dfsg/aodv/aodv.cc:813:   ih->daddr() = IP_BROADCAST;
ns2-2.35+dfsg/aodv/aodv.cc-814-   rq->rq_hop_count += 1;
##############################################
ns2-2.35+dfsg/aodv/aodv.cc-872-  
ns2-2.35+dfsg/aodv/aodv.cc:873:if (ih->daddr() == index) { // If I am the original source
ns2-2.35+dfsg/aodv/aodv.cc-874-  // Update the route discovery latency statistics
##############################################
ns2-2.35+dfsg/aodv/aodv.cc-906-
ns2-2.35+dfsg/aodv/aodv.cc:907:if(ih->daddr() == index || suppress_reply) {
ns2-2.35+dfsg/aodv/aodv.cc-908-   Packet::free(p);
##############################################
ns2-2.35+dfsg/aodv/aodv.cc-914- // Find the rt entry
ns2-2.35+dfsg/aodv/aodv.cc:915:aodv_rt_entry *rt0 = rtable.rt_lookup(ih->daddr());
ns2-2.35+dfsg/aodv/aodv.cc-916-   // If the rt is up, forward
##############################################
ns2-2.35+dfsg/aodv/aodv.cc-952-   if ( rt && (rt->rt_hops != INFINITY2) &&
ns2-2.35+dfsg/aodv/aodv.cc:953:	(rt->rt_nexthop == ih->saddr()) &&
ns2-2.35+dfsg/aodv/aodv.cc-954-     	(rt->rt_seqno <= re->unreachable_dst_seqno[i]) ) {
##############################################
ns2-2.35+dfsg/aodv/aodv.cc-960-		     re->unreachable_dst[i],re->unreachable_dst_seqno[i],
ns2-2.35+dfsg/aodv/aodv.cc:961:	             ih->saddr());
ns2-2.35+dfsg/aodv/aodv.cc-962-#endif // DEBUG
##############################################
ns2-2.35+dfsg/aodv/aodv.cc-967-   Packet *pkt;
ns2-2.35+dfsg/aodv/aodv.cc:968:	while((pkt = ifqueue->filter(ih->saddr()))) {
ns2-2.35+dfsg/aodv/aodv.cc-969-        	drop(pkt, DROP_RTR_MAC_CALLBACK);
##############################################
ns2-2.35+dfsg/aodv/aodv.cc-1015- if ((( ch->ptype() != PT_AODV && ch->direction() == hdr_cmn::UP ) &&
ns2-2.35+dfsg/aodv/aodv.cc:1016:	((u_int32_t)ih->daddr() == IP_BROADCAST))
ns2-2.35+dfsg/aodv/aodv.cc:1017:		|| (ih->daddr() == here_.addr_)) {
ns2-2.35+dfsg/aodv/aodv.cc-1018-	dmux_->recv(p,0);
##############################################
ns2-2.35+dfsg/aodv/aodv.cc-1030-   // assert(ch->ptype() == PT_AODV); // maybe a diff pkt type like gaf
ns2-2.35+dfsg/aodv/aodv.cc:1031:   assert(ih->daddr() == (nsaddr_t) IP_BROADCAST);
ns2-2.35+dfsg/aodv/aodv.cc-1032-   ch->addr_type() = NS_AF_NONE;
##############################################
ns2-2.35+dfsg/aodv/aodv.cc-1035-
ns2-2.35+dfsg/aodv/aodv.cc:1036:if (ih->daddr() == (nsaddr_t) IP_BROADCAST) {
ns2-2.35+dfsg/aodv/aodv.cc-1037- // If it is a broadcast packet
##############################################
ns2-2.35+dfsg/aodv/aodv.cc-1163-
ns2-2.35+dfsg/aodv/aodv.cc:1164: ih->saddr() = index;
ns2-2.35+dfsg/aodv/aodv.cc:1165: ih->daddr() = IP_BROADCAST;
ns2-2.35+dfsg/aodv/aodv.cc-1166- ih->sport() = RT_PORT;
##############################################
ns2-2.35+dfsg/aodv/aodv.cc-1217-
ns2-2.35+dfsg/aodv/aodv.cc:1218: ih->saddr() = index;
ns2-2.35+dfsg/aodv/aodv.cc:1219: ih->daddr() = ipdst;
ns2-2.35+dfsg/aodv/aodv.cc-1220- ih->sport() = RT_PORT;
##############################################
ns2-2.35+dfsg/aodv/aodv.cc-1251-
ns2-2.35+dfsg/aodv/aodv.cc:1252: ih->saddr() = index;
ns2-2.35+dfsg/aodv/aodv.cc:1253: ih->daddr() = IP_BROADCAST;
ns2-2.35+dfsg/aodv/aodv.cc-1254- ih->sport() = RT_PORT;
##############################################
ns2-2.35+dfsg/aodv/aodv.cc-1296-
ns2-2.35+dfsg/aodv/aodv.cc:1297: ih->saddr() = index;
ns2-2.35+dfsg/aodv/aodv.cc:1298: ih->daddr() = IP_BROADCAST;
ns2-2.35+dfsg/aodv/aodv.cc-1299- ih->sport() = RT_PORT;
##############################################
ns2-2.35+dfsg/aodv/aodv_rqueue.cc-181-	  //		if(HDR_IP(p)->dst() == dst) {
ns2-2.35+dfsg/aodv/aodv_rqueue.cc:182:	       if(HDR_IP(p)->daddr() == dst) {
ns2-2.35+dfsg/aodv/aodv_rqueue.cc-183-      return;
##############################################
ns2-2.35+dfsg/aomdv/aomdv.cc-127-		//return (new AODV((nsaddr_t) atoi(argv[4])));
ns2-2.35+dfsg/aomdv/aomdv.cc:128:		return (new AOMDV((nsaddr_t) Address::instance().str2addr(argv[4])));
ns2-2.35+dfsg/aomdv/aomdv.cc-129-	}
##############################################
ns2-2.35+dfsg/aomdv/aomdv.cc-269-	
ns2-2.35+dfsg/aomdv/aomdv.cc:270:	rt = agent->rtable.rt_lookup(ih->daddr());
ns2-2.35+dfsg/aomdv/aomdv.cc-271-	
##############################################
ns2-2.35+dfsg/aomdv/aomdv.cc-399-	if(! DATA_PACKET(ch->ptype()) ||
ns2-2.35+dfsg/aomdv/aomdv.cc:400:		(u_int32_t) ih->daddr() == IP_BROADCAST) {
ns2-2.35+dfsg/aomdv/aomdv.cc-401-		drop(p, DROP_RTR_MAC_CALLBACK);
##############################################
ns2-2.35+dfsg/aomdv/aomdv.cc-404-	log_link_broke(p);
ns2-2.35+dfsg/aomdv/aomdv.cc:405:	if((rt = rtable.rt_lookup(ih->daddr())) == 0) {
ns2-2.35+dfsg/aomdv/aomdv.cc-406-		drop(p, DROP_RTR_MAC_CALLBACK);
##############################################
ns2-2.35+dfsg/aomdv/aomdv.cc-433-			// salvage the packet using an alternate path if available.
ns2-2.35+dfsg/aomdv/aomdv.cc:434:			aomdv_rt_entry *rt = rtable.rt_lookup(ih->daddr());
ns2-2.35+dfsg/aomdv/aomdv.cc-435-			if ( rt && (rt->rt_flags == RTF_UP) && (ch->aomdv_salvage_count_ < AOMDV_MAX_SALVAGE_COUNT) ) {
##############################################
ns2-2.35+dfsg/aomdv/aomdv.cc-447-				// salvage the packet using an alternate path if available.
ns2-2.35+dfsg/aomdv/aomdv.cc:448:				aomdv_rt_entry *rt = rtable.rt_lookup(ih->daddr());
ns2-2.35+dfsg/aomdv/aomdv.cc-449-				if ( rt && (rt->rt_flags == RTF_UP) && (ch->aomdv_salvage_count_ < AOMDV_MAX_SALVAGE_COUNT) ) {
##############################################
ns2-2.35+dfsg/aomdv/aomdv.cc-578-	ch->xmit_failure_data_ = (void*) this;
ns2-2.35+dfsg/aomdv/aomdv.cc:579:   rt = rtable.rt_lookup(ih->daddr());
ns2-2.35+dfsg/aomdv/aomdv.cc-580-	if(rt == 0) {
ns2-2.35+dfsg/aomdv/aomdv.cc:581:		rt = rtable.rt_add(ih->daddr());
ns2-2.35+dfsg/aomdv/aomdv.cc-582-	}
##############################################
ns2-2.35+dfsg/aomdv/aomdv.cc-594-	 */
ns2-2.35+dfsg/aomdv/aomdv.cc:595:   else if(ih->saddr() == index) {
ns2-2.35+dfsg/aomdv/aomdv.cc-596-		rqueue.enque(p);
##############################################
ns2-2.35+dfsg/aomdv/aomdv.cc-705-	 */
ns2-2.35+dfsg/aomdv/aomdv.cc:706:	if((ih->saddr() == index) && (ch->num_forwards() == 0)) {
ns2-2.35+dfsg/aomdv/aomdv.cc-707-		/*
##############################################
ns2-2.35+dfsg/aomdv/aomdv.cc-713-		// Added by Parag Dadhania && John Novatnack to handle broadcasting
ns2-2.35+dfsg/aomdv/aomdv.cc:714:		if ( (u_int32_t)ih->daddr() != IP_BROADCAST)
ns2-2.35+dfsg/aomdv/aomdv.cc-715-			ih->ttl_ = NETWORK_DIAMETER;
##############################################
ns2-2.35+dfsg/aomdv/aomdv.cc-720-	 */
ns2-2.35+dfsg/aomdv/aomdv.cc:721:	else if(ih->saddr() == index) {
ns2-2.35+dfsg/aomdv/aomdv.cc-722-		drop(p, DROP_RTR_ROUTE_LOOP);
##############################################
ns2-2.35+dfsg/aomdv/aomdv.cc-737-	// Added by Parag Dadhania && John Novatnack to handle broadcasting
ns2-2.35+dfsg/aomdv/aomdv.cc:738:	if ( (u_int32_t)ih->daddr() != IP_BROADCAST)
ns2-2.35+dfsg/aomdv/aomdv.cc-739-		rt_resolve(p);
##############################################
ns2-2.35+dfsg/aomdv/aomdv.cc-843-			(src addr, hop count + 1, lifetime, last hop (first hop for RREQ)) */
ns2-2.35+dfsg/aomdv/aomdv.cc:844:		reverse_path = rt0->path_insert(ih->saddr(), rq->rq_hop_count+1, CURRENT_TIME + REV_ROUTE_LIFE, rq->rq_first_hop);
ns2-2.35+dfsg/aomdv/aomdv.cc-845-		// CHANGE
##############################################
ns2-2.35+dfsg/aomdv/aomdv.cc-860-		 */
ns2-2.35+dfsg/aomdv/aomdv.cc:861:		if ((reverse_path = rt0->disjoint_path_lookup(ih->saddr(), rq->rq_first_hop))) {
ns2-2.35+dfsg/aomdv/aomdv.cc-862-			assert(reverse_path->hopcount == (rq->rq_hop_count+1));
##############################################
ns2-2.35+dfsg/aomdv/aomdv.cc-870-		 */
ns2-2.35+dfsg/aomdv/aomdv.cc:871:		else if (rt0->new_disjoint_path(ih->saddr(), rq->rq_first_hop)) {
ns2-2.35+dfsg/aomdv/aomdv.cc-872-			/* Only insert new path if not too many paths exists for this destination 
##############################################
ns2-2.35+dfsg/aomdv/aomdv.cc-877-				/* Insert new (disjoint) reverse path */
ns2-2.35+dfsg/aomdv/aomdv.cc:878:				reverse_path = rt0->path_insert(ih->saddr(), rq->rq_hop_count+1, CURRENT_TIME + REV_ROUTE_LIFE, rq->rq_first_hop);
ns2-2.35+dfsg/aomdv/aomdv.cc-879-				// CHANGE
##############################################
ns2-2.35+dfsg/aomdv/aomdv.cc-947-					 rq->rq_timestamp,        // timestamp
ns2-2.35+dfsg/aomdv/aomdv.cc:948:					 ih->saddr(),             // nexthop
ns2-2.35+dfsg/aomdv/aomdv.cc-949-					 rq->rq_bcast_id,         // broadcast id to identify this route discovery
ns2-2.35+dfsg/aomdv/aomdv.cc:950:					 ih->saddr());         
ns2-2.35+dfsg/aomdv/aomdv.cc-951-		
##############################################
ns2-2.35+dfsg/aomdv/aomdv.cc-979-							 rq->rq_timestamp,
ns2-2.35+dfsg/aomdv/aomdv.cc:980:							 ih->saddr(), 
ns2-2.35+dfsg/aomdv/aomdv.cc-981-							 rq->rq_bcast_id,
##############################################
ns2-2.35+dfsg/aomdv/aomdv.cc-1018-							 rq->rq_timestamp,
ns2-2.35+dfsg/aomdv/aomdv.cc:1019:							 ih->saddr(), 
ns2-2.35+dfsg/aomdv/aomdv.cc-1020-							 rq->rq_bcast_id,
##############################################
ns2-2.35+dfsg/aomdv/aomdv.cc-1036-		else {
ns2-2.35+dfsg/aomdv/aomdv.cc:1037:			ih->saddr() = index;
ns2-2.35+dfsg/aomdv/aomdv.cc-1038-			
##############################################
ns2-2.35+dfsg/aomdv/aomdv.cc-1150-		
ns2-2.35+dfsg/aomdv/aomdv.cc:1151:      if (ih->daddr() == index) {
ns2-2.35+dfsg/aomdv/aomdv.cc-1152-			// I am the RREP destination
##############################################
ns2-2.35+dfsg/aomdv/aomdv.cc-1177-      to be done - so drop packet. */
ns2-2.35+dfsg/aomdv/aomdv.cc:1178:   if (ih->daddr() == index) {
ns2-2.35+dfsg/aomdv/aomdv.cc-1179-      Packet::free(p);
##############################################
ns2-2.35+dfsg/aomdv/aomdv.cc-1183-      table for a path to the RREP dest (i.e. the RREQ source). */ 
ns2-2.35+dfsg/aomdv/aomdv.cc:1184:   rt0 = rtable.rt_lookup(ih->daddr());
ns2-2.35+dfsg/aomdv/aomdv.cc:1185:   b = id_get(ih->daddr(), rp->rp_bcast_id); // Check for <RREQ src IP, bcast ID> tuple
ns2-2.35+dfsg/aomdv/aomdv.cc-1186-	
##############################################
ns2-2.35+dfsg/aomdv/aomdv.cc-1298-		if ( rt && (rt->rt_flags == RTF_UP) &&
ns2-2.35+dfsg/aomdv/aomdv.cc:1299:			  (path = rt->path_lookup(ih->saddr())) &&
ns2-2.35+dfsg/aomdv/aomdv.cc-1300-			  (rt->rt_seqno <= re->unreachable_dst_seqno[i]) ) {
##############################################
ns2-2.35+dfsg/aomdv/aomdv.cc-1309-			
ns2-2.35+dfsg/aomdv/aomdv.cc:1310:			rt->path_delete(ih->saddr());
ns2-2.35+dfsg/aomdv/aomdv.cc-1311-			rt->rt_highest_seqno_heard = max(rt->rt_highest_seqno_heard, re->unreachable_dst_seqno[i]);
##############################################
ns2-2.35+dfsg/aomdv/aomdv.cc-1362-	if ((( ch->ptype() != PT_AOMDV && ch->direction() == hdr_cmn::UP ) &&
ns2-2.35+dfsg/aomdv/aomdv.cc:1363:		 ((u_int32_t)ih->daddr() == IP_BROADCAST))
ns2-2.35+dfsg/aomdv/aomdv.cc:1364:		 || (ih->daddr() == here_.addr_)) {
ns2-2.35+dfsg/aomdv/aomdv.cc-1365-		dmux_->recv(p,0);
##############################################
ns2-2.35+dfsg/aomdv/aomdv.cc-1376-		// CHANGE
ns2-2.35+dfsg/aomdv/aomdv.cc:1377:		if ((ih->saddr() != index) && DATA_PACKET(ch->ptype())) {
ns2-2.35+dfsg/aomdv/aomdv.cc-1378-			rt->rt_error = true;
##############################################
ns2-2.35+dfsg/aomdv/aomdv.cc-1384-			 // assert(ch->ptype() == PT_AODV); // maybe a diff pkt type like gaf
ns2-2.35+dfsg/aomdv/aomdv.cc:1385:		assert(ih->daddr() == (nsaddr_t) IP_BROADCAST);
ns2-2.35+dfsg/aomdv/aomdv.cc-1386-		ch->addr_type() = NS_AF_NONE;
##############################################
ns2-2.35+dfsg/aomdv/aomdv.cc-1389-	
ns2-2.35+dfsg/aomdv/aomdv.cc:1390:	if (ih->daddr() == (nsaddr_t) IP_BROADCAST) {
ns2-2.35+dfsg/aomdv/aomdv.cc-1391-		// If it is a broadcast packet
##############################################
ns2-2.35+dfsg/aomdv/aomdv.cc-1512-	
ns2-2.35+dfsg/aomdv/aomdv.cc:1513:	ih->saddr() = index;
ns2-2.35+dfsg/aomdv/aomdv.cc:1514:	ih->daddr() = IP_BROADCAST;
ns2-2.35+dfsg/aomdv/aomdv.cc-1515-	ih->sport() = RT_PORT;
##############################################
ns2-2.35+dfsg/aomdv/aomdv.cc-1572-	
ns2-2.35+dfsg/aomdv/aomdv.cc:1573:	ih->saddr() = index;
ns2-2.35+dfsg/aomdv/aomdv.cc:1574:	ih->daddr() = ipdst;
ns2-2.35+dfsg/aomdv/aomdv.cc-1575-	ih->sport() = RT_PORT;
##############################################
ns2-2.35+dfsg/aomdv/aomdv.cc-1609-	
ns2-2.35+dfsg/aomdv/aomdv.cc:1610:	ih->saddr() = index;
ns2-2.35+dfsg/aomdv/aomdv.cc:1611:	ih->daddr() = IP_BROADCAST;
ns2-2.35+dfsg/aomdv/aomdv.cc-1612-	ih->sport() = RT_PORT;
##############################################
ns2-2.35+dfsg/aomdv/aomdv.cc-1655-	
ns2-2.35+dfsg/aomdv/aomdv.cc:1656:	ih->saddr() = index;
ns2-2.35+dfsg/aomdv/aomdv.cc:1657:	ih->daddr() = IP_BROADCAST;
ns2-2.35+dfsg/aomdv/aomdv.cc-1658-	ih->sport() = RT_PORT;
##############################################
ns2-2.35+dfsg/aomdv/aomdv.cc-1683-	// Add a route to this neighbor
ns2-2.35+dfsg/aomdv/aomdv.cc:1684:	ih->daddr() = index;
ns2-2.35+dfsg/aomdv/aomdv.cc:1685:	rp->rp_src = ih->saddr();
ns2-2.35+dfsg/aomdv/aomdv.cc-1686-	rp->rp_first_hop = index;
##############################################
ns2-2.35+dfsg/aomdv/aomdv.cc-1754-			// salvage the packet using an alternate path if available.
ns2-2.35+dfsg/aomdv/aomdv.cc:1755:			aomdv_rt_entry *rt = rtable.rt_lookup(ih->daddr());
ns2-2.35+dfsg/aomdv/aomdv.cc-1756-			if ( rt && (rt->rt_flags == RTF_UP) && (ch->aomdv_salvage_count_ < AOMDV_MAX_SALVAGE_COUNT) ) {
##############################################
ns2-2.35+dfsg/aomdv/aomdv.cc-1824-		// CHANGE
ns2-2.35+dfsg/aomdv/aomdv.cc:1825:		if ((ih->saddr() != index) && DATA_PACKET(ch->ptype())) {
ns2-2.35+dfsg/aomdv/aomdv.cc-1826-			rt->rt_error = true;
##############################################
ns2-2.35+dfsg/aomdv/aomdv.cc-1832-			 // assert(ch->ptype() == PT_AODV); // maybe a diff pkt type like gaf
ns2-2.35+dfsg/aomdv/aomdv.cc:1833:		assert(ih->daddr() == (nsaddr_t) IP_BROADCAST);
ns2-2.35+dfsg/aomdv/aomdv.cc-1834-		ch->addr_type() = NS_AF_NONE;
##############################################
ns2-2.35+dfsg/aomdv/aomdv.cc-1837-	
ns2-2.35+dfsg/aomdv/aomdv.cc:1838:	if (ih->daddr() == (nsaddr_t) IP_BROADCAST) {
ns2-2.35+dfsg/aomdv/aomdv.cc-1839-		// If it is a broadcast packet
##############################################
ns2-2.35+dfsg/aomdv/aomdv_rqueue.cc-233-	  //		if(HDR_IP(p)->dst() == dst) {
ns2-2.35+dfsg/aomdv/aomdv_rqueue.cc:234:	       if(HDR_IP(p)->daddr() == dst) {
ns2-2.35+dfsg/aomdv/aomdv_rqueue.cc-235-      return;
##############################################
ns2-2.35+dfsg/apps/ping.cc-112-      
ns2-2.35+dfsg/apps/ping.cc:113:      iph->daddr() = IP_BROADCAST;
ns2-2.35+dfsg/apps/ping.cc-114-      iph->dport() = iph->sport();
##############################################
ns2-2.35+dfsg/apps/ping.cc-141-  // check if in brdcast mode
ns2-2.35+dfsg/apps/ping.cc:142:  if ((u_int32_t)hdrip->daddr() == IP_BROADCAST) {
ns2-2.35+dfsg/apps/ping.cc-143-    if (hdr->ret == 0) {
ns2-2.35+dfsg/apps/ping.cc-144-      
ns2-2.35+dfsg/apps/ping.cc:145:      printf("Recv BRDCAST Ping REQ : at %d.%d from %d.%d\n", here_.addr_, here_.port_, hdrip->saddr(), hdrip->sport());
ns2-2.35+dfsg/apps/ping.cc-146-      Packet::free(pkt);
##############################################
ns2-2.35+dfsg/apps/ping.cc-156-      // add brdcast address
ns2-2.35+dfsg/apps/ping.cc:157:      ipret->daddr() = IP_BROADCAST;
ns2-2.35+dfsg/apps/ping.cc-158-      ipret->dport() = ipret->sport();
##############################################
ns2-2.35+dfsg/apps/ping.cc-162-    } else {
ns2-2.35+dfsg/apps/ping.cc:163:      printf("Recv BRDCAST Ping REPLY : at %d.%d from %d.%d\n", here_.addr_, here_.port_, hdrip->saddr(), hdrip->sport());
ns2-2.35+dfsg/apps/ping.cc-164-      Packet::free(pkt);
##############################################
ns2-2.35+dfsg/apps/worm.cc-64-      agent_->attachApp(this);
ns2-2.35+dfsg/apps/worm.cc:65:      my_addr_ = agent_->addr();
ns2-2.35+dfsg/apps/worm.cc-66-      //printf("%d\n", my_addr_);
##############################################
ns2-2.35+dfsg/baytcp/tcp-full-bay.cc-834-		        now(),
ns2-2.35+dfsg/baytcp/tcp-full-bay.cc:835:			iph->saddr(), iph->sport(),
ns2-2.35+dfsg/baytcp/tcp-full-bay.cc:836:			iph->daddr(), iph->dport(),
ns2-2.35+dfsg/baytcp/tcp-full-bay.cc-837-		        name(), state_);
##############################################
ns2-2.35+dfsg/baytcp/tcp-full-bay.cc-843-			now(),
ns2-2.35+dfsg/baytcp/tcp-full-bay.cc:844:			iph->saddr(), iph->sport(),
ns2-2.35+dfsg/baytcp/tcp-full-bay.cc:845:			iph->daddr(), iph->dport(),
ns2-2.35+dfsg/baytcp/tcp-full-bay.cc-846-			name(), tcph->seqno());
##############################################
ns2-2.35+dfsg/baytcp/tcp-full-bay.cc-1036-		        		now(),
ns2-2.35+dfsg/baytcp/tcp-full-bay.cc:1037:					iph->saddr(), iph->sport(),
ns2-2.35+dfsg/baytcp/tcp-full-bay.cc:1038:					iph->daddr(), iph->dport(),
ns2-2.35+dfsg/baytcp/tcp-full-bay.cc-1039-		        		name(), state_);
##############################################
ns2-2.35+dfsg/bin/check-diff.pl-53-	$buf = convert_line_left($_);
ns2-2.35+dfsg/bin/check-diff.pl:54:	$ret = `egrep -e '$buf' $file2`;
ns2-2.35+dfsg/bin/check-diff.pl-55-	if ($? >> 8) {
##############################################
ns2-2.35+dfsg/bin/check-diff.pl-63-	$buf = convert_line_right($_);
ns2-2.35+dfsg/bin/check-diff.pl:64:	$ret = `egrep -e '$buf' $file1`;
ns2-2.35+dfsg/bin/check-diff.pl-65-	if ($? >> 8) {
##############################################
ns2-2.35+dfsg/bin/ktest-all-41-#
ns2-2.35+dfsg/bin/ktest-all:42:PROG=`basename $0`
ns2-2.35+dfsg/bin/ktest-all-43-
##############################################
ns2-2.35+dfsg/bin/ktest-all-83-    then
ns2-2.35+dfsg/bin/ktest-all:84:	file=`perl -ane '$F[2] =~ s/test_// ; $F[2] =~ s/_/-/g; print $F[2]; exit' out.tr`
ns2-2.35+dfsg/bin/ktest-all-85-#	if echo $file | grep : >/dev/null ; then
ns2-2.35+dfsg/bin/ktest-all:86:#	    file=`echo $file | sed 's/^[a-zA-Z0-9_]*:\(.*\)/'$1':\1/'`
ns2-2.35+dfsg/bin/ktest-all-87-#	fi
##############################################
ns2-2.35+dfsg/bin/ktest-all-104-		DIFFCMD="diff test-output-raw/$file.test test-output-raw/$file"
ns2-2.35+dfsg/bin/ktest-all:105:		if [ `diff test-output-raw/$file all.tr | wc -l` -le 10 ]
ns2-2.35+dfsg/bin/ktest-all-106-		then
##############################################
ns2-2.35+dfsg/bin/rt-1-#! /bin/sh
ns2-2.35+dfsg/bin/rt:2:progname=`basename $0`
ns2-2.35+dfsg/bin/rt-3-
##############################################
ns2-2.35+dfsg/bin/rt-18-	else
ns2-2.35+dfsg/bin/rt:19:	    file=`perl -ane '$F[2] =~ s/test_// ; $F[2] =~ s/_/-/g; print $F[2]; exit' out.tr`
ns2-2.35+dfsg/bin/rt-20-	    raw2gp -a out.tr | gnuplot
##############################################
ns2-2.35+dfsg/bin/tcpf2xgr-34-fi
ns2-2.35+dfsg/bin/tcpf2xgr:35:PROGDIR=`dirname $PROGNAME`
ns2-2.35+dfsg/bin/tcpf2xgr-36-$TCLSH $PROGDIR/tcpfull-summarize.tcl $opts $1 $1
##############################################
ns2-2.35+dfsg/classifier/classifier-addr.cc-43-	hdr_ip* iph = hdr_ip::access(p);
ns2-2.35+dfsg/classifier/classifier-addr.cc:44:	return mshift(iph->daddr());
ns2-2.35+dfsg/classifier/classifier-addr.cc-45-}
##############################################
ns2-2.35+dfsg/classifier/classifier-bst.cc-113-
ns2-2.35+dfsg/classifier/classifier-bst.cc:114:	nsaddr_t src = ih->saddr(); /*XXX*/
ns2-2.35+dfsg/classifier/classifier-bst.cc:115:	nsaddr_t dst = ih->daddr();
ns2-2.35+dfsg/classifier/classifier-bst.cc-116-
##############################################
ns2-2.35+dfsg/classifier/classifier-bst.cc-158- 	hdr_ump* ump = hdr_ump::access(p);
ns2-2.35+dfsg/classifier/classifier-bst.cc:159:	nsaddr_t dst = ih->daddr();
ns2-2.35+dfsg/classifier/classifier-bst.cc-160-	Tcl& tcl = Tcl::instance();
##############################################
ns2-2.35+dfsg/classifier/classifier-bst.cc-167-
ns2-2.35+dfsg/classifier/classifier-bst.cc:168:	nsaddr_t src = ih->saddr(); /*XXX*/
ns2-2.35+dfsg/classifier/classifier-bst.cc-169-
##############################################
ns2-2.35+dfsg/classifier/classifier-hash.h-55-		hdr_ip* h = hdr_ip::access(p);
ns2-2.35+dfsg/classifier/classifier-hash.h:56:		return get_hash(mshift(h->saddr()), mshift(h->daddr()), 
ns2-2.35+dfsg/classifier/classifier-hash.h-57-				h->flowid());
##############################################
ns2-2.35+dfsg/classifier/classifier-hash.h-61-		Tcl::instance().evalf("%s unknown-flow %u %u %u",
ns2-2.35+dfsg/classifier/classifier-hash.h:62:				      name(), h->saddr(), h->daddr(),
ns2-2.35+dfsg/classifier/classifier-hash.h-63-				      h->flowid()); 
##############################################
ns2-2.35+dfsg/classifier/classifier-hash.h-93-		Tcl::instance().evalf("%s unknown-flow %u %u %u",
ns2-2.35+dfsg/classifier/classifier-hash.h:94:				      name(), h->saddr(), h->daddr(),
ns2-2.35+dfsg/classifier/classifier-hash.h-95-				      h->flowid()); 
##############################################
ns2-2.35+dfsg/classifier/classifier-mac.cc-72-		for (int i = 0; i < maxslot_; ++i) {
ns2-2.35+dfsg/classifier/classifier-mac.cc:73:			if ((mac = (Mac *)slot_[i]) && mac->addr() != macSA) 
ns2-2.35+dfsg/classifier/classifier-mac.cc-74-				mac->recv(p->copy(), 0);
##############################################
ns2-2.35+dfsg/classifier/classifier-mac.cc-77-			mac= (Mac *)slot_[maxslot_];
ns2-2.35+dfsg/classifier/classifier-mac.cc:78:			if (mac->addr() != macSA) { 
ns2-2.35+dfsg/classifier/classifier-mac.cc-79-				mac->recv(p, 0);
##############################################
ns2-2.35+dfsg/classifier/classifier-mcast.cc-119-
ns2-2.35+dfsg/classifier/classifier-mcast.cc:120:	nsaddr_t src = ih->saddr();
ns2-2.35+dfsg/classifier/classifier-mcast.cc:121:	nsaddr_t dst = ih->daddr();
ns2-2.35+dfsg/classifier/classifier-mcast.cc-122-
##############################################
ns2-2.35+dfsg/classifier/classifier-virtual.cc-70-		hdr_ip* iph = hdr_ip::access(p);
ns2-2.35+dfsg/classifier/classifier-virtual.cc:71:		return mshift(iph->daddr());
ns2-2.35+dfsg/classifier/classifier-virtual.cc-72-	}
##############################################
ns2-2.35+dfsg/classifier/classifier-virtual.cc-86-		hdr_ip* iph = hdr_ip::access(p);
ns2-2.35+dfsg/classifier/classifier-virtual.cc:87:		char* adst= Address::instance().print_nodeaddr(iph->daddr());
ns2-2.35+dfsg/classifier/classifier-virtual.cc-88-		//adst[strlen(adst)-1]= 0;
##############################################
ns2-2.35+dfsg/common/agent.cc-213-	sprintf(wrk, "f -t "TIME_FORMAT" -s %d -d %d -n %s -a %s -o %s -T v -x",
ns2-2.35+dfsg/common/agent.cc:214:		Scheduler::instance().clock(), addr(), dst_.addr_,
ns2-2.35+dfsg/common/agent.cc-215-		v->name(), traceName_, value); 
##############################################
ns2-2.35+dfsg/common/agent.cc-468-	hdr_ip* iph = hdr_ip::access(p);
ns2-2.35+dfsg/common/agent.cc:469:	iph->saddr() = here_.addr_;
ns2-2.35+dfsg/common/agent.cc-470-	iph->sport() = here_.port_;
ns2-2.35+dfsg/common/agent.cc:471:	iph->daddr() = dst_.addr_;
ns2-2.35+dfsg/common/agent.cc-472-	iph->dport() = dst_.port_;
##############################################
ns2-2.35+dfsg/common/agent.h-102-	virtual int& size() { return size_; }
ns2-2.35+dfsg/common/agent.h:103:	inline nsaddr_t& addr() { return here_.addr_; }
ns2-2.35+dfsg/common/agent.h-104-	inline nsaddr_t& port() { return here_.port_; }
ns2-2.35+dfsg/common/agent.h:105:	inline nsaddr_t& daddr() { return dst_.addr_; }
ns2-2.35+dfsg/common/agent.h-106-	inline nsaddr_t& dport() { return dst_.port_; }
##############################################
ns2-2.35+dfsg/common/ip.h-79-	ns_addr_t& src() { return (src_); }
ns2-2.35+dfsg/common/ip.h:80:	nsaddr_t& saddr() { return (src_.addr_); }
ns2-2.35+dfsg/common/ip.h-81-        int32_t& sport() { return src_.port_;}
##############################################
ns2-2.35+dfsg/common/ip.h-83-	ns_addr_t& dst() { return (dst_); }
ns2-2.35+dfsg/common/ip.h:84:	nsaddr_t& daddr() { return (dst_.addr_); }
ns2-2.35+dfsg/common/ip.h-85-        int32_t& dport() { return dst_.port_;}
##############################################
ns2-2.35+dfsg/common/messpass.cc-77-	hdr_ip* iph = hdr_ip::access(p);
ns2-2.35+dfsg/common/messpass.cc:78:	iph->daddr() = dst.addr_;
ns2-2.35+dfsg/common/messpass.cc-79-	iph->dport() = dst.port_;
##############################################
ns2-2.35+dfsg/common/messpass.cc-105-		tcl.evalf("%s recv %d %d %d {%s}", name(),
ns2-2.35+dfsg/common/messpass.cc:106:			  iph->saddr(), iph->sport(),
ns2-2.35+dfsg/common/messpass.cc-107-			  hdr_cmn::access(pkt)->size(), data->data());
##############################################
ns2-2.35+dfsg/common/messpass.cc-115-		tcl.evalf("%s recv %d %d %d {}", name(),
ns2-2.35+dfsg/common/messpass.cc:116:			  iph->saddr(), iph->sport(),
ns2-2.35+dfsg/common/messpass.cc-117-			  hdr_cmn::access(pkt)->size());
##############################################
ns2-2.35+dfsg/common/node.cc-177-		if (strcmp(argv[1], "addr") == 0) {
ns2-2.35+dfsg/common/node.cc:178:			address_ = Address::instance().str2addr(argv[2]);
ns2-2.35+dfsg/common/node.cc-179-#ifdef HAVE_STL
##############################################
ns2-2.35+dfsg/common/parentnode.cc-84-    if (strcmp(argv[1], "addr") == 0) {
ns2-2.35+dfsg/common/parentnode.cc:85:      address_ = Address::instance().str2addr(argv[2]);
ns2-2.35+dfsg/common/parentnode.cc-86-      return TCL_OK;
##############################################
ns2-2.35+dfsg/common/parentnode.cc-97-    if (strcmp(argv[1], "addr") == 0) {
ns2-2.35+dfsg/common/parentnode.cc:98:      address_ = Address::instance().str2addr(argv[2]);
ns2-2.35+dfsg/common/parentnode.cc-99-      return TCL_OK;
ns2-2.35+dfsg/common/parentnode.cc-100-    } else if (strcmp(argv[1], "nodeid") == 0) {
ns2-2.35+dfsg/common/parentnode.cc:101:      nodeid_ = Address::instance().str2addr(argv[2]);
ns2-2.35+dfsg/common/parentnode.cc-102-      return TCL_OK;
##############################################
ns2-2.35+dfsg/common/parentnode.cc-111-    if (strcmp(argv[1], "addr") == 0) {
ns2-2.35+dfsg/common/parentnode.cc:112:      address_ = Address::instance().str2addr(argv[2]);
ns2-2.35+dfsg/common/parentnode.cc-113-      return TCL_OK;
##############################################
ns2-2.35+dfsg/common/parentnode.cc-115-    else if (strcmp(argv[1], "nodeid") == 0) {
ns2-2.35+dfsg/common/parentnode.cc:116:      nodeid_ = Address::instance().str2addr(argv[2]);
ns2-2.35+dfsg/common/parentnode.cc-117-      return TCL_OK;
##############################################
ns2-2.35+dfsg/common/simulator.cc-216-		char *addr_str = Address::instance().
ns2-2.35+dfsg/common/simulator.cc:217:			print_nodeaddr(n_addr);
ns2-2.35+dfsg/common/simulator.cc-218-		levels = Address::instance().levels_;
##############################################
ns2-2.35+dfsg/common/simulator.cc-220-		for (k=1; k <= levels; k++) 
ns2-2.35+dfsg/common/simulator.cc:221:			addr[k-1] = Address::instance().hier_addr(n_addr, k);
ns2-2.35+dfsg/common/simulator.cc-222-		for (k=1; k <= levels; k++) {
##############################################
ns2-2.35+dfsg/common/simulator.cc-227-			if (k > 1)
ns2-2.35+dfsg/common/simulator.cc:228:				prefix = append_addr(k, addr);
ns2-2.35+dfsg/common/simulator.cc-229-			for (int m=0; m < csize; m++) {
##############################################
ns2-2.35+dfsg/common/simulator.cc-239-					continue;
ns2-2.35+dfsg/common/simulator.cc:240:				int n_id = node_id_by_addr(nh);
ns2-2.35+dfsg/common/simulator.cc-241-				if (n_id >= 0) {
##############################################
ns2-2.35+dfsg/common/simulator.cc-253-
ns2-2.35+dfsg/common/simulator.cc:254:int Simulator::node_id_by_addr(int address) {
ns2-2.35+dfsg/common/simulator.cc-255-	for (int i=0; i<nn_; i++) {
##############################################
ns2-2.35+dfsg/common/simulator.cc-261-
ns2-2.35+dfsg/common/simulator.cc:262:char *Simulator::append_addr(int level, int *addr) {
ns2-2.35+dfsg/common/simulator.cc-263-	if (level > 1) {
##############################################
ns2-2.35+dfsg/common/simulator.h-73-	NsObject* get_link_head(ParentNode *node, int nh);
ns2-2.35+dfsg/common/simulator.h:74:	int node_id_by_addr(int address);
ns2-2.35+dfsg/common/simulator.h:75:	char *append_addr(int level, int *addr);
ns2-2.35+dfsg/common/simulator.h-76-	void alloc(int n);
##############################################
ns2-2.35+dfsg/common/tclAppInit.cc-105-	unsigned short _cw = NS_FPU_CW;
ns2-2.35+dfsg/common/tclAppInit.cc:106:	asm ("fldcw %0" : : "m" (*&_cw));
ns2-2.35+dfsg/common/tclAppInit.cc-107-}
##############################################
ns2-2.35+dfsg/common/tclAppInit.cc-143-      unsigned short cw;
ns2-2.35+dfsg/common/tclAppInit.cc:144:      asm ("fnstcw %0":"=m" (*&cw));
ns2-2.35+dfsg/common/tclAppInit.cc:145:      asm ("fwait");
ns2-2.35+dfsg/common/tclAppInit.cc-146-
##############################################
ns2-2.35+dfsg/common/tclAppInit.cc-148-
ns2-2.35+dfsg/common/tclAppInit.cc:149:      asm volatile ("fldcw %0" : /* Don't push these colons together */ : "m" (*&cw));
ns2-2.35+dfsg/common/tclAppInit.cc-150-      return 1;
##############################################
ns2-2.35+dfsg/common/tkAppInit.cc-159-	unsigned short _cw = NS_FPU_CW;
ns2-2.35+dfsg/common/tkAppInit.cc:160:	asm ("fldcw %0" : : "m" (*&_cw));
ns2-2.35+dfsg/common/tkAppInit.cc-161-}
##############################################
ns2-2.35+dfsg/common/tkAppInit.cc-197-      unsigned short cw;
ns2-2.35+dfsg/common/tkAppInit.cc:198:      asm ("fnstcw %0":"=m" (*&cw));
ns2-2.35+dfsg/common/tkAppInit.cc:199:      asm ("fwait");
ns2-2.35+dfsg/common/tkAppInit.cc-200-
##############################################
ns2-2.35+dfsg/common/tkAppInit.cc-202-
ns2-2.35+dfsg/common/tkAppInit.cc:203:      asm volatile ("fldcw %0" : /* Don't push these colons together */ : "m" (*&cw));
ns2-2.35+dfsg/common/tkAppInit.cc-204-      return 1;
##############################################
ns2-2.35+dfsg/common/tp.cc-42-  hdr_ip* iph = hdr_ip::access(p);
ns2-2.35+dfsg/common/tp.cc:43:  iph->saddr() = saddr;
ns2-2.35+dfsg/common/tp.cc-44-  iph->sport() = sport;
ns2-2.35+dfsg/common/tp.cc:45:  iph->daddr() = daddr;
ns2-2.35+dfsg/common/tp.cc-46-  iph->dport() = dport;
##############################################
ns2-2.35+dfsg/common/tp.cc-68-  printf("recv %f %d %u %d %u %d %d\n",
ns2-2.35+dfsg/common/tp.cc:69:         Scheduler::instance().clock(), addr(),
ns2-2.35+dfsg/common/tp.cc:70:         iph->saddr(), iph->sport(),
ns2-2.35+dfsg/common/tp.cc:71:         iph->daddr(), iph->dport(),
ns2-2.35+dfsg/common/tp.cc-72-         hdr_cmn::access(pkt)->size());
##############################################
ns2-2.35+dfsg/conf/configure.in.dynamic-61-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
ns2-2.35+dfsg/conf/configure.in.dynamic:62:	    system=MP-RAS-`awk '{print $3}' /etc/.relid`
ns2-2.35+dfsg/conf/configure.in.dynamic-63-	fi
##############################################
ns2-2.35+dfsg/conf/configure.in.dynamic-176-	AC_MSG_CHECKING([for import libraries])
ns2-2.35+dfsg/conf/configure.in.dynamic:177:	V_IMPORT_LIBS=`echo "$V_LIBS" | sed "s/-L//g" | sed "s/ \-l/\/lib/g" | sed "s/ /\.a /g" `
ns2-2.35+dfsg/conf/configure.in.dynamic-178-	for libfile in $V_IMPORT_LIBS ; do
##############################################
ns2-2.35+dfsg/conf/configure.in.dynamic-367-####XXX:if test "enable_shlib" != "no" ; then
ns2-2.35+dfsg/conf/configure.in.dynamic:368:    if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
ns2-2.35+dfsg/conf/configure.in.dynamic-369-	case $system in
##############################################
ns2-2.35+dfsg/conf/configure.in.fns-110-	dnl simple_lib_name is libtcl76
ns2-2.35+dfsg/conf/configure.in.fns:111:	simple_lib_name=`echo $full_lib_name | sed -e 's/\.//'`
ns2-2.35+dfsg/conf/configure.in.fns-112-	dnl other_simple_lib_name is libtcl7_6
ns2-2.35+dfsg/conf/configure.in.fns:113:	other_simple_lib_name=`echo $full_lib_name | sed -e 's/\./_/'`
ns2-2.35+dfsg/conf/configure.in.fns-114-	dnl simpler_lib_name is libtcl
ns2-2.35+dfsg/conf/configure.in.fns:115:	simpler_lib_name=`echo $simple_lib_name | sed -e 'y/0123456789/          /'`
ns2-2.35+dfsg/conf/configure.in.fns-116-	double_break=false
##############################################
ns2-2.35+dfsg/conf/configure.in.fns-204-		changequote(, )dnl
ns2-2.35+dfsg/conf/configure.in.fns:205:		  ac_tr_hdr=HAVE_`echo $1 | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
ns2-2.35+dfsg/conf/configure.in.fns-206-		changequote([, ])dnl
##############################################
ns2-2.35+dfsg/conf/configure.in.head-113-solaris=""
ns2-2.35+dfsg/conf/configure.in.head:114:if test `echo "$target_os" | sed 's/\..*//'` = solaris2 ; then
ns2-2.35+dfsg/conf/configure.in.head-115-	solaris="yes"
##############################################
ns2-2.35+dfsg/conf/configure.in.head-164-    case $1 in 
ns2-2.35+dfsg/conf/configure.in.head:165:    -L*) p=`echo $1 | sed 's/^-L//'` ;;
ns2-2.35+dfsg/conf/configure.in.head:166:    -I*) p=`echo $1 | sed 's/^-I//'` ;;
ns2-2.35+dfsg/conf/configure.in.head-167-    *) p=$1 ;;
ns2-2.35+dfsg/conf/configure.in.head-168-    esac
ns2-2.35+dfsg/conf/configure.in.head:169:    d=`dirname $p`
ns2-2.35+dfsg/conf/configure.in.head:170:    f=`basename $p`
ns2-2.35+dfsg/conf/configure.in.head-171-    ad=`(
##############################################
ns2-2.35+dfsg/conf/configure.in.perl-12-
ns2-2.35+dfsg/conf/configure.in.perl:13:PERL_PLACES=`echo $PATH | sed 's/:/ /g'`
ns2-2.35+dfsg/conf/configure.in.perl-14-
##############################################
ns2-2.35+dfsg/conf/configure.in.tail-88-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
ns2-2.35+dfsg/conf/configure.in.tail:89:	    system=MP-RAS-`awk '{print $3}' /etc/.relid`
ns2-2.35+dfsg/conf/configure.in.tail-90-	fi
##############################################
ns2-2.35+dfsg/conf/configure.in.tail-134-	case $p in
ns2-2.35+dfsg/conf/configure.in.tail:135:	-L* | -I*) tmp="$tmp `absolutize $p`";;
ns2-2.35+dfsg/conf/configure.in.tail-136-	*) tmp="$tmp $p";;
##############################################
ns2-2.35+dfsg/conf/configure.in.tail-142-# Replace relative path with absolute path
ns2-2.35+dfsg/conf/configure.in.tail:143:V_LIB_TCLCL=`absolutize_list $V_LIB_TCLCL`
ns2-2.35+dfsg/conf/configure.in.tail:144:V_LIB_OTCL=`absolutize_list $V_LIB_OTCL`
ns2-2.35+dfsg/conf/configure.in.tail:145:V_LIB_TCL=`absolutize_list $V_LIB_TCL`
ns2-2.35+dfsg/conf/configure.in.tail:146:V_LIB_TK=`absolutize_list $V_LIB_TK`
ns2-2.35+dfsg/conf/configure.in.tail:147:V_LIBS=`absolutize_list $V_LIBS`
ns2-2.35+dfsg/conf/configure.in.tail:148:V_INCLUDES=`absolutize_list $V_INCLUDES`
ns2-2.35+dfsg/conf/configure.in.tail-149-
##############################################
ns2-2.35+dfsg/conf/configure.in.tcl-10-
ns2-2.35+dfsg/conf/configure.in.tcl:11:TCL_HI_VERS=`echo $TCL_VERS | sed 's/^\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\1.\2/'`
ns2-2.35+dfsg/conf/configure.in.tcl:12:TCL_MAJOR_VERS=`echo $TCL_VERS | sed 's/^\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\1/'`
ns2-2.35+dfsg/conf/configure.in.tcl-13-TCL_ALT_VERS=8.5
##############################################
ns2-2.35+dfsg/conf/configure.in.tcl-16-TCL_OLD_VERS=8.4
ns2-2.35+dfsg/conf/configure.in.tcl:17:TCL_OLD_ALT_VERS=`echo $TCL_OLD_VERS | sed 's/\.//'`
ns2-2.35+dfsg/conf/configure.in.tcl-18-
##############################################
ns2-2.35+dfsg/conf/configure.in.tcl-252-# absolutize it
ns2-2.35+dfsg/conf/configure.in.tcl:253:V_TCLSH=`absolutize $V_TCLSH`
ns2-2.35+dfsg/conf/configure.in.tcl-254-PATH=$oldpath
##############################################
ns2-2.35+dfsg/conf/configure.in.tk-11-
ns2-2.35+dfsg/conf/configure.in.tk:12:TK_HI_VERS=`echo $TK_VERS | sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\1.\2/'`
ns2-2.35+dfsg/conf/configure.in.tk:13:TK_MAJOR_VERS=`echo $TK_VERS | sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\1/'`
ns2-2.35+dfsg/conf/configure.in.tk-14-TK_ALT_VERS=8.5
##############################################
ns2-2.35+dfsg/conf/configure.in.tk-17-TK_OLD_VERS=8.4
ns2-2.35+dfsg/conf/configure.in.tk:18:TK_OLD_ALT_VERS=`echo $TK_OLD_VERS | sed 's/\.//'`
ns2-2.35+dfsg/conf/configure.in.tk-19-
##############################################
ns2-2.35+dfsg/diffserv/dewp.cc-148-  int dport = iph->dport();
ns2-2.35+dfsg/diffserv/dewp.cc:149:  unsigned int daddr = iph->daddr();
ns2-2.35+dfsg/diffserv/dewp.cc-150-
##############################################
ns2-2.35+dfsg/diffserv/dsPolicy.cc-334-  iph = hdr_ip::access(pkt);
ns2-2.35+dfsg/diffserv/dsPolicy.cc:335:  policy = getPolicyTableEntry(iph->saddr(), iph->daddr());
ns2-2.35+dfsg/diffserv/dsPolicy.cc-336-  if (policy) {
##############################################
ns2-2.35+dfsg/diffserv/dsPolicy.cc-858-  fid = iph->flowid();
ns2-2.35+dfsg/diffserv/dsPolicy.cc:859:  dst_id = iph->daddr();
ns2-2.35+dfsg/diffserv/dsPolicy.cc:860:  src_id = iph->saddr();
ns2-2.35+dfsg/diffserv/dsPolicy.cc-861-
##############################################
ns2-2.35+dfsg/diffserv/dsPolicy.cc-930-  fid = iph->flowid();
ns2-2.35+dfsg/diffserv/dsPolicy.cc:931:  dst_id = iph->daddr();
ns2-2.35+dfsg/diffserv/dsPolicy.cc:932:  src_id = iph->saddr();
ns2-2.35+dfsg/diffserv/dsPolicy.cc-933-
##############################################
ns2-2.35+dfsg/diffserv/ew.cc-398-  hdr_ip* iph = hdr_ip::access(pkt);
ns2-2.35+dfsg/diffserv/ew.cc:399:  int dst_id = iph->daddr();
ns2-2.35+dfsg/diffserv/ew.cc:400:  int src_id = iph->saddr();
ns2-2.35+dfsg/diffserv/ew.cc-401-  int f_id = iph->flowid(); 
##############################################
ns2-2.35+dfsg/diffserv/ew.cc-1040-  hdr_ip* iph = hdr_ip::access(pkt);
ns2-2.35+dfsg/diffserv/ew.cc:1041:  int dst_id = iph->daddr();
ns2-2.35+dfsg/diffserv/ew.cc:1042:  int src_id = iph->saddr();
ns2-2.35+dfsg/diffserv/ew.cc-1043-
##############################################
ns2-2.35+dfsg/diffusion/diff_prob.cc-181-      fromPtr = new From_List;
ns2-2.35+dfsg/diffusion/diff_prob.cc:182:      AGT_ADDR(fromPtr) = dfh->forward_agent_id;
ns2-2.35+dfsg/diffusion/diff_prob.cc-183-      fromPtr->rank = hashPtr->num_from;
##############################################
ns2-2.35+dfsg/diffusion/diff_prob.cc-249-	  agentPtr = new Agent_List;
ns2-2.35+dfsg/diffusion/diff_prob.cc:250:	  AGT_ADDR(agentPtr) = dfh->sender_id;
ns2-2.35+dfsg/diffusion/diff_prob.cc-251-	  INTF_INSERT(routing_table[dtype].sink, agentPtr);
##############################################
ns2-2.35+dfsg/diffusion/diff_prob.cc-263-	hashPtr->num_from = 1;
ns2-2.35+dfsg/diffusion/diff_prob.cc:264:	AGT_ADDR(fromPtr) = dfh->forward_agent_id;
ns2-2.35+dfsg/diffusion/diff_prob.cc-265-	fromPtr->rank = 1;
##############################################
ns2-2.35+dfsg/diffusion/diff_prob.cc-355-      agentPtr = new Agent_List;
ns2-2.35+dfsg/diffusion/diff_prob.cc:356:      AGT_ADDR(agentPtr) = dfh->sender_id;
ns2-2.35+dfsg/diffusion/diff_prob.cc-357-      agentPtr->next = routing_table[dtype].source;
##############################################
ns2-2.35+dfsg/diffusion/diff_prob.cc-416-	       cur=AGENT_NEXT(cur)) {
ns2-2.35+dfsg/diffusion/diff_prob.cc:417:	    SEND_MESSAGE(dtype, AGT_ADDR(cur), DATA_STOP);
ns2-2.35+dfsg/diffusion/diff_prob.cc-418-	  }
##############################################
ns2-2.35+dfsg/diffusion/diff_prob.cc-514-
ns2-2.35+dfsg/diffusion/diff_prob.cc:515:      cur_iph->dst_ = AGT_ADDR(cur_out);
ns2-2.35+dfsg/diffusion/diff_prob.cc-516-
##############################################
ns2-2.35+dfsg/diffusion/diff_prob.cc-519-      cur_dfh->num_next = 1;
ns2-2.35+dfsg/diffusion/diff_prob.cc:520:      cur_dfh->next_nodes[0] = NODE_ADDR(cur_out);
ns2-2.35+dfsg/diffusion/diff_prob.cc-521-
##############################################
ns2-2.35+dfsg/diffusion/diff_prob.cc-527-	       (cur_dfh->sender_id).port_, cur_dfh->pk_num,
ns2-2.35+dfsg/diffusion/diff_prob.cc:528:	       AGT_ADDR(cur_out));
ns2-2.35+dfsg/diffusion/diff_prob.cc-529-#endif
ns2-2.35+dfsg/diffusion/diff_prob.cc-530-
ns2-2.35+dfsg/diffusion/diff_prob.cc:531:      MACprepare(cur_pkt, NODE_ADDR(cur_out), NS_AF_INET, 1);
ns2-2.35+dfsg/diffusion/diff_prob.cc-532-      MACsend(cur_pkt, 0);
##############################################
ns2-2.35+dfsg/diffusion/diff_prob.cc-556-
ns2-2.35+dfsg/diffusion/diff_prob.cc:557:      SEND_MESSAGE(dtype, AGT_ADDR(cur), DATA_STOP);
ns2-2.35+dfsg/diffusion/diff_prob.cc-558-    }
##############################################
ns2-2.35+dfsg/diffusion/diff_prob.cc-629-
ns2-2.35+dfsg/diffusion/diff_prob.cc:630:  Packet *rtxPkt = prepare_message(dtype, AGT_ADDR(to_out), DATA);
ns2-2.35+dfsg/diffusion/diff_prob.cc-631-  hdr_cdiff *rtx_dfh = HDR_CDIFF(rtxPkt);
##############################################
ns2-2.35+dfsg/diffusion/diff_prob.cc-637-  
ns2-2.35+dfsg/diffusion/diff_prob.cc:638:  MACprepare(rtxPkt, NODE_ADDR(to_out), NS_AF_INET, 1);
ns2-2.35+dfsg/diffusion/diff_prob.cc-639-  MACsend(rtxPkt, 0);
##############################################
ns2-2.35+dfsg/diffusion/diff_prob.cc-651-       cur_agent = AGENT_NEXT(cur_agent) ) {
ns2-2.35+dfsg/diffusion/diff_prob.cc:652:    SEND_MESSAGE(dtype, AGT_ADDR(cur_agent), DATA_REQUEST);
ns2-2.35+dfsg/diffusion/diff_prob.cc-653-  }
##############################################
ns2-2.35+dfsg/diffusion/diff_prob.cc-695-
ns2-2.35+dfsg/diffusion/diff_prob.cc:696:  AGT_ADDR(outPtr) = AGT_ADDR(foundPtr);
ns2-2.35+dfsg/diffusion/diff_prob.cc-697-  outPtr->rank = foundPtr->rank;
##############################################
ns2-2.35+dfsg/diffusion/diff_prob.cc-716-      printf("DF node %d has oif %d (%f,%d) send data %d recv neg %d pos %d\n", 
ns2-2.35+dfsg/diffusion/diff_prob.cc:717:           THIS_NODE, NODE_ADDR(cur_out), GRADIENT(cur_out),
ns2-2.35+dfsg/diffusion/diff_prob.cc-718-           routing_table[i].num_active, NUM_DATA_SEND(cur_out), 
##############################################
ns2-2.35+dfsg/diffusion/diff_prob.cc-724-      printf("Diffusion node %d has iif for %d\n", 
ns2-2.35+dfsg/diffusion/diff_prob.cc:725:	     THIS_NODE, NODE_ADDR(cur_in));
ns2-2.35+dfsg/diffusion/diff_prob.cc-726-    }
##############################################
ns2-2.35+dfsg/diffusion/diff_prob.cc-730-      printf("Diffusion node %d has down oif %d (%f, %d) send %d\n", 
ns2-2.35+dfsg/diffusion/diff_prob.cc:731:           THIS_NODE, NODE_ADDR(cur_out), cur_out->gradient,
ns2-2.35+dfsg/diffusion/diff_prob.cc-732-           routing_table[i].num_active, cur_out->num_data_send);
##############################################
ns2-2.35+dfsg/diffusion/diff_prob.cc-738-      printf("Diffusion node %d has down_iif for %d (recv %d)\n", THIS_NODE, 
ns2-2.35+dfsg/diffusion/diff_prob.cc:739:	     NODE_ADDR(cur_in), cur_in->total_received);
ns2-2.35+dfsg/diffusion/diff_prob.cc-740-    }
##############################################
ns2-2.35+dfsg/diffusion/diff_prob.cc-811-
ns2-2.35+dfsg/diffusion/diff_prob.cc:812:      pkt=prepare_message(dtype, AGT_ADDR(max_in), POS_REINFORCE);
ns2-2.35+dfsg/diffusion/diff_prob.cc-813-
ns2-2.35+dfsg/diffusion/diff_prob.cc:814:      MACprepare(pkt, NODE_ADDR(max_in), NS_AF_INET, 0);
ns2-2.35+dfsg/diffusion/diff_prob.cc-815-      MACsend(pkt, 0);
##############################################
ns2-2.35+dfsg/diffusion/diff_prob.cc-839-
ns2-2.35+dfsg/diffusion/diff_prob.cc:840:    iph->dst_ = AGT_ADDR(max_in);
ns2-2.35+dfsg/diffusion/diff_prob.cc-841-
ns2-2.35+dfsg/diffusion/diff_prob.cc-842-    dfh->num_next = 1;
ns2-2.35+dfsg/diffusion/diff_prob.cc:843:    dfh->next_nodes[0] = NODE_ADDR(max_in);
ns2-2.35+dfsg/diffusion/diff_prob.cc-844-    dfh->forward_agent_id = here_;
ns2-2.35+dfsg/diffusion/diff_prob.cc-845-
ns2-2.35+dfsg/diffusion/diff_prob.cc:846:    MACprepare(pkt, NODE_ADDR(max_in), NS_AF_INET, 0);
ns2-2.35+dfsg/diffusion/diff_prob.cc-847-    MACsend(pkt, 0);
##############################################
ns2-2.35+dfsg/diffusion/diff_prob.cc-902-      for (cur=routing_table[dtype].source; cur != NULL; cur=AGENT_NEXT(cur)) {
ns2-2.35+dfsg/diffusion/diff_prob.cc:903:	     SEND_MESSAGE(dtype, AGT_ADDR(cur), DATA_STOP);
ns2-2.35+dfsg/diffusion/diff_prob.cc-904-      }
##############################################
ns2-2.35+dfsg/diffusion/diff_rate.cc-256-      agentPtr = new Agent_List;
ns2-2.35+dfsg/diffusion/diff_rate.cc:257:      AGT_ADDR(agentPtr) = dfh->sender_id;
ns2-2.35+dfsg/diffusion/diff_rate.cc-258-      agentPtr->next = routing_table[dtype].source;
##############################################
ns2-2.35+dfsg/diffusion/diff_rate.cc-375-	agentPtr = new Agent_List;
ns2-2.35+dfsg/diffusion/diff_rate.cc:376:	AGT_ADDR(agentPtr) = dfh->sender_id;
ns2-2.35+dfsg/diffusion/diff_rate.cc-377-	INTF_INSERT(routing_table[dtype].sink, agentPtr);
##############################################
ns2-2.35+dfsg/diffusion/diff_rate.cc-387-       OutPtr = new Out_List;
ns2-2.35+dfsg/diffusion/diff_rate.cc:388:       AGT_ADDR(OutPtr) = dfh->forward_agent_id;
ns2-2.35+dfsg/diffusion/diff_rate.cc-389-       GRADIENT(OutPtr) = dfh->report_rate;
##############################################
ns2-2.35+dfsg/diffusion/diff_rate.cc-504-	  cur_iph       = HDR_IP(cur_pkt);
ns2-2.35+dfsg/diffusion/diff_rate.cc:505:	  cur_iph->dst_ = AGT_ADDR(cur_out);
ns2-2.35+dfsg/diffusion/diff_rate.cc-506-
##############################################
ns2-2.35+dfsg/diffusion/diff_rate.cc-509-	  cur_dfh->num_next = 1;
ns2-2.35+dfsg/diffusion/diff_rate.cc:510:	  cur_dfh->next_nodes[0] = NODE_ADDR(cur_out);
ns2-2.35+dfsg/diffusion/diff_rate.cc-511-
ns2-2.35+dfsg/diffusion/diff_rate.cc:512:	  MACprepare(cur_pkt, NODE_ADDR(cur_out), NS_AF_INET, 
ns2-2.35+dfsg/diffusion/diff_rate.cc-513-		 MAC_RETRY_);
##############################################
ns2-2.35+dfsg/diffusion/diff_rate.cc-599-	cur_iph       = HDR_IP(cur_pkt);
ns2-2.35+dfsg/diffusion/diff_rate.cc:600:	cur_iph->dst_ = AGT_ADDR(cur_out);
ns2-2.35+dfsg/diffusion/diff_rate.cc-601-
##############################################
ns2-2.35+dfsg/diffusion/diff_rate.cc-604-	cur_dfh->num_next = 1;
ns2-2.35+dfsg/diffusion/diff_rate.cc:605:	cur_dfh->next_nodes[0] = NODE_ADDR(cur_out);
ns2-2.35+dfsg/diffusion/diff_rate.cc-606-
##############################################
ns2-2.35+dfsg/diffusion/diff_rate.cc-608-
ns2-2.35+dfsg/diffusion/diff_rate.cc:609:	MACprepare(cur_pkt, NODE_ADDR(cur_out), NS_AF_INET, 
ns2-2.35+dfsg/diffusion/diff_rate.cc-610-		 MAC_RETRY_);
##############################################
ns2-2.35+dfsg/diffusion/diff_rate.cc-682-       cur_agent = AGENT_NEXT(cur_agent) ) {
ns2-2.35+dfsg/diffusion/diff_rate.cc:683:    pkt = prepare_message(dtype, AGT_ADDR(cur_agent), DATA_REQUEST);
ns2-2.35+dfsg/diffusion/diff_rate.cc-684-    dfh = HDR_CDIFF(pkt);
##############################################
ns2-2.35+dfsg/diffusion/diff_rate.cc-697-      if (NEW_ORG_RECV(cur) <= 0 && OLD_ORG_RECV(cur) > MAX_DUP_DATA) {
ns2-2.35+dfsg/diffusion/diff_rate.cc:698:	UcastNeg(dtype, AGT_ADDR(cur));
ns2-2.35+dfsg/diffusion/diff_rate.cc-699-	cur->num_neg_send++;
##############################################
ns2-2.35+dfsg/diffusion/diff_rate.cc-710-	  NEW_ORG_RECV(cur) <= NEG_MIN_RATIO*most) {
ns2-2.35+dfsg/diffusion/diff_rate.cc:711:	UcastNeg(dtype, AGT_ADDR(cur));
ns2-2.35+dfsg/diffusion/diff_rate.cc-712-	cur->num_neg_send++;
##############################################
ns2-2.35+dfsg/diffusion/diff_rate.cc-818-      OutPtr = new Out_List;
ns2-2.35+dfsg/diffusion/diff_rate.cc:819:      AGT_ADDR(OutPtr) = dfh->forward_agent_id;
ns2-2.35+dfsg/diffusion/diff_rate.cc-820-      GRADIENT(OutPtr) = dfh->report_rate;
##############################################
ns2-2.35+dfsg/diffusion/diff_rate.cc-871-
ns2-2.35+dfsg/diffusion/diff_rate.cc:872:    next_node = NODE_ADDR(recent_in);
ns2-2.35+dfsg/diffusion/diff_rate.cc-873-    if (next_node == THIS_NODE) {
##############################################
ns2-2.35+dfsg/diffusion/diff_rate.cc-877-
ns2-2.35+dfsg/diffusion/diff_rate.cc:878:    PosReinf(dtype, NODE_ADDR(recent_in), dfh->info.sender, dfh->info.seq);
ns2-2.35+dfsg/diffusion/diff_rate.cc:879:    routing_table[dtype].CntPosSend(AGT_ADDR(recent_in));
ns2-2.35+dfsg/diffusion/diff_rate.cc:880:    routing_table[dtype].ClrNewSub(AGT_ADDR(recent_in));
ns2-2.35+dfsg/diffusion/diff_rate.cc-881-
##############################################
ns2-2.35+dfsg/diffusion/diff_rate.cc-883-    printf("DF node %d will send %s to %x\n",
ns2-2.35+dfsg/diffusion/diff_rate.cc:884:	 THIS_NODE, MsgStr[dfh->mess_type], NODE_ADDR(recent_in));
ns2-2.35+dfsg/diffusion/diff_rate.cc-885-#endif // DEBUG_RATE
##############################################
ns2-2.35+dfsg/diffusion/diff_rate.cc-897-	       
ns2-2.35+dfsg/diffusion/diff_rate.cc:898:      next_node = NODE_ADDR(cur);
ns2-2.35+dfsg/diffusion/diff_rate.cc-899-
##############################################
ns2-2.35+dfsg/diffusion/diff_rate.cc-903-
ns2-2.35+dfsg/diffusion/diff_rate.cc:904:      PosReinf(dtype, NODE_ADDR(cur), dfh->info.sender, dfh->info.seq);
ns2-2.35+dfsg/diffusion/diff_rate.cc:905:      routing_table[dtype].CntPosSend(AGT_ADDR(cur));
ns2-2.35+dfsg/diffusion/diff_rate.cc:906:      routing_table[dtype].ClrNewSub(AGT_ADDR(cur));
ns2-2.35+dfsg/diffusion/diff_rate.cc-907-
##############################################
ns2-2.35+dfsg/diffusion/diff_rate.cc-909-      printf("DF node %d will send %s to %x\n",
ns2-2.35+dfsg/diffusion/diff_rate.cc:910:	 THIS_NODE, MsgStr[dfh->mess_type], NODE_ADDR(cur));
ns2-2.35+dfsg/diffusion/diff_rate.cc-911-#endif // DEBUG_RATE
##############################################
ns2-2.35+dfsg/diffusion/diff_rate.cc-987-      printf("DF node %d has oif %d (%f,%d) send data %d recv neg %d pos %d\n", 
ns2-2.35+dfsg/diffusion/diff_rate.cc:988:           THIS_NODE, NODE_ADDR(cur_out), GRADIENT(cur_out),
ns2-2.35+dfsg/diffusion/diff_rate.cc-989-           routing_table[i].num_active, NUM_DATA_SEND(cur_out), 
##############################################
ns2-2.35+dfsg/diffusion/diff_rate.cc-995-      printf("Diffusion node %d has iif for %d\n", 
ns2-2.35+dfsg/diffusion/diff_rate.cc:996:	     THIS_NODE, NODE_ADDR(cur_in));
ns2-2.35+dfsg/diffusion/diff_rate.cc-997-      printf("Node %d recv new sub %d,new org %d,old org %d:send neg %d pos %d\n", 
##############################################
ns2-2.35+dfsg/diffusion/diff_sink.cc-439-
ns2-2.35+dfsg/diffusion/diff_sink.cc:440:void SinkAgent:: set_addr(ns_addr_t address)
ns2-2.35+dfsg/diffusion/diff_sink.cc-441-{
##############################################
ns2-2.35+dfsg/diffusion/diff_sink.h-111-  void reset();
ns2-2.35+dfsg/diffusion/diff_sink.h:112:  void set_addr(ns_addr_t);
ns2-2.35+dfsg/diffusion/diff_sink.h-113-  int get_pk_count();
##############################################
ns2-2.35+dfsg/diffusion/diffusion.cc-143-      cur_iph       = HDR_IP(cur_pkt);
ns2-2.35+dfsg/diffusion/diffusion.cc:144:      cur_iph->dst_ = AGT_ADDR(cur_agent);
ns2-2.35+dfsg/diffusion/diffusion.cc-145-
##############################################
ns2-2.35+dfsg/diffusion/diffusion.cc-148-      cur_dfh->num_next = 1;
ns2-2.35+dfsg/diffusion/diffusion.cc:149:      cur_dfh->next_nodes[0] = NODE_ADDR(cur_agent);
ns2-2.35+dfsg/diffusion/diffusion.cc-150-
##############################################
ns2-2.35+dfsg/diffusion/diffusion.cc-385-    for (cur=routing_table[i].source; cur!=NULL; cur=AGENT_NEXT(cur) ) {
ns2-2.35+dfsg/diffusion/diffusion.cc:386:      SEND_MESSAGE(i, AGT_ADDR(cur), DATA_STOP);
ns2-2.35+dfsg/diffusion/diffusion.cc-387-    }
##############################################
ns2-2.35+dfsg/diffusion/flooding.cc-159-	  agentPtr = new Agent_List;
ns2-2.35+dfsg/diffusion/flooding.cc:160:	  AGT_ADDR(agentPtr) = dfh->sender_id;
ns2-2.35+dfsg/diffusion/flooding.cc-161-	  INTF_INSERT(routing_table[dtype].sink, agentPtr);
##############################################
ns2-2.35+dfsg/diffusion/flooding.cc-175-      agentPtr = new Agent_List;
ns2-2.35+dfsg/diffusion/flooding.cc:176:      AGT_ADDR(agentPtr) = dfh->sender_id;
ns2-2.35+dfsg/diffusion/flooding.cc-177-      agentPtr->next = routing_table[dtype].source;
##############################################
ns2-2.35+dfsg/diffusion/flooding.cc-232-    for (cur=routing_table[i].source; cur!=NULL; cur=AGENT_NEXT(cur) ) {
ns2-2.35+dfsg/diffusion/flooding.cc:233:      SEND_MESSAGE(i, AGT_ADDR(cur), DATA_STOP);
ns2-2.35+dfsg/diffusion/flooding.cc-234-    }
##############################################
ns2-2.35+dfsg/diffusion/flooding.cc-333-      cur_iph       = HDR_IP(cur_pkt);
ns2-2.35+dfsg/diffusion/flooding.cc:334:      cur_iph->dst_ = AGT_ADDR(cur_agent);
ns2-2.35+dfsg/diffusion/flooding.cc-335-
##############################################
ns2-2.35+dfsg/diffusion/flooding.cc-338-      cur_dfh->num_next = 1;
ns2-2.35+dfsg/diffusion/flooding.cc:339:      cur_dfh->next_nodes[0] = NODE_ADDR(cur_agent);
ns2-2.35+dfsg/diffusion/flooding.cc-340-
##############################################
ns2-2.35+dfsg/diffusion/iflist.cc-96-  for (prv= start, cur=*start; cur != NULL; prv= &(cur->next), cur=cur->next) {
ns2-2.35+dfsg/diffusion/iflist.cc:97:    if ( NODE_ADDR(cur) == addr.addr_ && PORT(cur)==addr.port_) 
ns2-2.35+dfsg/diffusion/iflist.cc-98-      break;
##############################################
ns2-2.35+dfsg/diffusion/iflist.cc-115-  for (Agent_List *cur=list1; cur != NULL; cur=AGENT_NEXT(cur)) {
ns2-2.35+dfsg/diffusion/iflist.cc:116:    RetVal = Find(result, AGT_ADDR(cur));
ns2-2.35+dfsg/diffusion/iflist.cc-117-    if (RetVal.cur == NULL) {
##############################################
ns2-2.35+dfsg/diffusion/iflist.h-68-
ns2-2.35+dfsg/diffusion/iflist.h:69:#define AGT_ADDR(x)       x->agent_addr
ns2-2.35+dfsg/diffusion/iflist.h:70:#define NODE_ADDR(x)      x->agent_addr.addr_
ns2-2.35+dfsg/diffusion/iflist.h-71-#define PORT(x)           x->agent_addr.port_
##############################################
ns2-2.35+dfsg/diffusion/omni_mcast.cc-128-      cur_iph       = HDR_IP(cur_pkt);
ns2-2.35+dfsg/diffusion/omni_mcast.cc:129:      cur_iph->dst_ = AGT_ADDR(cur_agent);
ns2-2.35+dfsg/diffusion/omni_mcast.cc-130-
##############################################
ns2-2.35+dfsg/diffusion/omni_mcast.cc-133-      cur_dfh->num_next = 1;
ns2-2.35+dfsg/diffusion/omni_mcast.cc:134:      cur_dfh->next_nodes[0] = NODE_ADDR(cur_agent);
ns2-2.35+dfsg/diffusion/omni_mcast.cc-135-
##############################################
ns2-2.35+dfsg/diffusion/omni_mcast.cc-276-	  agentPtr = new Agent_List;
ns2-2.35+dfsg/diffusion/omni_mcast.cc:277:	  AGT_ADDR(agentPtr) = dfh->sender_id;
ns2-2.35+dfsg/diffusion/omni_mcast.cc-278-	  INTF_INSERT(routing_table[dtype].sink, agentPtr);
##############################################
ns2-2.35+dfsg/diffusion/omni_mcast.cc-293-      agentPtr = new Agent_List;
ns2-2.35+dfsg/diffusion/omni_mcast.cc:294:      AGT_ADDR(agentPtr) = dfh->sender_id;
ns2-2.35+dfsg/diffusion/omni_mcast.cc-295-      agentPtr->next = routing_table[dtype].source;
##############################################
ns2-2.35+dfsg/diffusion/omni_mcast.cc-344-    for (cur=routing_table[i].source; cur!=NULL; cur=AGENT_NEXT(cur) ) {
ns2-2.35+dfsg/diffusion/omni_mcast.cc:345:      SEND_MESSAGE(i, AGT_ADDR(cur), DATA_STOP);
ns2-2.35+dfsg/diffusion/omni_mcast.cc-346-    }
##############################################
ns2-2.35+dfsg/diffusion/routing_table.cc-352-
ns2-2.35+dfsg/diffusion/routing_table.cc:353:  AGT_ADDR(inPtr) = addr;
ns2-2.35+dfsg/diffusion/routing_table.cc-354-  INTF_INSERT(iif, inPtr); 
##############################################
ns2-2.35+dfsg/diffusion3/ns/diffagent.cc-133-
ns2-2.35+dfsg/diffusion3/ns/diffagent.cc:134:	iph->saddr() = addr();
ns2-2.35+dfsg/diffusion3/ns/diffagent.cc-135-	iph->sport() = ((DiffusionRouting*)dr_)->getAgentId();
ns2-2.35+dfsg/diffusion3/ns/diffagent.cc:136:	iph->daddr() = addr();
ns2-2.35+dfsg/diffusion3/ns/diffagent.cc-137-	iph->flowid() = fid_;
##############################################
ns2-2.35+dfsg/diffusion3/ns/diffrtg.cc-93-  ch = HDR_CMN(p);
ns2-2.35+dfsg/diffusion3/ns/diffrtg.cc:94:  iph->saddr() = agent_->addr();
ns2-2.35+dfsg/diffusion3/ns/diffrtg.cc-95-  iph->sport() = agent_->port();    //RT_PORT;
ns2-2.35+dfsg/diffusion3/ns/diffrtg.cc:96:  iph->daddr() = msg->next_hop_;  // Use diffusion next_hop_
ns2-2.35+dfsg/diffusion3/ns/diffrtg.cc-97-  iph->dport() = agent_->port();    //RT_PORT;
##############################################
ns2-2.35+dfsg/diffusion3/ns/diffrtg.cc-153-
ns2-2.35+dfsg/diffusion3/ns/diffrtg.cc:154:	iph->saddr() = addr();
ns2-2.35+dfsg/diffusion3/ns/diffrtg.cc-155-	iph->sport() = port(); // RT_PORT
ns2-2.35+dfsg/diffusion3/ns/diffrtg.cc:156:	iph->daddr() = addr();
ns2-2.35+dfsg/diffusion3/ns/diffrtg.cc-157-	iph->flowid() = fid_;
##############################################
ns2-2.35+dfsg/diffusion3/ns/diffrtg.cc-211-		if (strcasecmp(argv[1], "addr") == 0) {
ns2-2.35+dfsg/diffusion3/ns/diffrtg.cc:212:			addr_ = (Address::instance().str2addr(argv[2]));
ns2-2.35+dfsg/diffusion3/ns/diffrtg.cc-213-			return TCL_OK;
##############################################
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps-69-q#:Ne49,k-_8b[B`c2Rj%ID%5#0XlMD/CXYr;Qfk-2[`C?2OX+"TT#K(G<XWs1SG_~>
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps:70:q#:GB!"Q`[rr^Lq!)LQ5!-7u;!$_=?!,VQo!.t+J!C%=t!!&A`rrp^uDk"`>JcEgkJ,~>
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps:71:q#:GB!"Q`[rr^Lq!)LQ5!-7u;!$_=?!,VQo!.t+J!C%=t!!&A`rrp^uDk"`>JcEgkJ,~>
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps:72:q#:GB!"Q`[rr^Lq!)LQ5!-7u;!$_=?!,VQo!.t+J!C%=t!!&A`rrp^uDk"`>JcEgkJ,~>
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps-73-q>UQN#QUC1rr^:A!n,Hq"n9QV59&kbrs"0:3.R$LfBrS<mf)8JPL9=.!.FeG!Z*<JJcEmmJ,~>
##############################################
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps-75-q>UQN#QUC1rr^:A!n,Hq"n9QV59&kbrs"0:3.R$LfBrS<mf)8JPL9=.!.FeG!Z*<JJcEmmJ,~>
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps:76:q>UQ0!$_*Orr`7$!+OCV!nJM0r;Zher;Qcih#@WJQ]+9`!"%HYrrCf)s3Udr~>
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps:77:q>UQ0!$_*Orr`7$!+OCV!nJM0r;Zher;Qcih#@WJQ]+9`!"%HYrrCf)s3Udr~>
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps:78:q>UQ0!$_*Orr`7$!+OCV!nJM0r;Zher;Qcih#@WJQ]+9`!"%HYrrCf)s3Udr~>
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps-79-q>UM9!)UE0!i#`tdf0Qj!WX<7MS&E,rrW#SaSYu?4We(>i/I[:_;P4j!UK7(s*t~>
##############################################
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps-150-mf.e~>
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps:151:q>UM.!0m<Z'@4\<p&G'e`l?p9s0?h;7p_'m_#=96a4UCk(Z!*sf#6$M2uip'`oI*m`q9;mc2[Tn
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps-152-RJ[!cUAtDprrT;`T_eZpn7`+-6^i!D)[5m7"XuHSOQ>fsru:enkPr;Ar8d&@r8d#?rT*)?mJcMQ
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps-153-s6]jJjSmR,"IpP6"lQ6W"3orpMpD?Q~>
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps:154:q>UM.!0m<Z'@4\<p&G'e`l?p9s0?h;7p_'m_#=96a4UCk(Z!*sf#6$M2uip'`oI*m`q9;mc2[Tn
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps-155-RJ[!cUAtDprrT;`T_eZpn7`+-6^i!D)[5m7"XuHSOQ>fsru:enkPr;Ar8d&@r8d#?rT*)?mJcMQ
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps-156-s6]jJjSmR,"IpP6"lQ6W"3orpMpD?Q~>
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps:157:q>UM.!0m<Z'@4\<p&G'e`l?p9s0?h;7p_'m_#=96a4UCk(Z!*sf#6$M2uip'`oI*m`q9;mc2[Tn
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps-158-RJ[!cUAtDprrT;`T_eZpn7`+-6^i!D)[5m7"XuHSOQ>fsru:enkPr;Ar8d&@r8d#?rT*)?mJcMQ
##############################################
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps-175-q>UM5!*$]4!h96mp&>,Z#Bfh1rrpf_C.f9NpAb=C<L(Smqu7U`V#TmRLQ]Ae=hO^!R"i@oF_(MN
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps:176:B[3`'^im$)rrSXlqmcYAfO"UT:k6:[@.XE_0`Oo:nR>[;Q!U`Gs*t~>
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps-177-q>UM5!*$]4!h96mp&>,Z#Bfh1rrpf_C.f9NpAb=C<L(Smqu7U`V#TmRLQ]Ae=hO^!R"i@oF_(MN
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps:178:B[3`'^im$)rrSXlqmcYAfO"UT:k6:[@.XE_0`Oo:nR>[;Q!U`Gs*t~>
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps-179-q>UM5!*$]4!h96mp&>,Z#Bfh1rrpf_C.f9NpAb=C<L(Smqu7U`V#TmRLQ]Ae=hO^!R"i@oF_(MN
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps:180:B[3`'^im$)rrSXlqmcYAfO"UT:k6:[@.XE_0`Oo:nR>[;Q!U`Gs*t~>
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps-181-q>UQ0!%%?Srr`6j!+,<t!7U03"mEX59G7X*!$Vq>NQ(Des%V2HgLo&'9S9]*:4(kc:ihN(s':0T
##############################################
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps-186-l:+``rS%8OoD\(XesEK:li@"^rrh6f!+"Zrrt`e/s/9s*f&J[gs4hV]/H;hg:V!i>ldc#c~>
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps:187:q>UTb'**[`oD\j`h9l6)c2[pkqu6]nrn[SWe"UFg%/9f*%7?*5pVm.9o[9.96Q#Ot$p-h9`UX!#
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps-188-9*5/9Y5>j2(%G.#<qKc!gk,S+PX+GUs.7$)5sDp1s*t~>
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps:189:q>UTb'**[`oD\j`h9l6)c2[pkqu6]nrn[SWe"UFg%/9f*%7?*5pVm.9o[9.96Q#Ot$p-h9`UX!#
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps-190-9*5/9Y5>j2(%G.#<qKc!gk,S+PX+GUs.7$)5sDp1s*t~>
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps:191:q>UTb'**[`oD\j`h9l6)c2[pkqu6]nrn[SWe"UFg%/9f*%7?*5pVm.9o[9.96Q#Ot$p-h9`UX!#
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps-192-9*5/9Y5>j2(%G.#<qKc!gk,S+PX+GUs.7$)5sDp1s*t~>
##############################################
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps-270-rrh>F4pJ:2rrdNN;Q'-Rs*t~>
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps:271:oD\g4rVuqRmf*IC(B=F;XlTKcc`7$FeLpe#!Wu`iYl=gZ;?3<\rrhp;!*K3Ers+nk!.FnIZ`rQk
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps-272-"6#G-#Q=]'Z,Q_CGQ%RE#u[\knGe"~>
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps:273:oD\g4rVuqRmf*IC(B=F;XlTKcc`7$FeLpe#!Wu`iYl=gZ;?3<\rrhp;!*K3Ers+nk!.FnIZ`rQk
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps-274-"6#G-#Q=]'Z,Q_CGQ%RE#u[\knGe"~>
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps:275:oD\g4rVuqRmf*IC(B=F;XlTKcc`7$FeLpe#!Wu`iYl=gZ;?3<\rrhp;!*K3Ers+nk!.FnIZ`rQk
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps-276-"6#G-#Q=]'Z,Q_CGQ%RE#u[\knGe"~>
##############################################
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps-705-[H@JkXoKU9_>aUu!&a_4s*t~>
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps:706:iVru-!"J`'$-NDNf)OuZ#67j%rrFQto)A`c"nDTr*<6(o-%bmk"0_b6kk"fWkc0kI5l(H`%on+Z
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps-707-e)C</m1o\q_>aQW!/QL3J,~>
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps:708:iVru-!"J`'$-NDNf)OuZ#67j%rrFQto)A`c"nDTr*<6(o-%bmk"0_b6kk"fWkc0kI5l(H`%on+Z
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps-709-e)C</m1o\q_>aQW!/QL3J,~>
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps:710:iVru-!"J`'$-NDNf)OuZ#67j%rrFQto)A`c"nDTr*<6(o-%bmk"0_b6kk"fWkc0kI5l(H`%on+Z
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps-711-e)C</m1o\q_>aQW!/QL3J,~>
##############################################
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps-723-o_d;?"5=1a^;KsP3rj&Ps*t~>
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps:724:f)Gir!W_igrrE#prrFQto)A`c"nDTr*<6(o-%bjj#0d,O><2oiqZ$doBV`<;rQtQG=o_46rr^7@
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps-725-!8cQ3!m.\.YQ'+~>
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps:726:f)Gir!W_igrrE#prrFQto)A`c"nDTr*<6(o-%bjj#0d,O><2oiqZ$doBV`<;rQtQG=o_46rr^7@
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps-727-!8cQ3!m.\.YQ'+~>
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps:728:f)Gir!W_igrrE#prrFQto)A`c"nDTr*<6(o-%bjj#0d,O><2oiqZ$doBV`<;rQtQG=o_46rr^7@
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps-729-!8cQ3!m.\.YQ'+~>
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps:730:f)Gi<!&4<ArrFQto)A`c"nDTr*<6(o-%bjj!Ve/B!!P5RL8+G;b5VRt$NZs@rr`3B!,C<h!`/lt
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps-731-YQ'+~>
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps:732:f)Gi<!&4<ArrFQto)A`c"nDTr*<6(o-%bjj!Ve/B!!P5RL8+G;b5VRt$NZs@rr`3B!,C<h!`/lt
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps-733-YQ'+~>
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps:734:f)Gi<!&4<ArrFQto)A`c"nDTr*<6(o-%bjj!Ve/B!!P5RL8+G;b5VRt$NZs@rr`3B!,C<h!`/lt
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps-735-YQ'+~>
##############################################
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps-1257-JcGWI!:Tjc!-nA@!7(NB!2KIH!/gaT!nW0Br@e6Dr;R"@!!")d:kJ4gs2b4j~>
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps:1258:JcGEC#N`XCG;(3beGT=H55YB\$2sl(Wqubrk5>5]`m)d(JcE[gJ,~>
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps:1259:JcGEC#N`XCG;(3beGT=H55YB\$2sl(Wqubrk5>5]`m)d(JcE[gJ,~>
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps:1260:JcGEC#N`XCG;(3beGT=H55YB\$2sl(Wqubrk5>5]`m)d(JcE[gJ,~>
ns2-2.35+dfsg/doc/figures/sctp-multihomedNode.eps-1261-JcFs6!13V+!.+VD!7Cdg"3A[/l[f)Js*t~>
##############################################
ns2-2.35+dfsg/doc/debug.tex-141-for csh: alias dmalloc 'eval `\dmalloc -C \!*`', 
ns2-2.35+dfsg/doc/debug.tex:142:for bash: function dmalloc { eval `command dmalloc -b $*` }%$
ns2-2.35+dfsg/doc/debug.tex-143-\end{verbatim}
##############################################
ns2-2.35+dfsg/doc/mobility.tex-816-                mh->dh_duration,       // expected time to send data 
ns2-2.35+dfsg/doc/mobility.tex:817:                ETHER_ADDR(mh->dh_da), // mac_destination address
ns2-2.35+dfsg/doc/mobility.tex:818:                ETHER_ADDR(mh->dh_sa),         // mac_sender address
ns2-2.35+dfsg/doc/mobility.tex-819-                GET_ETHER_TYPE(mh->dh_body));  // type - arp or IP
##############################################
ns2-2.35+dfsg/doc/mobility.tex-1423-\code{iph->src()} should change to\\
ns2-2.35+dfsg/doc/mobility.tex:1424:\code{iph->saddr() & iph->sport();} \\
ns2-2.35+dfsg/doc/mobility.tex-1425-Also lines like \\
##############################################
ns2-2.35+dfsg/doc/mobility.tex-1449-so use\\
ns2-2.35+dfsg/doc/mobility.tex:1450:\code{Address::instance().str2addr(argv[2]) }\\
ns2-2.35+dfsg/doc/mobility.tex-1451-instead of \\
##############################################
ns2-2.35+dfsg/doc/nam.tex-118-    	xwdtoppm <$i |
ns2-2.35+dfsg/doc/nam.tex:119:    	ppmtogif -interlace -transparent'#e5e5e5' >`basename $i .xwd`.gif;
ns2-2.35+dfsg/doc/nam.tex-120-    done
##############################################
ns2-2.35+dfsg/doc/nsdoc.sty-58-\def\code{\bgroup%\ifmmode\@mmodetrue\leavemmode\else\@mmodefalse\fi%
ns2-2.35+dfsg/doc/nsdoc.sty:59:  \catcode`\#=11\catcode`\_=11\catcode`\$=11\catcode`\&=11\relax\@code}
ns2-2.35+dfsg/doc/nsdoc.sty-60-\def\@code#1{\ttfamily #1\egroup}
##############################################
ns2-2.35+dfsg/doc/plm.tex-41-    $self build_link 1 2 100ms 256Kb           \;Build a link;
ns2-2.35+dfsg/doc/plm.tex:42:    set addr(1) [$self place_source 1 3]      \;Set a PLM source;
ns2-2.35+dfsg/doc/plm.tex:43:    $self place_receiver 2 $addr(1) 5 1       \;Set a PLM receiver;
ns2-2.35+dfsg/doc/plm.tex-44-    
##############################################
ns2-2.35+dfsg/dsdv/dsdv.cc-357-    Scheduler::instance().clock(),
ns2-2.35+dfsg/dsdv/dsdv.cc:358:	   hdr_ip::access(p)->saddr(), hdr_ip::access(p)->daddr(),
ns2-2.35+dfsg/dsdv/dsdv.cc-359-	   myaddr_);
##############################################
ns2-2.35+dfsg/dsdv/dsdv.cc-366-  Scheduler::instance ().clock (),
ns2-2.35+dfsg/dsdv/dsdv.cc:367:	   hdr_ip::access (p)->saddr(),
ns2-2.35+dfsg/dsdv/dsdv.cc-368-	   hdr_ip::access (p)->sport(),
ns2-2.35+dfsg/dsdv/dsdv.cc:369:	   hdr_ip::access (p)->daddr(),
ns2-2.35+dfsg/dsdv/dsdv.cc-370-	   hdr_ip::access (p)->dport(),
##############################################
ns2-2.35+dfsg/dsdv/dsdv.cc-392-      trace ("VRS %.5f %d:%d->%d:%d lost at %d", Scheduler::instance ().clock (),
ns2-2.35+dfsg/dsdv/dsdv.cc:393:	       hdr_ip::access (p2)->saddr(),
ns2-2.35+dfsg/dsdv/dsdv.cc-394-	       hdr_ip::access (p2)->sport(),
ns2-2.35+dfsg/dsdv/dsdv.cc:395:	       hdr_ip::access (p2)->daddr(),
ns2-2.35+dfsg/dsdv/dsdv.cc-396-	       hdr_ip::access (p2)->dport(), myaddr_);
##############################################
ns2-2.35+dfsg/dsdv/dsdv.cc-404-      trace ("VRS %.5f %d:%d->%d:%d lost at %d", Scheduler::instance ().clock (),
ns2-2.35+dfsg/dsdv/dsdv.cc:405:	       hdr_ip::access (p2)->saddr(),
ns2-2.35+dfsg/dsdv/dsdv.cc-406-	       hdr_ip::access (p2)->sport(),
ns2-2.35+dfsg/dsdv/dsdv.cc:407:	       hdr_ip::access (p2)->daddr(),
ns2-2.35+dfsg/dsdv/dsdv.cc-408-	       hdr_ip::access (p2)->dport(), myaddr_);
##############################################
ns2-2.35+dfsg/dsdv/dsdv.cc-448-  hdrc->addr_type_ = NS_AF_INET;
ns2-2.35+dfsg/dsdv/dsdv.cc:449:  iph->daddr() = IP_BROADCAST << Address::instance().nodeshift();
ns2-2.35+dfsg/dsdv/dsdv.cc-450-  iph->dport() = ROUTER_PORT;
##############################################
ns2-2.35+dfsg/dsdv/dsdv.cc-486-      //rte.hop = iph->src();
ns2-2.35+dfsg/dsdv/dsdv.cc:487:      rte.hop = Address::instance().get_nodeaddr(iph->saddr());
ns2-2.35+dfsg/dsdv/dsdv.cc-488-      rte.metric = 0;
##############################################
ns2-2.35+dfsg/dsdv/dsdv.cc-613-  //int src, dst;
ns2-2.35+dfsg/dsdv/dsdv.cc:614:  //src = Address::instance().get_nodeaddr(iph->src());
ns2-2.35+dfsg/dsdv/dsdv.cc:615:  //dst = Address::instance().get_nodeaddr(iph->dst());
ns2-2.35+dfsg/dsdv/dsdv.cc-616-  //printf("Received DSDV packet from %d(%d) to %d(%d) [%d)]\n", src, iph->sport(), dst, iph->dport(), myaddr_);
##############################################
ns2-2.35+dfsg/dsdv/dsdv.cc-639-      //rte.hop = iph->src();
ns2-2.35+dfsg/dsdv/dsdv.cc:640:      rte.hop = Address::instance().get_nodeaddr(iph->saddr());
ns2-2.35+dfsg/dsdv/dsdv.cc-641-      rte.metric = *(w++);
##############################################
ns2-2.35+dfsg/dsdv/dsdv.cc-805-  // Reschedule the timeout for this neighbor
ns2-2.35+dfsg/dsdv/dsdv.cc:806:  prte = table_->GetEntry(Address::instance().get_nodeaddr(iph->saddr()));
ns2-2.35+dfsg/dsdv/dsdv.cc-807-  if (prte)
##############################################
ns2-2.35+dfsg/dsdv/dsdv.cc-827-      bzero(&rte, sizeof(rte));
ns2-2.35+dfsg/dsdv/dsdv.cc:828:      rte.dst = Address::instance().get_nodeaddr(iph->saddr());
ns2-2.35+dfsg/dsdv/dsdv.cc:829:      rte.hop = Address::instance().get_nodeaddr(iph->saddr());
ns2-2.35+dfsg/dsdv/dsdv.cc-830-      rte.metric = 1;
##############################################
ns2-2.35+dfsg/dsdv/dsdv.cc-854-{
ns2-2.35+dfsg/dsdv/dsdv.cc:855:	char* dstnet = Address::instance().get_subnetaddr(dst);
ns2-2.35+dfsg/dsdv/dsdv.cc-856-	if (subnet_ != NULL) {
##############################################
ns2-2.35+dfsg/dsdv/dsdv.cc-889-
ns2-2.35+dfsg/dsdv/dsdv.cc:890:  dst = Address::instance().get_nodeaddr(iph->daddr());  
ns2-2.35+dfsg/dsdv/dsdv.cc:891:  if (diff_subnet(iph->daddr())) {
ns2-2.35+dfsg/dsdv/dsdv.cc-892-	   prte = table_->GetEntry (dst);
##############################################
ns2-2.35+dfsg/dsdv/dsdv.cc-932-      if (verbose_)
ns2-2.35+dfsg/dsdv/dsdv.cc:933:	trace ("VBP %.5f _%d_ %d:%d -> %d:%d", now, myaddr_, iph->saddr(),
ns2-2.35+dfsg/dsdv/dsdv.cc:934:	       iph->sport(), iph->daddr(), iph->dport());
ns2-2.35+dfsg/dsdv/dsdv.cc-935-
##############################################
ns2-2.35+dfsg/dsdv/dsdv.cc-964-	      trace ("VBP %.5f _%d_ %d:%d -> %d:%d", now, myaddr_,
ns2-2.35+dfsg/dsdv/dsdv.cc:965:		     iph->saddr(), iph->sport(), iph->daddr(), iph->dport());
ns2-2.35+dfsg/dsdv/dsdv.cc-966-      return;
##############################################
ns2-2.35+dfsg/dsdv/dsdv.cc-979-	  trace ("Routing pkts outside domain: \
ns2-2.35+dfsg/dsdv/dsdv.cc:980:VFP %.5f _%d_ %d:%d -> %d:%d", now, myaddr_, iph->saddr(),
ns2-2.35+dfsg/dsdv/dsdv.cc:981:		 iph->sport(), iph->daddr(), iph->dport());  
ns2-2.35+dfsg/dsdv/dsdv.cc-982-
##############################################
ns2-2.35+dfsg/dsdv/dsdv.cc-1003-  hdr_cmn *cmh = HDR_CMN(p);
ns2-2.35+dfsg/dsdv/dsdv.cc:1004:  int src = Address::instance().get_nodeaddr(iph->saddr());
ns2-2.35+dfsg/dsdv/dsdv.cc-1005-  /*
##############################################
ns2-2.35+dfsg/dsdv/dsdv.cc-1047-    }
ns2-2.35+dfsg/dsdv/dsdv.cc:1048:  else if (iph->daddr() == ((int)IP_BROADCAST) &&
ns2-2.35+dfsg/dsdv/dsdv.cc-1049-	   (iph->dport() != ROUTER_PORT)) 
##############################################
ns2-2.35+dfsg/dsdv/dsdv.cc-1107-
ns2-2.35+dfsg/dsdv/dsdv.cc:1108:  subnet_ = Address::instance().get_subnetaddr(myaddr_);
ns2-2.35+dfsg/dsdv/dsdv.cc-1109-  //DEBUG
ns2-2.35+dfsg/dsdv/dsdv.cc:1110:  address = Address::instance().print_nodeaddr(myaddr_);
ns2-2.35+dfsg/dsdv/dsdv.cc-1111-  //printf("myaddress: %d -> %s\n",myaddr_,address);
##############################################
ns2-2.35+dfsg/dsdv/dsdv.cc-1157-	  printf ("Table Dump %d[%d]\n----------------------------------\n",
ns2-2.35+dfsg/dsdv/dsdv.cc:1158:		  iph2->saddr(), iph2->sport());
ns2-2.35+dfsg/dsdv/dsdv.cc-1159-	trace ("VTD %.5f %d:%d\n", Scheduler::instance ().clock (),
ns2-2.35+dfsg/dsdv/dsdv.cc:1160:		 iph2->saddr(), iph2->sport());
ns2-2.35+dfsg/dsdv/dsdv.cc-1161-
##############################################
ns2-2.35+dfsg/dsdv/dsdv.cc-1190-	 int temp;
ns2-2.35+dfsg/dsdv/dsdv.cc:1191:	 temp = Address::instance().str2addr(argv[2]);
ns2-2.35+dfsg/dsdv/dsdv.cc-1192-	 myaddr_ = temp;
##############################################
ns2-2.35+dfsg/dsr/add_sr.cc-97-  srh->num_addrs() = 0;
ns2-2.35+dfsg/dsr/add_sr.cc:98:  srh->cur_addr() = 0;
ns2-2.35+dfsg/dsr/add_sr.cc-99-  srh->valid() = 1;
ns2-2.35+dfsg/dsr/add_sr.cc:100:  srh->append_addr( 1<<8, NS_AF_INET );
ns2-2.35+dfsg/dsr/add_sr.cc:101:  srh->append_addr( 2<<8, NS_AF_INET );
ns2-2.35+dfsg/dsr/add_sr.cc:102:  srh->append_addr( 3<<8, NS_AF_INET );
ns2-2.35+dfsg/dsr/add_sr.cc-103-  printf(" added sr %s\n",srh->dump());
##############################################
ns2-2.35+dfsg/dsr/dsr_proto.cc-101-      hsr.init();
ns2-2.35+dfsg/dsr/dsr_proto.cc:102:      hsr.append_addr( 1<<8, NS_AF_INET );
ns2-2.35+dfsg/dsr/dsr_proto.cc:103:      hsr.append_addr( 2<<8, NS_AF_INET );
ns2-2.35+dfsg/dsr/dsr_proto.cc:104:      hsr.append_addr( 3<<8, NS_AF_INET );
ns2-2.35+dfsg/dsr/dsr_proto.cc:105:      hsr.append_addr( 4<<8, NS_AF_INET );
ns2-2.35+dfsg/dsr/dsr_proto.cc-106-      
##############################################
ns2-2.35+dfsg/dsr/dsr_proto.cc-113-      hsr.init();
ns2-2.35+dfsg/dsr/dsr_proto.cc:114:      hsr.append_addr( 3<<8, NS_AF_INET );
ns2-2.35+dfsg/dsr/dsr_proto.cc:115:      hsr.append_addr( 2<<8, NS_AF_INET );
ns2-2.35+dfsg/dsr/dsr_proto.cc:116:      hsr.append_addr( 1<<8, NS_AF_INET );
ns2-2.35+dfsg/dsr/dsr_proto.cc-117-      
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-419-      hsr.init();
ns2-2.35+dfsg/dsr/dsragent.cc:420:      hsr.append_addr( 1, NS_AF_INET );
ns2-2.35+dfsg/dsr/dsragent.cc:421:      hsr.append_addr( 2, NS_AF_INET );
ns2-2.35+dfsg/dsr/dsragent.cc:422:      hsr.append_addr( 3, NS_AF_INET );
ns2-2.35+dfsg/dsr/dsragent.cc:423:      hsr.append_addr( 4, NS_AF_INET );
ns2-2.35+dfsg/dsr/dsragent.cc-424-      
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-432-      hsr.init();
ns2-2.35+dfsg/dsr/dsragent.cc:433:      hsr.append_addr( 3, NS_AF_INET );
ns2-2.35+dfsg/dsr/dsragent.cc:434:      hsr.append_addr( 2, NS_AF_INET );
ns2-2.35+dfsg/dsr/dsragent.cc:435:      hsr.append_addr( 1, NS_AF_INET );
ns2-2.35+dfsg/dsr/dsragent.cc-436-      
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-496-	  int temp;
ns2-2.35+dfsg/dsr/dsragent.cc:497:	  temp = Address::instance().str2addr(argv[2]);
ns2-2.35+dfsg/dsr/dsragent.cc-498-	 net_id = ID(temp, ::IP);
ns2-2.35+dfsg/dsr/dsragent.cc:499:	 flow_table.setNetAddr(net_id.addr);
ns2-2.35+dfsg/dsr/dsragent.cc-500-	 route_cache->net_id = net_id;
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-606-  if (cmh->ptype() == PT_GAF) {
ns2-2.35+dfsg/dsr/dsragent.cc:607:    if (iph->daddr() == (int)IP_BROADCAST) { 
ns2-2.35+dfsg/dsr/dsragent.cc-608-      if(cmh->direction() == hdr_cmn::UP)
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-622-  //p.src = ID(iph->src(),::IP);
ns2-2.35+dfsg/dsr/dsragent.cc:623:  p.dest = ID((Address::instance().get_nodeaddr(iph->daddr())),::IP);
ns2-2.35+dfsg/dsr/dsragent.cc:624:  p.src = ID((Address::instance().get_nodeaddr(iph->saddr())),::IP);
ns2-2.35+dfsg/dsr/dsragent.cc-625-
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-787-    int shift = Address::instance().portshift();  
ns2-2.35+dfsg/dsr/dsragent.cc:788:    iph->daddr() = ((iph->dport() & mask) << shift) | ((~(mask) << shift) & iph->dst());
ns2-2.35+dfsg/dsr/dsragent.cc-789-  }
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-911-      flow_table[flowidx].sourceRoute = p.route;
ns2-2.35+dfsg/dsr/dsragent.cc:912:      flow_table[flowidx].nextHop = srh->get_next_addr();
ns2-2.35+dfsg/dsr/dsragent.cc:913:      assert(srh->hopCount() == srh->cur_addr());
ns2-2.35+dfsg/dsr/dsragent.cc-914-      assert(srh->get_next_type() == ::IP);
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-1228-  hdr_ip *iph =  hdr_ip::access(p.pkt);
ns2-2.35+dfsg/dsr/dsragent.cc:1229:  iph->saddr() = Address::instance().create_ipaddr(p.src.addr, RT_PORT);
ns2-2.35+dfsg/dsr/dsragent.cc-1230-  iph->sport() = RT_PORT;
ns2-2.35+dfsg/dsr/dsragent.cc:1231:  iph->daddr() = Address::instance().create_ipaddr(p.dest.addr, RT_PORT);
ns2-2.35+dfsg/dsr/dsragent.cc-1232-  iph->dport() = RT_PORT;
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-1237-  for (int i = 0 ; i < complete_route.length() ; i++)
ns2-2.35+dfsg/dsr/dsragent.cc:1238:    complete_route[i].fillSRAddr(srh->reply_addrs()[i]);
ns2-2.35+dfsg/dsr/dsragent.cc-1239-  srh->route_reply_len() = complete_route.length();
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-1303-  if (dsragent_enable_flowstate &&
ns2-2.35+dfsg/dsr/dsragent.cc:1304:      p.src == net_id && !srh->route_request() && !srh->cur_addr() &&
ns2-2.35+dfsg/dsr/dsragent.cc-1305-      // can't yet decode flow errors and route errors/replies together
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-1342-      flow_table[flowidx].sourceRoute = p.route;
ns2-2.35+dfsg/dsr/dsragent.cc:1343:      flow_table[flowidx].nextHop = srh->get_next_addr();
ns2-2.35+dfsg/dsr/dsragent.cc-1344-      assert(srh->get_next_type() == ::IP);
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-1348-      srh->flow_timeout_time() = default_flow_timeout;
ns2-2.35+dfsg/dsr/dsragent.cc:1349:      srh->cur_addr() = srh->cur_addr() + 1;
ns2-2.35+dfsg/dsr/dsragent.cc-1350-    } else if (flow_table[flowidx].count <= END_TO_END_COUNT ||
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-1364-	srh->flow_timeout_time() = (int)(flow_table[flowidx].timeout - now);
ns2-2.35+dfsg/dsr/dsragent.cc:1365:      srh->cur_addr() = srh->cur_addr() + 1;
ns2-2.35+dfsg/dsr/dsragent.cc-1366-    } else {
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-1368-      assert (flow_table[flowidx].sourceRoute == p.route);
ns2-2.35+dfsg/dsr/dsragent.cc:1369:      srh->flow_timeout() = srh->cur_addr() = srh->num_addrs() = 0;
ns2-2.35+dfsg/dsr/dsragent.cc-1370-    }
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-1420-
ns2-2.35+dfsg/dsr/dsragent.cc:1421:        cmnh->next_hop() = srh->get_next_addr();
ns2-2.35+dfsg/dsr/dsragent.cc-1422-        cmnh->addr_type() = srh->get_next_type();
ns2-2.35+dfsg/dsr/dsragent.cc:1423:        srh->cur_addr() = srh->cur_addr() + 1;
ns2-2.35+dfsg/dsr/dsragent.cc-1424-      } /* route_request() */
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-1493-  hdr_cmn *cmh =  hdr_cmn::access(rrp.pkt);
ns2-2.35+dfsg/dsr/dsragent.cc:1494:  //iph->daddr() = p.dest.getNSAddr_t();
ns2-2.35+dfsg/dsr/dsragent.cc:1495:  iph->daddr() = Address::instance().create_ipaddr(p.dest.getNSAddr_t(),RT_PORT);
ns2-2.35+dfsg/dsr/dsragent.cc-1496-  iph->dport() = RT_PORT;
ns2-2.35+dfsg/dsr/dsragent.cc:1497:  //iph->saddr() = net_id.getNSAddr_t();
ns2-2.35+dfsg/dsr/dsragent.cc:1498:  iph->saddr() = Address::instance().create_ipaddr(net_id.getNSAddr_t(),RT_PORT);
ns2-2.35+dfsg/dsr/dsragent.cc-1499-  iph->sport() = RT_PORT;
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-1514-  
ns2-2.35+dfsg/dsr/dsragent.cc:1515:  iph->daddr() = Address::instance().create_ipaddr(p.dest.getNSAddr_t(),RT_PORT);
ns2-2.35+dfsg/dsr/dsragent.cc-1516-  iph->dport() = RT_PORT;
ns2-2.35+dfsg/dsr/dsragent.cc:1517:  iph->saddr() = Address::instance().create_ipaddr(net_id.getNSAddr_t(),RT_PORT);
ns2-2.35+dfsg/dsr/dsragent.cc-1518-  iph->sport() = RT_PORT;
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-1645-  hdr_ip *new_iph =  hdr_ip::access(p_copy.pkt);
ns2-2.35+dfsg/dsr/dsragent.cc:1646:  //new_iph->daddr() = p_copy.dest.addr;
ns2-2.35+dfsg/dsr/dsragent.cc:1647:  new_iph->daddr() = Address::instance().create_ipaddr(p_copy.dest.getNSAddr_t(),RT_PORT);
ns2-2.35+dfsg/dsr/dsragent.cc-1648-  new_iph->dport() = RT_PORT;
ns2-2.35+dfsg/dsr/dsragent.cc:1649:  //new_iph->saddr() = p_copy.src.addr;
ns2-2.35+dfsg/dsr/dsragent.cc:1650:  new_iph->saddr() =
ns2-2.35+dfsg/dsr/dsragent.cc:1651:    Address::instance().create_ipaddr(p_copy.src.getNSAddr_t(),RT_PORT); 
ns2-2.35+dfsg/dsr/dsragent.cc-1652-  new_iph->sport() = RT_PORT;
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-1657-  for (int i = 0 ; i < p_copy.route.length() ; i++)
ns2-2.35+dfsg/dsr/dsragent.cc:1658:    p_copy.route[i].fillSRAddr(new_srh->reply_addrs()[i]);
ns2-2.35+dfsg/dsr/dsragent.cc-1659-  new_srh->route_reply_len() = p_copy.route.length();
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-1701-	int id = myid.addr;
ns2-2.35+dfsg/dsr/dsragent.cc:1702:	char* dstnet = Address::instance().get_subnetaddr(dst);
ns2-2.35+dfsg/dsr/dsragent.cc:1703:	char * subnet = Address::instance().get_subnetaddr(id);
ns2-2.35+dfsg/dsr/dsragent.cc-1704-	if (subnet != NULL) {
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-1853-
ns2-2.35+dfsg/dsr/dsragent.cc:1854:  //new_iph->daddr() = p_copy.dest.addr;
ns2-2.35+dfsg/dsr/dsragent.cc:1855:  new_iph->daddr() = Address::instance().create_ipaddr(p_copy.dest.getNSAddr_t(),RT_PORT);
ns2-2.35+dfsg/dsr/dsragent.cc-1856-  new_iph->dport() = RT_PORT;
ns2-2.35+dfsg/dsr/dsragent.cc:1857:  //new_iph->saddr() = p_copy.src.addr;
ns2-2.35+dfsg/dsr/dsragent.cc:1858:  new_iph->saddr() = Address::instance().create_ipaddr(p_copy.src.getNSAddr_t(),RT_PORT);
ns2-2.35+dfsg/dsr/dsragent.cc-1859-  new_iph->sport() = RT_PORT;
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-1946-
ns2-2.35+dfsg/dsr/dsragent.cc:1947:  //new_iph->daddr() = p_copy.dest.addr;
ns2-2.35+dfsg/dsr/dsragent.cc:1948:  new_iph->daddr() = Address::instance().create_ipaddr(p_copy.dest.getNSAddr_t(),RT_PORT);
ns2-2.35+dfsg/dsr/dsragent.cc-1949-  new_iph->dport() = RT_PORT;
ns2-2.35+dfsg/dsr/dsragent.cc:1950:  //new_iph->saddr() = p_copy.src.addr;
ns2-2.35+dfsg/dsr/dsragent.cc:1951:  new_iph->saddr() = Address::instance().create_ipaddr(p_copy.src.getNSAddr_t(),RT_PORT);
ns2-2.35+dfsg/dsr/dsragent.cc-1952-  new_iph->sport() = RT_PORT;
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-1987-    // do I know about this flow?
ns2-2.35+dfsg/dsr/dsragent.cc:1988:    if (-1 == (flowidx = flow_table.find(iph->saddr(), iph->daddr(), flowid)))
ns2-2.35+dfsg/dsr/dsragent.cc-1989-      return;
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-1993-    // do I know which flow is default?
ns2-2.35+dfsg/dsr/dsragent.cc:1994:    if (!flow_table.defaultFlow(iph->saddr(), iph->daddr(), flowid))
ns2-2.35+dfsg/dsr/dsragent.cc-1995-      return;
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-1997-    // do I know about this flow?
ns2-2.35+dfsg/dsr/dsragent.cc:1998:    if (-1 == (flowidx = flow_table.find(iph->saddr(), iph->daddr(), flowid)))
ns2-2.35+dfsg/dsr/dsragent.cc-1999-      return;
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-2034-  /* this change added 5/13/98 -dam */
ns2-2.35+dfsg/dsr/dsragent.cc:2035:  ID next_hop(srh->addrs()[srh->cur_addr()]);
ns2-2.35+dfsg/dsr/dsragent.cc-2036-  if (next_hop == net_id || next_hop == MAC_id) return;
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-2040-  //p.src = ID(iph->src(),::IP);
ns2-2.35+dfsg/dsr/dsragent.cc:2041:  p.dest = ID((Address::instance().get_nodeaddr(iph->daddr())),::IP);
ns2-2.35+dfsg/dsr/dsragent.cc:2042:  p.src = ID((Address::instance().get_nodeaddr(iph->saddr())),::IP);
ns2-2.35+dfsg/dsr/dsragent.cc-2043-
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-2205-  hdr_ip *new_iph =  hdr_ip::access(p_copy.pkt);
ns2-2.35+dfsg/dsr/dsragent.cc:2206:  //new_iph->daddr() = p_copy.dest.addr;
ns2-2.35+dfsg/dsr/dsragent.cc:2207:  new_iph->daddr() = Address::instance().create_ipaddr(p_copy.dest.getNSAddr_t(),RT_PORT);
ns2-2.35+dfsg/dsr/dsragent.cc-2208-  new_iph->dport() = RT_PORT;
ns2-2.35+dfsg/dsr/dsragent.cc:2209:  //new_iph->saddr() = p_copy.src.addr;
ns2-2.35+dfsg/dsr/dsragent.cc:2210:  new_iph->saddr() = Address::instance().create_ipaddr(p_copy.src.getNSAddr_t(),RT_PORT);
ns2-2.35+dfsg/dsr/dsragent.cc-2211-  new_iph->sport() = RT_PORT;
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-2218-  for (int i = 0 ; i < p.route.length() ; i++)
ns2-2.35+dfsg/dsr/dsragent.cc:2219:    p.route[i].fillSRAddr(new_srh->reply_addrs()[i]);
ns2-2.35+dfsg/dsr/dsragent.cc-2220-  new_srh->route_reply_len() = p.route.length();
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-2294-  //p.src = ID(iph->src(),::IP);
ns2-2.35+dfsg/dsr/dsragent.cc:2295:  p.dest = ID((Address::instance().get_nodeaddr(iph->daddr())),::IP);
ns2-2.35+dfsg/dsr/dsragent.cc:2296:  p.src = ID((Address::instance().get_nodeaddr(iph->saddr())),::IP);
ns2-2.35+dfsg/dsr/dsragent.cc-2297-  p.pkt = mine ? pkt : pkt->copy();
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-2309-
ns2-2.35+dfsg/dsr/dsragent.cc:2310:  if (ID((Address::instance().get_nodeaddr(iph->saddr())),::IP) == net_id) {
ns2-2.35+dfsg/dsr/dsragent.cc-2311-    // it's our packet we couldn't send
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-2375-
ns2-2.35+dfsg/dsr/dsragent.cc:2376:		  ID to_id(srh->addrs()[srh->cur_addr()+1].addr,
ns2-2.35+dfsg/dsr/dsragent.cc:2377:			   (ID_Type) srh->addrs()[srh->cur_addr()].addr_type);
ns2-2.35+dfsg/dsr/dsragent.cc-2378-		  bool bad_reply = false;
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-2532-
ns2-2.35+dfsg/dsr/dsragent.cc:2533:  //iph->daddr() = p.src.addr;
ns2-2.35+dfsg/dsr/dsragent.cc:2534:  iph->daddr() = Address::instance().create_ipaddr(p.src.getNSAddr_t(),RT_PORT);
ns2-2.35+dfsg/dsr/dsragent.cc-2535-  iph->dport() = RT_PORT;
ns2-2.35+dfsg/dsr/dsragent.cc:2536:  //iph->saddr() = net_id.addr;
ns2-2.35+dfsg/dsr/dsragent.cc:2537:  iph->saddr() = Address::instance().create_ipaddr(net_id.getNSAddr_t(),RT_PORT);
ns2-2.35+dfsg/dsr/dsragent.cc-2538-  iph->sport() = RT_PORT;
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-2548-  //p.dest = ID(iph->dst(), ::IP);
ns2-2.35+dfsg/dsr/dsragent.cc:2549:  p.dest = ID((Address::instance().get_nodeaddr(iph->daddr())),::IP);
ns2-2.35+dfsg/dsr/dsragent.cc:2550:  p.src = ID((Address::instance().get_nodeaddr(iph->saddr())),::IP);
ns2-2.35+dfsg/dsr/dsragent.cc-2551-
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-2568-  hdr_cmn *cmh = hdr_cmn::access(pkt);
ns2-2.35+dfsg/dsr/dsragent.cc:2569:  int flowidx = flow_table.find(iph->saddr(), iph->daddr(), srh->flow_id());
ns2-2.35+dfsg/dsr/dsragent.cc-2570-  u_int16_t default_flow;
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-2574-  if (!srh->flow_header()) {
ns2-2.35+dfsg/dsr/dsragent.cc:2575:    if (!flow_table.defaultFlow(iph->saddr(), iph->daddr(), default_flow)) {
ns2-2.35+dfsg/dsr/dsragent.cc-2576-      SRPacket p(pkt, srh);
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-2578-      //p.dest = ID(iph->dst(), ::IP);
ns2-2.35+dfsg/dsr/dsragent.cc:2579:      p.dest = ID((Address::instance().get_nodeaddr(iph->daddr())),::IP);
ns2-2.35+dfsg/dsr/dsragent.cc:2580:      p.src = ID((Address::instance().get_nodeaddr(iph->saddr())),::IP);
ns2-2.35+dfsg/dsr/dsragent.cc-2581-
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-2585-    }
ns2-2.35+dfsg/dsr/dsragent.cc:2586:    flowidx = flow_table.find(iph->saddr(), iph->daddr(), default_flow);
ns2-2.35+dfsg/dsr/dsragent.cc-2587-  }
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-2594-    //p.dest = ID(iph->dst(), ::IP);
ns2-2.35+dfsg/dsr/dsragent.cc:2595:    p.dest = ID((Address::instance().get_nodeaddr(iph->daddr())),::IP);
ns2-2.35+dfsg/dsr/dsragent.cc:2596:    p.src = ID((Address::instance().get_nodeaddr(iph->saddr())),::IP);
ns2-2.35+dfsg/dsr/dsragent.cc-2597-
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-2605-  flow_table[flowidx].sourceRoute.fillSR(srh);
ns2-2.35+dfsg/dsr/dsragent.cc:2606:  srh->cur_addr() = flow_table[flowidx].hopCount;
ns2-2.35+dfsg/dsr/dsragent.cc:2607:  assert(srh->addrs()[srh->cur_addr()].addr == (nsaddr_t) net_id.addr);
ns2-2.35+dfsg/dsr/dsragent.cc-2608-  cmh->size() += srh->size();
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-2610-  // xmitFailed is going to assume this was incr'ed for send
ns2-2.35+dfsg/dsr/dsragent.cc:2611:  srh->cur_addr()++;
ns2-2.35+dfsg/dsr/dsragent.cc-2612-  xmitFailed(pkt, reason);
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-2627-
ns2-2.35+dfsg/dsr/dsragent.cc:2628:  srh->cur_addr() -= 1;		// correct for inc already done on sending
ns2-2.35+dfsg/dsr/dsragent.cc-2629-  
ns2-2.35+dfsg/dsr/dsragent.cc:2630:  if (srh->cur_addr() >= srh->num_addrs() - 1)
ns2-2.35+dfsg/dsr/dsragent.cc-2631-    {
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-2647-  ID tell_id(srh->addrs()[0].addr,
ns2-2.35+dfsg/dsr/dsragent.cc:2648:	     (ID_Type) srh->addrs()[srh->cur_addr()].addr_type);
ns2-2.35+dfsg/dsr/dsragent.cc:2649:  ID from_id(srh->addrs()[srh->cur_addr()].addr,
ns2-2.35+dfsg/dsr/dsragent.cc:2650:	     (ID_Type) srh->addrs()[srh->cur_addr()].addr_type);
ns2-2.35+dfsg/dsr/dsragent.cc:2651:  ID to_id(srh->addrs()[srh->cur_addr()+1].addr,
ns2-2.35+dfsg/dsr/dsragent.cc:2652:	     (ID_Type) srh->addrs()[srh->cur_addr()].addr_type);
ns2-2.35+dfsg/dsr/dsragent.cc-2653-  assert(from_id == net_id || from_id == MAC_id);
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-2657-	cmh->uid(), cmh->ptype(),
ns2-2.35+dfsg/dsr/dsragent.cc:2658:	iph->saddr(), iph->sport(),
ns2-2.35+dfsg/dsr/dsragent.cc:2659:	iph->daddr(), iph->dport(),
ns2-2.35+dfsg/dsr/dsragent.cc-2660-	from_id.dump(),to_id.dump(),
ns2-2.35+dfsg/dsr/dsragent.cc-2661-	God::instance()->hops(from_id.getNSAddr_t(), to_id.getNSAddr_t()),
ns2-2.35+dfsg/dsr/dsragent.cc:2662:	God::instance()->hops(iph->saddr(),iph->daddr()),
ns2-2.35+dfsg/dsr/dsragent.cc:2663:	God::instance()->hops(from_id.getNSAddr_t(), iph->daddr()),
ns2-2.35+dfsg/dsr/dsragent.cc-2664-	srh->num_addrs(), srh->dump());
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-2676-      /* put packet back on end of ifq for xmission */
ns2-2.35+dfsg/dsr/dsragent.cc:2677:      srh->cur_addr() += 1;	// correct for decrement earlier in proc 
ns2-2.35+dfsg/dsr/dsragent.cc-2678-      // make sure we aren't cycling packets
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-2758-  link_down *deadlink = &(srh->down_links()[srh->num_route_errors()]);
ns2-2.35+dfsg/dsr/dsragent.cc:2759:  deadlink->addr_type = srh->addrs()[srh->cur_addr()].addr_type;
ns2-2.35+dfsg/dsr/dsragent.cc:2760:  deadlink->from_addr = srh->addrs()[srh->cur_addr()].addr;
ns2-2.35+dfsg/dsr/dsragent.cc:2761:  deadlink->to_addr = srh->addrs()[srh->cur_addr()+1].addr;
ns2-2.35+dfsg/dsr/dsragent.cc-2762-  deadlink->tell_addr = srh->addrs()[0].addr;
##############################################
ns2-2.35+dfsg/dsr/dsragent.cc-2778-
ns2-2.35+dfsg/dsr/dsragent.cc:2779:  //iph->daddr() = deadlink->tell_addr;
ns2-2.35+dfsg/dsr/dsragent.cc:2780:  iph->daddr() = Address::instance().create_ipaddr(deadlink->tell_addr,RT_PORT);
ns2-2.35+dfsg/dsr/dsragent.cc-2781-  iph->dport() = RT_PORT;
ns2-2.35+dfsg/dsr/dsragent.cc:2782:  //iph->saddr() = net_id.addr;
ns2-2.35+dfsg/dsr/dsragent.cc:2783:  iph->saddr() = Address::instance().create_ipaddr(net_id.addr,RT_PORT);
ns2-2.35+dfsg/dsr/dsragent.cc-2784-  iph->sport() = RT_PORT;
##############################################
ns2-2.35+dfsg/dsr/flowstruct.cc-185-
ns2-2.35+dfsg/dsr/flowstruct.cc:186:void FlowTable::setNetAddr(nsaddr_t net_id) {
ns2-2.35+dfsg/dsr/flowstruct.cc-187-	net_addr = net_id;
##############################################
ns2-2.35+dfsg/dsr/flowstruct.h-194-    // set our net address, for noticeDeadLink()
ns2-2.35+dfsg/dsr/flowstruct.h:195:    void setNetAddr(nsaddr_t net_id);
ns2-2.35+dfsg/dsr/flowstruct.h-196-
##############################################
ns2-2.35+dfsg/dsr/hdr_sr.h-173-	inline int& num_addrs() { return num_addrs_; }
ns2-2.35+dfsg/dsr/hdr_sr.h:174:	inline int& cur_addr() { return cur_addr_; }
ns2-2.35+dfsg/dsr/hdr_sr.h-175-
##############################################
ns2-2.35+dfsg/dsr/hdr_sr.h-178-	inline int num_addrs() const { return num_addrs_; }
ns2-2.35+dfsg/dsr/hdr_sr.h:179:	inline int cur_addr() const { return cur_addr_; }
ns2-2.35+dfsg/dsr/hdr_sr.h-180-	inline struct sr_addr* addrs() { return addrs_; }
##############################################
ns2-2.35+dfsg/dsr/hdr_sr.h-249-
ns2-2.35+dfsg/dsr/hdr_sr.h:250:	inline nsaddr_t& get_next_addr() { 
ns2-2.35+dfsg/dsr/hdr_sr.h-251-		assert(cur_addr_ < num_addrs_);
##############################################
ns2-2.35+dfsg/dsr/hdr_sr.h-259-
ns2-2.35+dfsg/dsr/hdr_sr.h:260:	inline void append_addr(nsaddr_t a, int type) {
ns2-2.35+dfsg/dsr/hdr_sr.h-261-		assert(num_addrs_ < MAX_SR_LEN-1);
##############################################
ns2-2.35+dfsg/dsr/path.cc-71-
ns2-2.35+dfsg/dsr/path.cc:72:ID invalid_addr(0xffffffff,::NONE);
ns2-2.35+dfsg/dsr/path.cc-73-ID IP_broadcast(IP_BROADCAST,::IP);
##############################################
ns2-2.35+dfsg/dsr/path.cc-164-	len = srh->num_addrs();
ns2-2.35+dfsg/dsr/path.cc:165:	cur_index = srh->cur_addr();
ns2-2.35+dfsg/dsr/path.cc-166-
##############################################
ns2-2.35+dfsg/dsr/path.cc-177-    {
ns2-2.35+dfsg/dsr/path.cc:178:      path[i].fillSRAddr(srh->addrs()[i]);
ns2-2.35+dfsg/dsr/path.cc-179-    }
ns2-2.35+dfsg/dsr/path.cc-180-  srh->num_addrs() = len;
ns2-2.35+dfsg/dsr/path.cc:181:  srh->cur_addr() = cur_index;
ns2-2.35+dfsg/dsr/path.cc-182-}
##############################################
ns2-2.35+dfsg/dsr/path.h-80-  ID() : type(NONE), t(-1), link_type(LT_NONE), log_stat(LS_NONE) {}
ns2-2.35+dfsg/dsr/path.h:81:  //  ID():addr(0),type(NONE) {}	// remove for speed? -dam 1/23/98
ns2-2.35+dfsg/dsr/path.h:82:  //ID(unsigned long name, ID_Type t):addr(name),type(t), t(-1), link_type(LT_NONE),log_stat(LS_NONE)
ns2-2.35+dfsg/dsr/path.h-83-  //{
##############################################
ns2-2.35+dfsg/dsr/path.h-85-  //}
ns2-2.35+dfsg/dsr/path.h:86:  ID(unsigned long name, ID_Type t):addr(name), type(t), t(-1), 
ns2-2.35+dfsg/dsr/path.h-87-    link_type(LT_NONE),log_stat(LS_NONE)
##############################################
ns2-2.35+dfsg/dsr/path.h-90-	}
ns2-2.35+dfsg/dsr/path.h:91:  inline ID(const struct sr_addr &a): addr(a.addr), 
ns2-2.35+dfsg/dsr/path.h-92-    type((enum ID_Type) a.addr_type), t(-1), link_type(LT_NONE),
##############################################
ns2-2.35+dfsg/dsr/path.h-96-	}
ns2-2.35+dfsg/dsr/path.h:97:  inline void fillSRAddr(struct sr_addr& a) {
ns2-2.35+dfsg/dsr/path.h-98-	  a.addr_type = (int) type;
##############################################
ns2-2.35+dfsg/dsr/sr_forwarder.cc-158-  /* check route cache for source route for this packet */
ns2-2.35+dfsg/dsr/sr_forwarder.cc:159:  //if (routecache_->findRoute(ID(iph->daddr()>>8,::IP),path))
ns2-2.35+dfsg/dsr/sr_forwarder.cc:160:  if (routecache_->findRoute(ID(iph->daddr(),::IP),path,0))
ns2-2.35+dfsg/dsr/sr_forwarder.cc-161-    {
##############################################
ns2-2.35+dfsg/dsr/sr_forwarder.cc-166-	      Scheduler::instance().clock(),
ns2-2.35+dfsg/dsr/sr_forwarder.cc:167:	      iph->saddr(), iph->daddr(), srh->dump());
ns2-2.35+dfsg/dsr/sr_forwarder.cc-168-      tracetarget->pt_->dump();
##############################################
ns2-2.35+dfsg/dsr/sr_forwarder.cc-176-	  Scheduler::instance().clock(),
ns2-2.35+dfsg/dsr/sr_forwarder.cc:177:	  routecache_->net_id.dump(), iph->daddr());
ns2-2.35+dfsg/dsr/sr_forwarder.cc-178-  tracetarget->pt_->dump();
##############################################
ns2-2.35+dfsg/dsr/sr_forwarder.cc-213-	      Scheduler::instance().clock(),
ns2-2.35+dfsg/dsr/sr_forwarder.cc:214:	      iph->saddr(), iph->daddr(), srh->get_next_addr(), srh->dump());
ns2-2.35+dfsg/dsr/sr_forwarder.cc-215-      tracetarget->pt_->dump();
##############################################
ns2-2.35+dfsg/dsr/sr_forwarder.cc-217-  
ns2-2.35+dfsg/dsr/sr_forwarder.cc:218:  cmnh->next_hop() = srh->get_next_addr();
ns2-2.35+dfsg/dsr/sr_forwarder.cc-219-  cmnh->addr_type() = NS_AF_INET;
ns2-2.35+dfsg/dsr/sr_forwarder.cc:220:  srh->cur_addr() = srh->cur_addr() + 1;
ns2-2.35+dfsg/dsr/sr_forwarder.cc-221-  target_->recv(p, (Handler*)0);
##############################################
ns2-2.35+dfsg/emulate/arp.cc-388-		if (strcmp(argv[1], "myip") == 0) {
ns2-2.35+dfsg/emulate/arp.cc:389:			u_long a = inet_addr(argv[2]);
ns2-2.35+dfsg/emulate/arp.cc-390-			if (a == 0)
##############################################
ns2-2.35+dfsg/emulate/arp.cc-417-		if (strcmp(argv[1], "insert") == 0) {
ns2-2.35+dfsg/emulate/arp.cc:418:			u_long a = inet_addr(argv[2]);
ns2-2.35+dfsg/emulate/arp.cc-419-			if (a == 0)
##############################################
ns2-2.35+dfsg/emulate/arp.cc-434-{
ns2-2.35+dfsg/emulate/arp.cc:435:	u_long a = inet_addr(host);
ns2-2.35+dfsg/emulate/arp.cc-436-	in_addr ia;
##############################################
ns2-2.35+dfsg/emulate/ether.cc-90-u_char *
ns2-2.35+dfsg/emulate/ether.cc:91:Ethernet::nametoaddr(const char *devname)
ns2-2.35+dfsg/emulate/ether.cc-92-{
##############################################
ns2-2.35+dfsg/emulate/ether.h-58-        static char* etheraddr_string(const u_char*);
ns2-2.35+dfsg/emulate/ether.h:59:	static u_char* nametoaddr(const char *devname);
ns2-2.35+dfsg/emulate/ether.h-60-
##############################################
ns2-2.35+dfsg/emulate/icmp.cc-143-				u_long s, t, d, g;
ns2-2.35+dfsg/emulate/icmp.cc:144:				s = inet_addr(argv[3]);
ns2-2.35+dfsg/emulate/icmp.cc:145:				t = inet_addr(argv[4]);
ns2-2.35+dfsg/emulate/icmp.cc:146:				d = inet_addr(argv[5]);
ns2-2.35+dfsg/emulate/icmp.cc:147:				g = inet_addr(argv[6]);
ns2-2.35+dfsg/emulate/icmp.cc-148-				in_addr src, targ, dst, gw;
##############################################
ns2-2.35+dfsg/emulate/inet.c-37-u_int32_t
ns2-2.35+dfsg/emulate/inet.c:38:LookupHostAddr(const char *s)
ns2-2.35+dfsg/emulate/inet.c-39-{
ns2-2.35+dfsg/emulate/inet.c-40-	if (isdigit(*s))
ns2-2.35+dfsg/emulate/inet.c:41:		return (u_int32_t)inet_addr(s);
ns2-2.35+dfsg/emulate/inet.c-42-	else {
##############################################
ns2-2.35+dfsg/emulate/inet.c-51-u_int32_t
ns2-2.35+dfsg/emulate/inet.c:52:LookupLocalAddr(void)
ns2-2.35+dfsg/emulate/inet.c-53-{
##############################################
ns2-2.35+dfsg/emulate/inet.c-58-		(void)gethostname(name, sizeof(name));
ns2-2.35+dfsg/emulate/inet.c:59:		local_addr = LookupHostAddr(name);
ns2-2.35+dfsg/emulate/inet.c-60-	}
##############################################
ns2-2.35+dfsg/emulate/inet.c-116-
ns2-2.35+dfsg/emulate/inet.c:117:	hp = gethostbyaddr((char *)&addr, sizeof(addr), AF_INET);
ns2-2.35+dfsg/emulate/inet.c-118-	if (hp == 0) 
##############################################
ns2-2.35+dfsg/emulate/inet.h-69-extern char *InetNtoa(u_int32_t addr);
ns2-2.35+dfsg/emulate/inet.h:70:extern u_int32_t LookupLocalAddr(void);
ns2-2.35+dfsg/emulate/inet.h:71:extern u_int32_t LookupHostAddr(const char* host);
ns2-2.35+dfsg/emulate/inet.h-72-extern const char* intoa(u_int32_t addr);
##############################################
ns2-2.35+dfsg/emulate/nat.cc-67-protected:
ns2-2.35+dfsg/emulate/nat.cc:68:	virtual void	rewrite_addr(ip*) = 0;
ns2-2.35+dfsg/emulate/nat.cc-69-	u_short		addrsum(in_addr*);
##############################################
ns2-2.35+dfsg/emulate/nat.cc-83-protected:
ns2-2.35+dfsg/emulate/nat.cc:84:	void	rewrite_addr(ip*);
ns2-2.35+dfsg/emulate/nat.cc-85-	void	fixtsum(ip* iph, int hlen) {
##############################################
ns2-2.35+dfsg/emulate/nat.cc-95-protected:
ns2-2.35+dfsg/emulate/nat.cc:96:	void	rewrite_addr(ip*);
ns2-2.35+dfsg/emulate/nat.cc-97-	void	fixtsum(ip* iph, int hlen) {
##############################################
ns2-2.35+dfsg/emulate/nat.cc-107-protected:
ns2-2.35+dfsg/emulate/nat.cc:108:	void	rewrite_addr(ip*);
ns2-2.35+dfsg/emulate/nat.cc-109-	u_short newval();
##############################################
ns2-2.35+dfsg/emulate/nat.cc-169-/*
ns2-2.35+dfsg/emulate/nat.cc:170: * rewrite packet addresses, calls object-specific rewrite_addr() function
ns2-2.35+dfsg/emulate/nat.cc-171- */
##############################################
ns2-2.35+dfsg/emulate/nat.cc-185-	fixtcpudpcksum(iph, iphlen);	// requires orig header!
ns2-2.35+dfsg/emulate/nat.cc:186:	rewrite_addr(iph);
ns2-2.35+dfsg/emulate/nat.cc-187-	fixipcksum(iph, iphlen);
##############################################
ns2-2.35+dfsg/emulate/nat.cc-254-void
ns2-2.35+dfsg/emulate/nat.cc:255:TCPSrcNat::rewrite_addr(ip* iph)
ns2-2.35+dfsg/emulate/nat.cc-256-{
##############################################
ns2-2.35+dfsg/emulate/nat.cc-284-void
ns2-2.35+dfsg/emulate/nat.cc:285:TCPDestNat::rewrite_addr(ip* iph)
ns2-2.35+dfsg/emulate/nat.cc-286-{
##############################################
ns2-2.35+dfsg/emulate/nat.cc-290-void
ns2-2.35+dfsg/emulate/nat.cc:291:TCPSrcDestNat::rewrite_addr(ip* iph)
ns2-2.35+dfsg/emulate/nat.cc-292-{
ns2-2.35+dfsg/emulate/nat.cc:293:	TCPSrcNat::rewrite_addr(iph);
ns2-2.35+dfsg/emulate/nat.cc:294:	TCPDestNat::rewrite_addr(iph);
ns2-2.35+dfsg/emulate/nat.cc-295-}
##############################################
ns2-2.35+dfsg/emulate/nat.cc-322-			u_long ns;
ns2-2.35+dfsg/emulate/nat.cc:323:			ns = inet_addr(argv[2]);
ns2-2.35+dfsg/emulate/nat.cc-324-			newsrc_.s_addr = ns;
##############################################
ns2-2.35+dfsg/emulate/nat.cc-338-			u_long nd;
ns2-2.35+dfsg/emulate/nat.cc:339:			nd = inet_addr(argv[2]);
ns2-2.35+dfsg/emulate/nat.cc-340-			newdst_.s_addr = nd;
##############################################
ns2-2.35+dfsg/emulate/nat.cc-353-			u_long ns;
ns2-2.35+dfsg/emulate/nat.cc:354:			ns = inet_addr(argv[2]);
ns2-2.35+dfsg/emulate/nat.cc-355-			newsrc_.s_addr = ns;
##############################################
ns2-2.35+dfsg/emulate/nat.cc-363-			u_long nd;
ns2-2.35+dfsg/emulate/nat.cc:364:			nd = inet_addr(argv[2]);
ns2-2.35+dfsg/emulate/nat.cc-365-			newdst_.s_addr = nd;
##############################################
ns2-2.35+dfsg/emulate/net-ip.cc-112-
ns2-2.35+dfsg/emulate/net-ip.cc:113:        inline in_addr& laddr() { return (localaddr_); }
ns2-2.35+dfsg/emulate/net-ip.cc:114:        inline in_addr& dstaddr() { return (destaddr_); }
ns2-2.35+dfsg/emulate/net-ip.cc-115-
##############################################
ns2-2.35+dfsg/emulate/net-ip.cc-515-			else
ns2-2.35+dfsg/emulate/net-ip.cc:516:				addr.s_addr = LookupHostAddr(argv[2]);
ns2-2.35+dfsg/emulate/net-ip.cc-517-			u_int16_t port = htons(atoi(argv[3]));
##############################################
ns2-2.35+dfsg/emulate/net-ip.cc-528-			in_addr addr;
ns2-2.35+dfsg/emulate/net-ip.cc:529:			addr.s_addr = LookupHostAddr(argv[2]);
ns2-2.35+dfsg/emulate/net-ip.cc-530-			u_int16_t port = htons(atoi(argv[3]));
##############################################
ns2-2.35+dfsg/emulate/net-ip.cc-645-			in_addr addr;
ns2-2.35+dfsg/emulate/net-ip.cc:646:			addr.s_addr = LookupHostAddr(argv[2]);
ns2-2.35+dfsg/emulate/net-ip.cc-647-			if (add_membership(rchannel(), addr) < 0)
##############################################
ns2-2.35+dfsg/emulate/net-ip.cc-654-			in_addr addr;
ns2-2.35+dfsg/emulate/net-ip.cc:655:			addr.s_addr = LookupHostAddr(argv[2]);
ns2-2.35+dfsg/emulate/net-ip.cc-656-			if (drop_membership(rchannel(), addr) < 0)
##############################################
ns2-2.35+dfsg/emulate/net-pcap.cc-169-	}
ns2-2.35+dfsg/emulate/net-pcap.cc:170:	NetworkAddress& laddr() { return (linkaddr_); }
ns2-2.35+dfsg/emulate/net-pcap.cc:171:	NetworkAddress& naddr() { return (netaddr_); }
ns2-2.35+dfsg/emulate/net-pcap.cc-172-protected:
##############################################
ns2-2.35+dfsg/emulate/net-pcap.cc-176-
ns2-2.35+dfsg/emulate/net-pcap.cc:177:	int devtonaddr(const char* name, NetworkAddress&);
ns2-2.35+dfsg/emulate/net-pcap.cc-178-
##############################################
ns2-2.35+dfsg/emulate/net-pcap.cc-528-
ns2-2.35+dfsg/emulate/net-pcap.cc:529:	(void) devtonaddr(devname, netaddr_);
ns2-2.35+dfsg/emulate/net-pcap.cc-530-
##############################################
ns2-2.35+dfsg/emulate/net-pcap.cc-594-int
ns2-2.35+dfsg/emulate/net-pcap.cc:595:PcapLiveNetwork::devtonaddr(const char *devname, NetworkAddress& na)
ns2-2.35+dfsg/emulate/net-pcap.cc-596-{
##############################################
ns2-2.35+dfsg/emulate/ping_responder.cc-187-	if (iph->ip_src.s_addr == 0xffffffff || iph->ip_src.s_addr == 0) {
ns2-2.35+dfsg/emulate/ping_responder.cc:188:		fprintf(stderr, "%f: PingResponder(%s): bad src addr (%s)\n",
ns2-2.35+dfsg/emulate/ping_responder.cc-189-			Scheduler::instance().clock(), name(),
##############################################
ns2-2.35+dfsg/emulate/ping_responder.cc-194-	if (IN_MULTICAST(ntohl(iph->ip_src.s_addr))) {
ns2-2.35+dfsg/emulate/ping_responder.cc:195:		fprintf(stderr, "%f: PingResponder(%s): mcast src addr (%s)\n",
ns2-2.35+dfsg/emulate/ping_responder.cc-196-			Scheduler::instance().clock(), name(),
##############################################
ns2-2.35+dfsg/emulate/tcptap.cc-55-    extnode.sin_port = DEFAULT_EXT_PORT;
ns2-2.35+dfsg/emulate/tcptap.cc:56:    extnode.sin_addr.s_addr = inet_addr(DEFAULT_EXT_ADDR);
ns2-2.35+dfsg/emulate/tcptap.cc-57-    extnode.sin_family = AF_INET;
##############################################
ns2-2.35+dfsg/emulate/tcptap.cc-60-    nsnode.sin_port = DEFAULT_NS_PORT;
ns2-2.35+dfsg/emulate/tcptap.cc:61:    nsnode.sin_addr.s_addr = inet_addr(DEFAULT_NS_ADDR);
ns2-2.35+dfsg/emulate/tcptap.cc-62-    nsnode.sin_family = AF_INET;
##############################################
ns2-2.35+dfsg/emulate/tcptap.cc-76-    if (strcmp(argv[1], "nsipaddr") == 0) {
ns2-2.35+dfsg/emulate/tcptap.cc:77:      if ((nsnode.sin_addr.s_addr = inet_addr(argv[2])) 
ns2-2.35+dfsg/emulate/tcptap.cc-78-	  == INADDR_NONE) {
##############################################
ns2-2.35+dfsg/emulate/tcptap.cc-86-    if (strcmp(argv[1], "extipaddr") == 0) {
ns2-2.35+dfsg/emulate/tcptap.cc:87:      if ((extnode.sin_addr.s_addr = inet_addr(argv[2])) 
ns2-2.35+dfsg/emulate/tcptap.cc-88-	  == INADDR_NONE) {
##############################################
ns2-2.35+dfsg/gaf/gaf.cc-473-  hdrc->addr_type_ = NS_AF_INET;
ns2-2.35+dfsg/gaf/gaf.cc:474:  iph->daddr() = IP_BROADCAST << Address::instance().nodeshift();
ns2-2.35+dfsg/gaf/gaf.cc-475-  iph->dport() = 254;
##############################################
ns2-2.35+dfsg/gaf/gaf.cc-623-	  if (gafagent_ == 1) {
ns2-2.35+dfsg/gaf/gaf.cc:624:	    if (((u_int32_t)hdr->daddr()) == IP_BROADCAST) {
ns2-2.35+dfsg/gaf/gaf.cc:625:		hdr->daddr() = here_.addr_;
ns2-2.35+dfsg/gaf/gaf.cc-626-	    }	    
##############################################
ns2-2.35+dfsg/imep/dest_queue.cc-181-	for(t = dstentHead.lh_first; t; t = t->link.le_next) {
ns2-2.35+dfsg/imep/dest_queue.cc:182:		if(t->ipaddr() == dst)
ns2-2.35+dfsg/imep/dest_queue.cc-183-			return t;
##############################################
ns2-2.35+dfsg/imep/dest_queue.cc-197-	for(d = dstentHead.lh_first; d; d = d->link.le_next) {
ns2-2.35+dfsg/imep/dest_queue.cc:198:		if(d->ipaddr() == dst)
ns2-2.35+dfsg/imep/dest_queue.cc-199-			break;
##############################################
ns2-2.35+dfsg/imep/dest_queue.cc-304-    {
ns2-2.35+dfsg/imep/dest_queue.cc:305:      if(d->ipaddr() == dst)
ns2-2.35+dfsg/imep/dest_queue.cc-306-	break;
##############################################
ns2-2.35+dfsg/imep/dest_queue.cc-332-		agent_->trace("T %.9f _%d_ dest_queue - src %d expire %.9f seqno %d",
ns2-2.35+dfsg/imep/dest_queue.cc:333:			      CURRENT_TIME, ipaddr_, t->ipaddr(), t->expire(), t->seqno());
ns2-2.35+dfsg/imep/dest_queue.cc-334-
##############################################
ns2-2.35+dfsg/imep/dest_queue.cc-338-		    agent_->trace("T %.9f _%d_ dest_queue - src %d seq %d expire %.9f",
ns2-2.35+dfsg/imep/dest_queue.cc:339:				  CURRENT_TIME, ipaddr_, t->ipaddr(),
ns2-2.35+dfsg/imep/dest_queue.cc-340-				  u->seqno(), u->expire());
##############################################
ns2-2.35+dfsg/imep/dest_queue.h-96-
ns2-2.35+dfsg/imep/dest_queue.h:97:	nsaddr_t ipaddr() { return ipaddr_; }
ns2-2.35+dfsg/imep/dest_queue.h-98-	u_int32_t& seqno() { return seqno_; }
##############################################
ns2-2.35+dfsg/imep/imep.cc-94-	incomingTimer(this, INCOMING_TIMER),
ns2-2.35+dfsg/imep/imep.cc:95:	ipaddr(index),
ns2-2.35+dfsg/imep/imep.cc-96-	incomingQ(this, index)
##############################################
ns2-2.35+dfsg/imep/imep.cc-411-
ns2-2.35+dfsg/imep/imep.cc:412:	ih->saddr() = ipaddr;
ns2-2.35+dfsg/imep/imep.cc:413:	ih->daddr() = IP_BROADCAST;
ns2-2.35+dfsg/imep/imep.cc-414-	ih->sport() = RT_PORT;
##############################################
ns2-2.35+dfsg/imep/imep.cc-523-		
ns2-2.35+dfsg/imep/imep.cc:524:		index = HDR_IP(p)->saddr();
ns2-2.35+dfsg/imep/imep.cc-525-		imepLink *l = findLink(index);		
##############################################
ns2-2.35+dfsg/imep/imep.cc-560-			    " timer delivery)", CURRENT_TIME, ipaddr, 
ns2-2.35+dfsg/imep/imep.cc:561:			    HDR_IP(p0)->saddr(), l->lastSeq() + 1);
ns2-2.35+dfsg/imep/imep.cc-562-		    l->lastSeq() += 1;
##############################################
ns2-2.35+dfsg/imep/imep.cc-594-
ns2-2.35+dfsg/imep/imep.cc:595:	incomingQ.addEntry(ip->saddr(), CURRENT_TIME + MAX_RETRANS_TIME, s, p);
ns2-2.35+dfsg/imep/imep.cc-596-  
##############################################
ns2-2.35+dfsg/imep/imep.cc-640-
ns2-2.35+dfsg/imep/imep.cc:641:	if(ip->daddr() != (nsaddr_t) IP_BROADCAST) {
ns2-2.35+dfsg/imep/imep.cc-642-		fprintf(stderr, "IP dst is unicast - not encapsulating\n");
##############################################
ns2-2.35+dfsg/imep/imep.cc-686-
ns2-2.35+dfsg/imep/imep.cc:687:	imepSetLinkInStatus(ih->saddr());
ns2-2.35+dfsg/imep/imep.cc-688-	// XXX: this could be done at the MAC layer.  In fact, I will 
##############################################
ns2-2.35+dfsg/imep/imep.cc-723-
ns2-2.35+dfsg/imep/imep.cc:724:	sendHello(ip->saddr());
ns2-2.35+dfsg/imep/imep.cc-725-}
##############################################
ns2-2.35+dfsg/imep/imep.cc-752-				    " block", CURRENT_TIME, ipaddr, 
ns2-2.35+dfsg/imep/imep.cc:753:				    ih->saddr(), ack->ack_seqno);
ns2-2.35+dfsg/imep/imep.cc-754-			    stats.num_unexpected_acks++;
##############################################
ns2-2.35+dfsg/imep/imep.cc-757-
ns2-2.35+dfsg/imep/imep.cc:758:			removeObjectResponse(p0, ih->saddr());
ns2-2.35+dfsg/imep/imep.cc-759-
ns2-2.35+dfsg/imep/imep.cc:760:			imepSetLinkBiStatus(ih->saddr());
ns2-2.35+dfsg/imep/imep.cc-761-		}
##############################################
ns2-2.35+dfsg/imep/imep.cc-777-
ns2-2.35+dfsg/imep/imep.cc:778:			imepSetLinkBiStatus(ip->saddr());
ns2-2.35+dfsg/imep/imep.cc-779-
##############################################
ns2-2.35+dfsg/imep/imep.cc-797-	struct hdr_ip *iph = HDR_IP(p);
ns2-2.35+dfsg/imep/imep.cc:798:	imepLink *l = findLink(iph->saddr());
ns2-2.35+dfsg/imep/imep.cc-799-	assert(l);  // if we have an object, a link entry should already exist
##############################################
ns2-2.35+dfsg/imep/imep.cc-806-	      trace("T %.9f _d_ first object from neighbor %d seq %d",
ns2-2.35+dfsg/imep/imep.cc:807:		    CURRENT_TIME, ipaddr, iph->saddr(), ob->ob_sequence);
ns2-2.35+dfsg/imep/imep.cc-808-	  }
##############################################
ns2-2.35+dfsg/imep/imep.cc-819-	      trace("T %.9f _%d_ from %d ignored seq %d (already heard)",
ns2-2.35+dfsg/imep/imep.cc:820:		    CURRENT_TIME, ipaddr, iph->saddr(), ob->ob_sequence);
ns2-2.35+dfsg/imep/imep.cc-821-	    stats.num_out_of_window_objs++;
##############################################
ns2-2.35+dfsg/imep/imep.cc-827-	    trace("T %.9f _%d_ inorder - src %d seq %d out of order (%d expected)",
ns2-2.35+dfsg/imep/imep.cc:828:		  CURRENT_TIME, ipaddr, iph->saddr(),
ns2-2.35+dfsg/imep/imep.cc-829-		  ob->ob_sequence, l->lastSeq()+1);
##############################################
ns2-2.35+dfsg/imep/imep.cc-837-	      trace("T %.9f _%d_ inorder - fastpath src %d seq %d (delivering)",
ns2-2.35+dfsg/imep/imep.cc:838:		    CURRENT_TIME, ipaddr, HDR_IP(p)->saddr(), ob->ob_sequence);
ns2-2.35+dfsg/imep/imep.cc-839-	    stats.num_in_order_objs++;
##############################################
ns2-2.35+dfsg/imep/imep.cc-853-	Packet *p0;
ns2-2.35+dfsg/imep/imep.cc:854:	while((p0 = incomingQ.getPacket(iph->saddr(), l->lastSeq() + 1)))
ns2-2.35+dfsg/imep/imep.cc-855-	  {
##############################################
ns2-2.35+dfsg/imep/imep.cc-858-	      trace("T %.9f _%d_ inorder - src %d seq %d (delivering)",
ns2-2.35+dfsg/imep/imep.cc:859:		    CURRENT_TIME, ipaddr, HDR_IP(p0)->saddr(), l->lastSeq() + 1);
ns2-2.35+dfsg/imep/imep.cc-860-	    l->lastSeq() += 1;
##############################################
ns2-2.35+dfsg/imep/imep.cc-916-    { // a ``broadcast'' response list to which everyone replies
ns2-2.35+dfsg/imep/imep.cc:917:      sendAck(iph->saddr(), ob->ob_sequence);
ns2-2.35+dfsg/imep/imep.cc-918-      return;
##############################################
ns2-2.35+dfsg/imep/imep.cc-934-	{
ns2-2.35+dfsg/imep/imep.cc:935:	  sendAck(iph->saddr(), ob->ob_sequence);
ns2-2.35+dfsg/imep/imep.cc-936-	  break;
##############################################
ns2-2.35+dfsg/imep/imep_api.cc-179-	if (verbose) trace("T %.9f _%d_ undeliverable pkt to %d",
ns2-2.35+dfsg/imep/imep_api.cc:180:			   CURRENT_TIME, ipaddr, ip->daddr());
ns2-2.35+dfsg/imep/imep_api.cc-181-
##############################################
ns2-2.35+dfsg/imep/imep_io.cc-66-
ns2-2.35+dfsg/imep/imep_io.cc:67:	ih->saddr() = ipaddr;
ns2-2.35+dfsg/imep/imep_io.cc:68:	ih->daddr() = IP_BROADCAST;
ns2-2.35+dfsg/imep/imep_io.cc-69-	ih->sport() = RT_PORT;
##############################################
ns2-2.35+dfsg/imep/imep_io.cc-97-
ns2-2.35+dfsg/imep/imep_io.cc:98:	ih->saddr() = ipaddr;
ns2-2.35+dfsg/imep/imep_io.cc:99:	ih->daddr() = IP_BROADCAST;
ns2-2.35+dfsg/imep/imep_io.cc-100-	ih->sport() = RT_PORT;
##############################################
ns2-2.35+dfsg/imep/imep_io.cc-141-
ns2-2.35+dfsg/imep/imep_io.cc:142:	ih->saddr() = ipaddr;
ns2-2.35+dfsg/imep/imep_io.cc:143:	ih->daddr() = IP_BROADCAST;
ns2-2.35+dfsg/imep/imep_io.cc-144-	ih->sport() = RT_PORT;
##############################################
ns2-2.35+dfsg/indep-utils/cmu-scen-gen/setdest/emulate-70-unlink("tmpdests");
ns2-2.35+dfsg/indep-utils/cmu-scen-gen/setdest/emulate:71:0 == system("calcdest -i $scen -o tmpdests") or die "calcdest on $scen failed";
ns2-2.35+dfsg/indep-utils/cmu-scen-gen/setdest/emulate-72-
##############################################
ns2-2.35+dfsg/indep-utils/cmu-scen-gen/setdest/emulate-76-    print "\n Making tracefile for node $i\n";
ns2-2.35+dfsg/indep-utils/cmu-scen-gen/setdest/emulate:77:    0 == system("gentracefiles tmpdests $addrmap $i > tmpdest$i") 
ns2-2.35+dfsg/indep-utils/cmu-scen-gen/setdest/emulate-78-	or die "gentracefiles for node $i failed!";
##############################################
ns2-2.35+dfsg/indep-utils/cmu-scen-gen/setdest/emulate-81-    print ("moving trace for $i to $host\n");
ns2-2.35+dfsg/indep-utils/cmu-scen-gen/setdest/emulate:82:    system("scp tmpdest$i $user\@$host:$dir/$scen");
ns2-2.35+dfsg/indep-utils/cmu-scen-gen/setdest/emulate-83-}
##############################################
ns2-2.35+dfsg/indep-utils/model-gen/fmodel.pl-161-
ns2-2.35+dfsg/indep-utils/model-gen/fmodel.pl:162:        $ret=`cat $outfile | awk -f ftp.awk | sort > $outfile1`;
ns2-2.35+dfsg/indep-utils/model-gen/fmodel.pl:163:	$ret=`cat $outfile1 | ftp.pl -w $outfile`;
ns2-2.35+dfsg/indep-utils/model-gen/fmodel.pl:164:	$ret=`sort -o $outfile3 $outfile2`;
ns2-2.35+dfsg/indep-utils/model-gen/fmodel.pl:165:	$ret=`awk -f ftp.arrive.awk < $outfile3 > $outfile4`;
ns2-2.35+dfsg/indep-utils/model-gen/fmodel.pl:166:	$ret=`sort -o $outfile8 $outfile7`;
ns2-2.35+dfsg/indep-utils/model-gen/fmodel.pl:167:	$ret=`awk -f arrive2inter.awk < $outfile8 > $outfile9`;
ns2-2.35+dfsg/indep-utils/model-gen/fmodel.pl-168-
ns2-2.35+dfsg/indep-utils/model-gen/fmodel.pl:169:	$ret=`dat2cdf -e 0 -i 0.001 -d 1 -t $outfile4`;
ns2-2.35+dfsg/indep-utils/model-gen/fmodel.pl:170:	$ret=`dat2cdf -e 0 -i 1000 -d 1000 -t $outfile5`;
ns2-2.35+dfsg/indep-utils/model-gen/fmodel.pl:171:	$ret=`dat2cdf -e 0 -i 1 -d 1 -t $outfile6`;
ns2-2.35+dfsg/indep-utils/model-gen/fmodel.pl:172:	$ret=`dat2cdf -e 0 -i 1 -d 1 -t $outfile9`;
ns2-2.35+dfsg/indep-utils/model-gen/fmodel.pl-173-}
##############################################
ns2-2.35+dfsg/indep-utils/model-gen/wmodel.pl-160-
ns2-2.35+dfsg/indep-utils/model-gen/wmodel.pl:161:        $ret=`sort -s -o $outfile1 +1 -2 +3 -4 +0 -1 -T /tmp $outfile`;
ns2-2.35+dfsg/indep-utils/model-gen/wmodel.pl:162:	$ret=`http_connect -r $outfile1 -w $outfile2`;
ns2-2.35+dfsg/indep-utils/model-gen/wmodel.pl:163:	$ret=`grep "ACT" $outfile2 > $outfile3`;
ns2-2.35+dfsg/indep-utils/model-gen/wmodel.pl:164:	$ret=`sort $outfile3 > $outfile4`;
ns2-2.35+dfsg/indep-utils/model-gen/wmodel.pl:165:	$ret=`sort -s -o $outfile5 +1 -2 +0 -1 -T /tmp $outfile2`;
ns2-2.35+dfsg/indep-utils/model-gen/wmodel.pl:166:	$ret=`http_active -r  $outfile5 -w $outfile6 -I $threshold`;
ns2-2.35+dfsg/indep-utils/model-gen/wmodel.pl-167-
ns2-2.35+dfsg/indep-utils/model-gen/wmodel.pl:168:	$ret=`cat $outfile7 | outputCDF -e $outfile`;
ns2-2.35+dfsg/indep-utils/model-gen/wmodel.pl-169-}
##############################################
ns2-2.35+dfsg/indep-utils/webtrace-conv/nlanr/logparse.cc-31-	q = strtok(NULL, " ");
ns2-2.35+dfsg/indep-utils/webtrace-conv/nlanr/logparse.cc:32:	ne.cid = (u_int32_t)inet_addr(q);
ns2-2.35+dfsg/indep-utils/webtrace-conv/nlanr/logparse.cc-33-
##############################################
ns2-2.35+dfsg/lib/dmalloc_support.cc-89-	char	*file;
ns2-2.35+dfsg/lib/dmalloc_support.cc:90:	GET_RET_ADDR(file);
ns2-2.35+dfsg/lib/dmalloc_support.cc-91-	return _malloc_leap(file, 0, size);
##############################################
ns2-2.35+dfsg/lib/dmalloc_support.cc-100-	char	*file;
ns2-2.35+dfsg/lib/dmalloc_support.cc:101:	GET_RET_ADDR(file);
ns2-2.35+dfsg/lib/dmalloc_support.cc-102-	_free_leap(file, 0, pnt);
##############################################
ns2-2.35+dfsg/lib/dmalloc_support.cc-112-	char	*file;
ns2-2.35+dfsg/lib/dmalloc_support.cc:113:	GET_RET_ADDR(file);
ns2-2.35+dfsg/lib/dmalloc_support.cc-114-	_free_leap(file, 0, pnt);
##############################################
ns2-2.35+dfsg/lib/dmalloc_support.cc-121- 
ns2-2.35+dfsg/lib/dmalloc_support.cc:122:  GET_RET_ADDR(file);
ns2-2.35+dfsg/lib/dmalloc_support.cc-123-  return (char*) _malloc_leap(file,0,nbytes);
##############################################
ns2-2.35+dfsg/lib/dmalloc_support.cc-138-
ns2-2.35+dfsg/lib/dmalloc_support.cc:139:      GET_RET_ADDR(file);
ns2-2.35+dfsg/lib/dmalloc_support.cc-140-      result = (char *)_malloc_leap(file,0,size);
##############################################
ns2-2.35+dfsg/link/delay.cc-156-		if (iph->flowid() == prune) {
ns2-2.35+dfsg/link/delay.cc:157:			if (iph->saddr() == src && iph->daddr() == group) {
ns2-2.35+dfsg/link/delay.cc-158-				total_[0]++;
##############################################
ns2-2.35+dfsg/link/delay.cc-160-		} else if (iph->flowid() == graft) {
ns2-2.35+dfsg/link/delay.cc:161:			if (iph->saddr() == src && iph->daddr() == group) {
ns2-2.35+dfsg/link/delay.cc-162-				total_[1]++;
##############################################
ns2-2.35+dfsg/link/delay.cc-169-		} else if (iph->flowid() == data) {
ns2-2.35+dfsg/link/delay.cc:170:			if (iph->saddr() == src+1 && iph->daddr() == group) {
ns2-2.35+dfsg/link/delay.cc-171-				total_[3]++;
##############################################
ns2-2.35+dfsg/link/hackloss.cc-65-	if (nth_ && (iph->flowid() == fid_) &&
ns2-2.35+dfsg/link/hackloss.cc:66:	    (iph->saddr() == src_) && (iph->daddr() == dst_) &&
ns2-2.35+dfsg/link/hackloss.cc-67-	    ((++ctr_ % nth_) == 0))
##############################################
ns2-2.35+dfsg/linkstate/rtProtoLS.cc-182-		Tcl::instance().evalf("%s recv-update %d %d", name(),
ns2-2.35+dfsg/linkstate/rtProtoLS.cc:183:				      ih->saddr(), rh->metricsVar());
ns2-2.35+dfsg/linkstate/rtProtoLS.cc-184-	Packet::free(p);
##############################################
ns2-2.35+dfsg/mac/arp.cc-231-	mac_->hdr_dst(mh, MAC_BROADCAST);
ns2-2.35+dfsg/mac/arp.cc:232:	mac_->hdr_src(mh, ll->mac_->addr());
ns2-2.35+dfsg/mac/arp.cc-233-	mac_->hdr_type(mh, ETHERTYPE_ARP);
##############################################
ns2-2.35+dfsg/mac/arp.cc-243-	ah->arp_op  = ARPOP_REQUEST;
ns2-2.35+dfsg/mac/arp.cc:244:	ah->arp_sha = ll->mac_->addr();
ns2-2.35+dfsg/mac/arp.cc-245-	ah->arp_spa = src;
##############################################
ns2-2.35+dfsg/mac/arp.cc-289-		// Future work: separate port-id from IP address ??
ns2-2.35+dfsg/mac/arp.cc:290:		int dst = Address::instance().get_nodeaddr(ih->daddr());
ns2-2.35+dfsg/mac/arp.cc-291-		
##############################################
ns2-2.35+dfsg/mac/arp.cc-322-		mac_->hdr_dst(mh, ah->arp_sha);
ns2-2.35+dfsg/mac/arp.cc:323:		mac_->hdr_src(mh, ll->mac_->addr());
ns2-2.35+dfsg/mac/arp.cc-324-		mac_->hdr_type(mh, ETHERTYPE_ARP);
##############################################
ns2-2.35+dfsg/mac/arp.cc-335-		ah->arp_tha = ah->arp_sha;
ns2-2.35+dfsg/mac/arp.cc:336:		ah->arp_sha = ll->mac_->addr();
ns2-2.35+dfsg/mac/arp.cc-337-
##############################################
ns2-2.35+dfsg/mac/lanRouter.cc-71-	hdr_ip* iph= hdr_ip::access(p);
ns2-2.35+dfsg/mac/lanRouter.cc:72:	char* adst= Address::instance().print_nodeaddr(iph->daddr());
ns2-2.35+dfsg/mac/lanRouter.cc-73-	int next_hopIP;
##############################################
ns2-2.35+dfsg/mac/lanRouter.cc-79-		// hacking: get rid of the last "."
ns2-2.35+dfsg/mac/lanRouter.cc:80:		bdst = Address::instance().print_nodeaddr(next_hopIP);
ns2-2.35+dfsg/mac/lanRouter.cc-81-// 		bdst[strlen(bdst)-1] = '\0';
##############################################
ns2-2.35+dfsg/mac/ll.cc-171-
ns2-2.35+dfsg/mac/ll.cc:172:	nsaddr_t dst = (nsaddr_t)Address::instance().get_nodeaddr(ih->daddr());
ns2-2.35+dfsg/mac/ll.cc-173-	//nsaddr_t dst = ih->dst();
##############################################
ns2-2.35+dfsg/mac/ll.cc-179-
ns2-2.35+dfsg/mac/ll.cc:180:	mac_->hdr_src(mh, mac_->addr());
ns2-2.35+dfsg/mac/ll.cc-181-	mac_->hdr_type(mh, ETHERTYPE_IP);
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-273-		if (strcmp(argv[1], "ap") == 0) {
ns2-2.35+dfsg/mac/mac-802_11.cc:274:			ap_addr = addr();
ns2-2.35+dfsg/mac/mac-802_11.cc:275:			bss_id_ = addr();
ns2-2.35+dfsg/mac/mac-802_11.cc-276-			infra_mode_ = 1;
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-320-        //char *src_nodeaddr =
ns2-2.35+dfsg/mac/mac-802_11.cc:321:	//       Address::instance().print_nodeaddr(iph->saddr());
ns2-2.35+dfsg/mac/mac-802_11.cc-322-        //char *dst_nodeaddr =
ns2-2.35+dfsg/mac/mac-802_11.cc:323:        //      Address::instance().print_nodeaddr(iph->daddr());
ns2-2.35+dfsg/mac/mac-802_11.cc-324-	
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-332-                        eventtype,
ns2-2.35+dfsg/mac/mac-802_11.cc:333:                        //ETHER_ADDR(dh->dh_sa)
ns2-2.35+dfsg/mac/mac-802_11.cc:334:                        ETHER_ADDR(dh->dh_ta)
ns2-2.35+dfsg/mac/mac-802_11.cc-335-                        );
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-340-                        eventtype,
ns2-2.35+dfsg/mac/mac-802_11.cc:341:                        //ETHER_ADDR(dh->dh_sa)
ns2-2.35+dfsg/mac/mac-802_11.cc:342:                        ETHER_ADDR(dh->dh_ta)
ns2-2.35+dfsg/mac/mac-802_11.cc-343-                        );
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-359-		*t, dh->dh_duration,
ns2-2.35+dfsg/mac/mac-802_11.cc:360:		 ETHER_ADDR(dh->dh_ra), ETHER_ADDR(dh->dh_ta),
ns2-2.35+dfsg/mac/mac-802_11.cc-361-		index_, packet_info.name(ch->ptype()), ch->size());
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-399-			STORE4BYTE(&dst, (dh->dh_ra));
ns2-2.35+dfsg/mac/mac-802_11.cc:400:		} else if ( addr() == bss_id_) {
ns2-2.35+dfsg/mac/mac-802_11.cc-401-			if ( find_client(dst) == 1 || (u_int32_t) dst == MAC_BROADCAST) {
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-418-	}
ns2-2.35+dfsg/mac/mac-802_11.cc:419:       return (u_int32_t)ETHER_ADDR(dh->dh_ra);
ns2-2.35+dfsg/mac/mac-802_11.cc-420-}
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-427-               STORE4BYTE(&src, (dh->dh_ta));
ns2-2.35+dfsg/mac/mac-802_11.cc:428:        return ETHER_ADDR(dh->dh_ta);
ns2-2.35+dfsg/mac/mac-802_11.cc-429-}
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-473-		case MAC_Subtype_Auth:
ns2-2.35+dfsg/mac/mac-802_11.cc:474:			 if((u_int32_t)ETHER_ADDR(mh->dh_ra) == (u_int32_t)index_) {
ns2-2.35+dfsg/mac/mac-802_11.cc-475-				drop(p, why);
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-480-		case MAC_Subtype_AssocReq:
ns2-2.35+dfsg/mac/mac-802_11.cc:481:			if((u_int32_t)ETHER_ADDR(mh->dh_ra) == (u_int32_t)index_) {
ns2-2.35+dfsg/mac/mac-802_11.cc-482-				drop(p, why);
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-488-		case MAC_Subtype_ProbeReq:
ns2-2.35+dfsg/mac/mac-802_11.cc:489:			 if((u_int32_t)ETHER_ADDR(mh->dh_ra) == (u_int32_t)index_) {
ns2-2.35+dfsg/mac/mac-802_11.cc-490-				drop(p, why);
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-505-		case MAC_Subtype_RTS:
ns2-2.35+dfsg/mac/mac-802_11.cc:506:			 if((u_int32_t)ETHER_ADDR(mh->dh_ta) ==  (u_int32_t)index_) {
ns2-2.35+dfsg/mac/mac-802_11.cc-507-				drop(p, why);
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-512-		case MAC_Subtype_ACK:
ns2-2.35+dfsg/mac/mac-802_11.cc:513:			if((u_int32_t)ETHER_ADDR(mh->dh_ra) == (u_int32_t)index_) {
ns2-2.35+dfsg/mac/mac-802_11.cc-514-				drop(p, why);
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-525-		case MAC_Subtype_Data:
ns2-2.35+dfsg/mac/mac-802_11.cc:526:			if((u_int32_t)ETHER_ADDR(mh->dh_ra) == \
ns2-2.35+dfsg/mac/mac-802_11.cc-527-                           (u_int32_t)index_ ||
ns2-2.35+dfsg/mac/mac-802_11.cc:528:                          (u_int32_t)ETHER_ADDR(mh->dh_ta) == \
ns2-2.35+dfsg/mac/mac-802_11.cc-529-                           (u_int32_t)index_ ||
ns2-2.35+dfsg/mac/mac-802_11.cc:530:                          ((u_int32_t)ETHER_ADDR(mh->dh_ra) == MAC_BROADCAST && mh->dh_fc.fc_to_ds == 0)) {
ns2-2.35+dfsg/mac/mac-802_11.cc-531-                                drop(p,why);
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-619-			if ((u_int32_t) ch->size() < macmib_.getRTSThreshold()
ns2-2.35+dfsg/mac/mac-802_11.cc:620:			    || (u_int32_t) ETHER_ADDR(mh->dh_ra) == MAC_BROADCAST) {
ns2-2.35+dfsg/mac/mac-802_11.cc-621-				if (bugFix_timer_) {
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-658-{
ns2-2.35+dfsg/mac/mac-802_11.cc:659:	if(addr() != bss_id_ && infra_mode_ == 1) {
ns2-2.35+dfsg/mac/mac-802_11.cc-660-		if(check_pktPROBEREQ() == 0)
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-672-
ns2-2.35+dfsg/mac/mac-802_11.cc:673:	if ( addr() == bss_id_ ) {
ns2-2.35+dfsg/mac/mac-802_11.cc-674-		if (pktPROBEREP_ && queue_head->frame_priority == 1) {
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-819-				
ns2-2.35+dfsg/mac/mac-802_11.cc:820:			if(addr() == bss_id_ ) {
ns2-2.35+dfsg/mac/mac-802_11.cc-821-				if (tx_mgmt_ == 3) {
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-1026-	
ns2-2.35+dfsg/mac/mac-802_11.cc:1027:	if (addr() != bss_id_ && bss_id_ != (int)IBSS_ID) {
ns2-2.35+dfsg/mac/mac-802_11.cc-1028-		if (handoff == 0)
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-1034-		if(! is_idle()) {
ns2-2.35+dfsg/mac/mac-802_11.cc:1035:			sendRTS(ETHER_ADDR(mh->dh_ra));
ns2-2.35+dfsg/mac/mac-802_11.cc-1036-			inc_cw();
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-1040-		setTxState(MAC_SEND);
ns2-2.35+dfsg/mac/mac-802_11.cc:1041:		if((u_int32_t)ETHER_ADDR(mh->dh_ra) != MAC_BROADCAST)
ns2-2.35+dfsg/mac/mac-802_11.cc-1042-                        timeout = txtime(pktTx_)
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-1215-	struct hdr_mac802_11* dh = HDR_MAC802_11(p);
ns2-2.35+dfsg/mac/mac-802_11.cc:1216:	u_int32_t dst = ETHER_ADDR(dh->dh_ra);
ns2-2.35+dfsg/mac/mac-802_11.cc-1217-	assert(pktTx_ == 0);
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-1326-	 */
ns2-2.35+dfsg/mac/mac-802_11.cc:1327:	if((u_int32_t)ETHER_ADDR(mh->dh_ra) == MAC_BROADCAST) {
ns2-2.35+dfsg/mac/mac-802_11.cc-1328-		Packet::free(pktTx_); 
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-1388-
ns2-2.35+dfsg/mac/mac-802_11.cc:1389:		sendRTS(ETHER_ADDR(mh->dh_ra));
ns2-2.35+dfsg/mac/mac-802_11.cc-1390-		inc_cw();
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-1521-	sendDATA(p);
ns2-2.35+dfsg/mac/mac-802_11.cc:1522:	sendRTS(ETHER_ADDR(dh->dh_ra));
ns2-2.35+dfsg/mac/mac-802_11.cc-1523-
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-1630-	hdr_mac802_11 *mh = HDR_MAC802_11(pktRx_);
ns2-2.35+dfsg/mac/mac-802_11.cc:1631:	u_int32_t dst = ETHER_ADDR(mh->dh_ra);
ns2-2.35+dfsg/mac/mac-802_11.cc:1632:	u_int32_t ap_dst = ETHER_ADDR(mh->dh_3a);
ns2-2.35+dfsg/mac/mac-802_11.cc-1633-	u_int8_t  type = mh->dh_fc.fc_type;
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-1691-	    netif_->node()->energy_model()->adaptivefidelity()) {
ns2-2.35+dfsg/mac/mac-802_11.cc:1692:		src = ETHER_ADDR(mh->dh_ta);
ns2-2.35+dfsg/mac/mac-802_11.cc-1693-		netif_->node()->energy_model()->add_neighbor(src);
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-1708-	if ( dst == MAC_BROADCAST && mh->dh_fc.fc_to_ds == 1 && mh->dh_fc.fc_from_ds == 1) {
ns2-2.35+dfsg/mac/mac-802_11.cc:1709:		if (addr() != bss_id_) {
ns2-2.35+dfsg/mac/mac-802_11.cc-1710- 			discard(pktRx_, "---");
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-1712-		}
ns2-2.35+dfsg/mac/mac-802_11.cc:1713:		if (addr() == bss_id_ && find_client(ap_dst) == 0) {
ns2-2.35+dfsg/mac/mac-802_11.cc-1714-			discard(pktRx_, "---");
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-1719-	
ns2-2.35+dfsg/mac/mac-802_11.cc:1720:	if ( addr() == bss_id_ && subtype == MAC_Subtype_80211_Beacon) {
ns2-2.35+dfsg/mac/mac-802_11.cc-1721-		discard(pktRx_, "---");
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-1725-	
ns2-2.35+dfsg/mac/mac-802_11.cc:1726:	if ( addr() == bss_id_ && subtype == MAC_Subtype_80211_Beacon) {
ns2-2.35+dfsg/mac/mac-802_11.cc-1727-		discard(pktRx_, "---");
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-1732-
ns2-2.35+dfsg/mac/mac-802_11.cc:1733:	if ( addr() != bss_id_ && subtype == MAC_Subtype_ProbeReq) {
ns2-2.35+dfsg/mac/mac-802_11.cc-1734-		discard(pktRx_, "---");
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-1822-
ns2-2.35+dfsg/mac/mac-802_11.cc:1823:	sendCTS(ETHER_ADDR(rf->rf_ta), rf->rf_duration);
ns2-2.35+dfsg/mac/mac-802_11.cc-1824-
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-1900-
ns2-2.35+dfsg/mac/mac-802_11.cc:1901:	dst = ETHER_ADDR(dh->dh_ra);
ns2-2.35+dfsg/mac/mac-802_11.cc:1902:	src = ETHER_ADDR(dh->dh_ta);
ns2-2.35+dfsg/mac/mac-802_11.cc-1903-	size = ch->size();
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-1995-		
ns2-2.35+dfsg/mac/mac-802_11.cc:1996:	if ((bss_id() == addr()) && ((u_int32_t)ETHER_ADDR(dh->dh_ra)!= MAC_BROADCAST) && ((u_int32_t)ETHER_ADDR(dh->dh_3a) != ((u_int32_t)addr())) && dh->dh_fc.fc_from_ds == 0) {
ns2-2.35+dfsg/mac/mac-802_11.cc-1997-		struct hdr_cmn *ch = HDR_CMN(p);
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-1999-				
ns2-2.35+dfsg/mac/mac-802_11.cc:2000:		u_int32_t dst = ETHER_ADDR(dh->dh_3a);
ns2-2.35+dfsg/mac/mac-802_11.cc:2001:		u_int32_t src = ETHER_ADDR(dh->dh_ta);
ns2-2.35+dfsg/mac/mac-802_11.cc-2002-		/* if it is a broadcast pkt then send a copy up
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-2022-
ns2-2.35+dfsg/mac/mac-802_11.cc:2023: 	if ((bss_id() == addr()) && dh->dh_fc.fc_to_ds == 1 && dh->dh_fc.fc_from_ds == 1) {
ns2-2.35+dfsg/mac/mac-802_11.cc:2024: 		u_int32_t dst = ETHER_ADDR(dh->dh_3a);
ns2-2.35+dfsg/mac/mac-802_11.cc:2025: 		u_int32_t src = ETHER_ADDR(dh->dh_4a);
ns2-2.35+dfsg/mac/mac-802_11.cc-2026-		/*if (find_client(src)) { 
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-2046-		mhSend_.stop();
ns2-2.35+dfsg/mac/mac-802_11.cc:2047:		if (addr() == bss_id_) {
ns2-2.35+dfsg/mac/mac-802_11.cc-2048-			if (pktASSOCREP_ && tx_mgmt_ == 4) {
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-2290-
ns2-2.35+dfsg/mac/mac-802_11.cc:2291: 	src = ETHER_ADDR(bf->bf_ta);
ns2-2.35+dfsg/mac/mac-802_11.cc-2292-	infra_mode_ = 1;
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-2294-	Pr = p->txinfo_.RxPr;
ns2-2.35+dfsg/mac/mac-802_11.cc:2295:	if ( addr() != ap_addr && ScanType_ == PASSIVE) {
ns2-2.35+dfsg/mac/mac-802_11.cc-2296-		if (authenticated == 0 && associated == 0) {
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-2308-{
ns2-2.35+dfsg/mac/mac-802_11.cc:2309:	if ( addr() != ap_addr && ScanType_ == PASSIVE) {
ns2-2.35+dfsg/mac/mac-802_11.cc-2310-		if (authenticated == 0 && associated == 0) {
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-2321-	
ns2-2.35+dfsg/mac/mac-802_11.cc:2322:	if ( addr() != ap_addr && ScanType_ == ACTIVE) {
ns2-2.35+dfsg/mac/mac-802_11.cc-2323-		if (authenticated == 0 && associated == 0) {
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-2563-	
ns2-2.35+dfsg/mac/mac-802_11.cc:2564: 	src = ETHER_ADDR(acrqf->acrqf_ta);
ns2-2.35+dfsg/mac/mac-802_11.cc-2565-	
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-2590-	
ns2-2.35+dfsg/mac/mac-802_11.cc:2591: 	src = ETHER_ADDR(acrpf->acrpf_ta);
ns2-2.35+dfsg/mac/mac-802_11.cc-2592-	statuscode = acrpf->acrpf_statuscode;
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-2647-	STORE4BYTE(&index_, (authf->authf_ta));
ns2-2.35+dfsg/mac/mac-802_11.cc:2648:	if (addr() != bss_id_)
ns2-2.35+dfsg/mac/mac-802_11.cc-2649-		STORE4BYTE(&dst, (authf->authf_3a));
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-2653-
ns2-2.35+dfsg/mac/mac-802_11.cc:2654:	if (addr() != bss_id_) {
ns2-2.35+dfsg/mac/mac-802_11.cc-2655-		authf->authf_seqno = 1;   
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-2661-	ch->txtime() = txtime(ch->size(), basicRate_);
ns2-2.35+dfsg/mac/mac-802_11.cc:2662:	if (addr() == bss_id_) {
ns2-2.35+dfsg/mac/mac-802_11.cc-2663- 		authf->authf_duration = usec(txtime(phymib_.getACKlen(), basicRate_)
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-2671-
ns2-2.35+dfsg/mac/mac-802_11.cc:2672:	if (addr() == bss_id_) {
ns2-2.35+dfsg/mac/mac-802_11.cc-2673-		add_priority_queue(3);
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-2726-		setTxState(MAC_MGMT);
ns2-2.35+dfsg/mac/mac-802_11.cc:2727:		if (addr() != bss_id_) {
ns2-2.35+dfsg/mac/mac-802_11.cc-2728-			timeout = txtime(phymib_.getAUTHENTICATElen(), basicRate_)
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-2756-	
ns2-2.35+dfsg/mac/mac-802_11.cc:2757:	if (addr() != bss_id_) {
ns2-2.35+dfsg/mac/mac-802_11.cc-2758-			assert(pktAUTHENTICATE_);
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-2770-		
ns2-2.35+dfsg/mac/mac-802_11.cc:2771: 	src = ETHER_ADDR(authf->authf_ta);
ns2-2.35+dfsg/mac/mac-802_11.cc-2772-	
ns2-2.35+dfsg/mac/mac-802_11.cc:2773:	if (addr() == ap_addr) {
ns2-2.35+dfsg/mac/mac-802_11.cc-2774-		if (authf->authf_seqno == 1) {
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-2785-		authenticated = 1;
ns2-2.35+dfsg/mac/mac-802_11.cc:2786:		if (bss_id_ != ETHER_ADDR(authf->authf_3a) && handoff == 1) {
ns2-2.35+dfsg/mac/mac-802_11.cc:2787:			printf("Client %d: Handoff from AP %d to AP %d\n",index_, bss_id_,ETHER_ADDR(authf->authf_3a));
ns2-2.35+dfsg/mac/mac-802_11.cc-2788-		}
ns2-2.35+dfsg/mac/mac-802_11.cc:2789:		bss_id_ = ETHER_ADDR(authf->authf_3a);
ns2-2.35+dfsg/mac/mac-802_11.cc-2790-		sendACK(src);
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-3039-	u_int32_t src;
ns2-2.35+dfsg/mac/mac-802_11.cc:3040: 	src = ETHER_ADDR(prrqf->prrqf_ta);
ns2-2.35+dfsg/mac/mac-802_11.cc-3041-	
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-3062-	Pr = p->txinfo_.RxPr;
ns2-2.35+dfsg/mac/mac-802_11.cc:3063: 	src = ETHER_ADDR(prrpf->prrpf_ta);
ns2-2.35+dfsg/mac/mac-802_11.cc-3064-	
##############################################
ns2-2.35+dfsg/mac/mac-802_11.cc-3078-void Mac802_11::checkAssocAuthStatus() {
ns2-2.35+dfsg/mac/mac-802_11.cc:3079:	if ( addr() != bss_id_ ) {
ns2-2.35+dfsg/mac/mac-802_11.cc-3080-		if (authenticated == 0 && associated == 0) {
##############################################
ns2-2.35+dfsg/mac/mac-802_11Ext.cc-156-	*t, dh->dh_duration,
ns2-2.35+dfsg/mac/mac-802_11Ext.cc:157:	ETHER_ADDR(dh->dh_ra), ETHER_ADDR(dh->dh_ta),
ns2-2.35+dfsg/mac/mac-802_11Ext.cc-158-	index_, packet_info.name(ch->ptype()), ch->size());
##############################################
ns2-2.35+dfsg/mac/mac-802_11Ext.cc-179-
ns2-2.35+dfsg/mac/mac-802_11Ext.cc:180:	return ETHER_ADDR(dh->dh_ra);
ns2-2.35+dfsg/mac/mac-802_11Ext.cc-181-}
##############################################
ns2-2.35+dfsg/mac/mac-802_11Ext.cc-186-		STORE4BYTE(&src, (dh->dh_ta));
ns2-2.35+dfsg/mac/mac-802_11Ext.cc:187:	return ETHER_ADDR(dh->dh_ta);
ns2-2.35+dfsg/mac/mac-802_11Ext.cc-188-}
##############################################
ns2-2.35+dfsg/mac/mac-802_11Ext.cc-219-		case MAC_Subtype_RTS:
ns2-2.35+dfsg/mac/mac-802_11Ext.cc:220:			if ((u_int32_t)ETHER_ADDR(mh->dh_ta) ==(u_int32_t)index_) {
ns2-2.35+dfsg/mac/mac-802_11Ext.cc-221-				drop(p, why);
##############################################
ns2-2.35+dfsg/mac/mac-802_11Ext.cc-226-		case MAC_Subtype_ACK:
ns2-2.35+dfsg/mac/mac-802_11Ext.cc:227:			if ((u_int32_t)ETHER_ADDR(mh->dh_ra) ==(u_int32_t)index_) {
ns2-2.35+dfsg/mac/mac-802_11Ext.cc-228-				drop(p, why);
##############################################
ns2-2.35+dfsg/mac/mac-802_11Ext.cc-239-		case MAC_Subtype_Data:
ns2-2.35+dfsg/mac/mac-802_11Ext.cc:240:			if ((u_int32_t)ETHER_ADDR(mh->dh_ra) ==(u_int32_t)index_ ||(u_int32_t)ETHER_ADDR(mh->dh_ta) ==(u_int32_t)index_ ||(u_int32_t)ETHER_ADDR(mh->dh_ra) == MAC_BROADCAST) {
ns2-2.35+dfsg/mac/mac-802_11Ext.cc-241-				drop(p, why); //check! drop does not work
##############################################
ns2-2.35+dfsg/mac/mac-802_11Ext.cc-597-	hdr_mac802_11 *mh = HDR_MAC802_11(pktRx_);
ns2-2.35+dfsg/mac/mac-802_11Ext.cc:598:	u_int32_t dst= ETHER_ADDR(mh->dh_ra);
ns2-2.35+dfsg/mac/mac-802_11Ext.cc-599-	u_int8_t type = mh->dh_fc.fc_type;
##############################################
ns2-2.35+dfsg/mac/mac-802_11Ext.cc-690-	struct hdr_cmn *ch = HDR_CMN(p);
ns2-2.35+dfsg/mac/mac-802_11Ext.cc:691:	dst = ETHER_ADDR(dh->dh_ra);
ns2-2.35+dfsg/mac/mac-802_11Ext.cc:692:	src = ETHER_ADDR(dh->dh_ta);
ns2-2.35+dfsg/mac/mac-802_11Ext.cc-693-	ch->size() -= phymib_.getHdrLen11();
##############################################
ns2-2.35+dfsg/mac/mac-802_11Ext.cc-804-
ns2-2.35+dfsg/mac/mac-802_11Ext.cc:805:	if ((u_int32_t)ETHER_ADDR(mh->dh_ra) != MAC_BROADCAST&& (unsigned int)(ch->size())
ns2-2.35+dfsg/mac/mac-802_11Ext.cc-806-			>mac_->macmib_.getRTSThreshold()) //should get the right size //check type
##############################################
ns2-2.35+dfsg/mac/mac-802_11Ext.cc-864-
ns2-2.35+dfsg/mac/mac-802_11Ext.cc:865:	if ((u_int32_t)ETHER_ADDR(dh->dh_ra) != MAC_BROADCAST) {
ns2-2.35+dfsg/mac/mac-802_11Ext.cc-866-		dh->dh_duration = mac_->usec(mac_->txtime(mac_->phymib_.getACKlen(),
##############################################
ns2-2.35+dfsg/mac/mac-802_11Ext.cc-901-	case TXC_wait_PDUsent:
ns2-2.35+dfsg/mac/mac-802_11Ext.cc:902:		if ((u_int32_t)ETHER_ADDR(mh->dh_ra) != MAC_BROADCAST) {
ns2-2.35+dfsg/mac/mac-802_11Ext.cc-903-			txcACKTimer.sched(mac_->macmib_.getSIFS()+ mac_->txtime(
##############################################
ns2-2.35+dfsg/mac/mac-802_11Ext.cc-1044-
ns2-2.35+dfsg/mac/mac-802_11Ext.cc:1045:			if ((u_int32_t)ETHER_ADDR(mh->dh_ra) != MAC_BROADCAST&&(unsigned int)(ch->size())
ns2-2.35+dfsg/mac/mac-802_11Ext.cc-1046-					> mac_->macmib_.getRTSThreshold()) {
##############################################
ns2-2.35+dfsg/mac/mac-802_11Ext.cc-1085-	struct hdr_mac802_11 *mh = HDR_MAC802_11(p);
ns2-2.35+dfsg/mac/mac-802_11Ext.cc:1086:	u_int32_t dst= ETHER_ADDR(mh->dh_ra);
ns2-2.35+dfsg/mac/mac-802_11Ext.cc-1087-	STORE4BYTE(&dst, (rf->rf_ra));
##############################################
ns2-2.35+dfsg/mac/mac-802_11Ext.cc-1190-		case MAC_Subtype_Data:
ns2-2.35+dfsg/mac/mac-802_11Ext.cc:1191:			if ((u_int32_t)ETHER_ADDR(mh->dh_ra) == (u_int32_t)(mac_->index_)) {
ns2-2.35+dfsg/mac/mac-802_11Ext.cc-1192-				generateACKFrame(p);
##############################################
ns2-2.35+dfsg/mac/mac-802_11Ext.cc-1250-
ns2-2.35+dfsg/mac/mac-802_11Ext.cc:1251:	u_int32_t dst = ETHER_ADDR(dh->dh_ta);
ns2-2.35+dfsg/mac/mac-802_11Ext.cc-1252-	STORE4BYTE(&dst, (af->af_ra));
##############################################
ns2-2.35+dfsg/mac/mac-802_11Ext.cc-1283-
ns2-2.35+dfsg/mac/mac-802_11Ext.cc:1284:	u_int32_t dst = ETHER_ADDR(rf->rf_ta);
ns2-2.35+dfsg/mac/mac-802_11Ext.cc-1285-	STORE4BYTE(&dst, (cf->cf_ra));
##############################################
ns2-2.35+dfsg/mac/mac-multihop.cc-48-{
ns2-2.35+dfsg/mac/mac-multihop.cc:49:        printf("\tsrc = %d, ", iph->saddr());
ns2-2.35+dfsg/mac/mac-multihop.cc:50:        printf("\tdst = %d\n", iph->daddr());
ns2-2.35+dfsg/mac/mac-multihop.cc-51-}       
##############################################
ns2-2.35+dfsg/mac/mac-simple.cc-75-	char *src_nodeaddr =
ns2-2.35+dfsg/mac/mac-simple.cc:76:		Address::instance().print_nodeaddr(iph->saddr());
ns2-2.35+dfsg/mac/mac-simple.cc-77-	char *dst_nodeaddr =
ns2-2.35+dfsg/mac/mac-simple.cc:78:		Address::instance().print_nodeaddr(iph->daddr());
ns2-2.35+dfsg/mac/mac-simple.cc-79-
##############################################
ns2-2.35+dfsg/mac/mac-tdma.cc-255-		*t, dh->dh_duration,
ns2-2.35+dfsg/mac/mac-tdma.cc:256:		ETHER_ADDR(dh->dh_da), ETHER_ADDR(dh->dh_sa),
ns2-2.35+dfsg/mac/mac-tdma.cc-257-		index_, packet_info.name(ch->ptype()), ch->size());
##############################################
ns2-2.35+dfsg/mac/mac-tdma.cc-279-		STORE4BYTE(&dst, (dh->dh_da));
ns2-2.35+dfsg/mac/mac-tdma.cc:280:	return ETHER_ADDR(dh->dh_da);
ns2-2.35+dfsg/mac/mac-tdma.cc-281-}
##############################################
ns2-2.35+dfsg/mac/mac-tdma.cc-288-  
ns2-2.35+dfsg/mac/mac-tdma.cc:289:	return ETHER_ADDR(dh->dh_sa);
ns2-2.35+dfsg/mac/mac-tdma.cc-290-}
##############################################
ns2-2.35+dfsg/mac/mac-tdma.cc-415-
ns2-2.35+dfsg/mac/mac-tdma.cc:416:	if((u_int32_t)ETHER_ADDR(dh->dh_da) != MAC_BROADCAST)
ns2-2.35+dfsg/mac/mac-tdma.cc-417-		dh->dh_duration = DATA_DURATION;
##############################################
ns2-2.35+dfsg/mac/mac-tdma.cc-497-		dh = HDR_MAC_TDMA(pktTx_);  
ns2-2.35+dfsg/mac/mac-tdma.cc:498:		dst = ETHER_ADDR(dh->dh_da);
ns2-2.35+dfsg/mac/mac-tdma.cc-499-		//printf("<%d>, %f, write %d to slot %d in preamble\n", index_, NOW, dst, slot_num_);
##############################################
ns2-2.35+dfsg/mac/mac-tdma.cc-571-	/* check if this packet was unicast and not intended for me, drop it.*/   
ns2-2.35+dfsg/mac/mac-tdma.cc:572:	dst = ETHER_ADDR(dh->dh_da);
ns2-2.35+dfsg/mac/mac-tdma.cc-573-
##############################################
ns2-2.35+dfsg/mac/mac.cc-102-		if(strcmp(argv[1], "id") == 0) {
ns2-2.35+dfsg/mac/mac.cc:103:			tcl.resultf("%d", addr());
ns2-2.35+dfsg/mac/mac.cc-104-			return TCL_OK;
##############################################
ns2-2.35+dfsg/mac/mac.h-65-
ns2-2.35+dfsg/mac/mac.h:66:#define ETHER_ADDR(x)	(GET4BYTE(x))
ns2-2.35+dfsg/mac/mac.h-67-
##############################################
ns2-2.35+dfsg/mac/mac.h-192-	
ns2-2.35+dfsg/mac/mac.h:193:	inline int addr() { return index_; }
ns2-2.35+dfsg/mac/mac.h-194-	inline MacState state() { return state_; }
##############################################
ns2-2.35+dfsg/mcast/ctrMcast.cc-117-
ns2-2.35+dfsg/mcast/ctrMcast.cc:118:	ch->src() = ih->saddr();
ns2-2.35+dfsg/mcast/ctrMcast.cc:119:	ch->group() = ih->daddr();
ns2-2.35+dfsg/mcast/ctrMcast.cc-120-	ch->flowid() = ih->flowid();
ns2-2.35+dfsg/mcast/ctrMcast.cc:121:	ih->saddr() = addr();
ns2-2.35+dfsg/mcast/ctrMcast.cc-122-	ih->sport() = port();
ns2-2.35+dfsg/mcast/ctrMcast.cc:123:	ih->daddr() = daddr();
ns2-2.35+dfsg/mcast/ctrMcast.cc-124-	ih->dport() = dport();
##############################################
ns2-2.35+dfsg/mcast/ctrMcast.cc-134-
ns2-2.35+dfsg/mcast/ctrMcast.cc:135:	ih->saddr() = ch->src();
ns2-2.35+dfsg/mcast/ctrMcast.cc:136:	ih->daddr() = ch->group();
ns2-2.35+dfsg/mcast/ctrMcast.cc-137-	ih->flowid() = ch->flowid();
##############################################
ns2-2.35+dfsg/mcast/lms-agent.cc-86-#ifdef LMS_DEBUG
ns2-2.35+dfsg/mcast/lms-agent.cc:87:printf("%s send2replier: Got piph->saddr: %d, downstream_addr: %d. Replier: %d\n", uname_, piph->saddr(), downstream_lms_.addr_, replier_ );
ns2-2.35+dfsg/mcast/lms-agent.cc-88-#endif
##############################################
ns2-2.35+dfsg/mcast/lms-agent.cc-91-		else if ((downstream_lms_.addr_ != LMS_NOADDR) &&
ns2-2.35+dfsg/mcast/lms-agent.cc:92:			 (piph->saddr() != downstream_lms_.addr_) )
ns2-2.35+dfsg/mcast/lms-agent.cc-93-			send_downstream(p);
##############################################
ns2-2.35+dfsg/mcast/lms-agent.cc-270-                         // before sending it upstream.
ns2-2.35+dfsg/mcast/lms-agent.cc:271:                         c->downstream_lms_.addr_ = addr();
ns2-2.35+dfsg/mcast/lms-agent.cc-272-                         c->downstream_lms_.port_ = port();
##############################################
ns2-2.35+dfsg/mcast/lms-agent.cc-298-                         // before sending it upstream.
ns2-2.35+dfsg/mcast/lms-agent.cc:299:                         c->downstream_lms_.addr_ = addr();
ns2-2.35+dfsg/mcast/lms-agent.cc-300-                         c->downstream_lms_.port_ = port();
##############################################
ns2-2.35+dfsg/mcast/lms-agent.cc-322-                 	{
ns2-2.35+dfsg/mcast/lms-agent.cc:323:					lh->tp_addr_  = addr();
ns2-2.35+dfsg/mcast/lms-agent.cc-324-					lh->tp_port_  = port();
##############################################
ns2-2.35+dfsg/mcast/lms-agent.cc-343-		   //packet_t t = h->ptype();
ns2-2.35+dfsg/mcast/lms-agent.cc:344:                     iph->saddr() = lh->src_;
ns2-2.35+dfsg/mcast/lms-agent.cc:345:                     iph->daddr() = lh->group_;
ns2-2.35+dfsg/mcast/lms-agent.cc-346-                     tgt->recv (pkt);
##############################################
ns2-2.35+dfsg/mcast/lms-agent.cc-398- 
ns2-2.35+dfsg/mcast/lms-agent.cc:399:                 lh->from_ = addr();
ns2-2.35+dfsg/mcast/lms-agent.cc-400-                 Tcl::instance().evalf("[%s set node_] agent %d", name(), port());
##############################################
ns2-2.35+dfsg/mcast/lms-agent.cc-418-
ns2-2.35+dfsg/mcast/lms-agent.cc:419:                      spm->spm_path_ = addr();
ns2-2.35+dfsg/mcast/lms-agent.cc-420-                 }
##############################################
ns2-2.35+dfsg/mcast/lms-agent.cc-428-                 int  n1 = lh->from();
ns2-2.35+dfsg/mcast/lms-agent.cc:429:                 int  n2 = addr();
ns2-2.35+dfsg/mcast/lms-agent.cc-430-                 
##############################################
ns2-2.35+dfsg/mcast/lms-agent.cc-436-                 
ns2-2.35+dfsg/mcast/lms-agent.cc:437:                 lh->from_ = addr();
ns2-2.35+dfsg/mcast/lms-agent.cc-438-                 target_->recv (pkt);
##############################################
ns2-2.35+dfsg/mcast/lms-agent.cc-504-	hdr_ip*		ih = HDR_IP(pkt);
ns2-2.35+dfsg/mcast/lms-agent.cc:505:	//nsaddr_t	src = ih->saddr();
ns2-2.35+dfsg/mcast/lms-agent.cc-506-
##############################################
ns2-2.35+dfsg/mcast/lms-agent.cc-530-
ns2-2.35+dfsg/mcast/lms-agent.cc:531:	lh->from_ = addr();
ns2-2.35+dfsg/mcast/lms-agent.cc:532:	ih->daddr() = upstream_lms_;
ns2-2.35+dfsg/mcast/lms-agent.cc-533-	target_->recv(p);
##############################################
ns2-2.35+dfsg/mcast/lms-agent.cc-546-    
ns2-2.35+dfsg/mcast/lms-agent.cc:547:    lh->from_ = addr();
ns2-2.35+dfsg/mcast/lms-agent.cc:548:    ih->daddr() = downstream_lms_.addr_;
ns2-2.35+dfsg/mcast/lms-agent.cc-549-    ih->dport() = downstream_lms_.port_;
##############################################
ns2-2.35+dfsg/mcast/lms-receiver.cc-237-	ch->size_ = sizeof(struct lms_nak) + sizeof(hdr_lms); 
ns2-2.35+dfsg/mcast/lms-receiver.cc:238:	iph->daddr() = upstream_lms_;
ns2-2.35+dfsg/mcast/lms-receiver.cc-239-	iph->flowid() = 8;
##############################################
ns2-2.35+dfsg/mcast/lms-receiver.cc-245-	lh->type_   = LMS_REQ;
ns2-2.35+dfsg/mcast/lms-receiver.cc:246:	lh->from_   = addr();
ns2-2.35+dfsg/mcast/lms-receiver.cc-247-	lh->src_    = lms_src_;
##############################################
ns2-2.35+dfsg/mcast/lms-receiver.cc-272-	ch->size_ = sizeof(struct lms_ctl) + sizeof(hdr_lms); 
ns2-2.35+dfsg/mcast/lms-receiver.cc:273:	iph->daddr() = upstream_lms_;
ns2-2.35+dfsg/mcast/lms-receiver.cc-274-	iph->flowid() = 7;		// mark refresh packets black for nam
##############################################
ns2-2.35+dfsg/mcast/lms-receiver.cc-280-	lh->type_   = LMS_REFRESH;
ns2-2.35+dfsg/mcast/lms-receiver.cc:281:	lh->from_   = addr();
ns2-2.35+dfsg/mcast/lms-receiver.cc-282-	lh->src_    = lms_src_;
##############################################
ns2-2.35+dfsg/mcast/lms-receiver.cc-286-	ctl->hop_cnt_ = 0;
ns2-2.35+dfsg/mcast/lms-receiver.cc:287:        ctl->downstream_lms_.addr_ = addr();
ns2-2.35+dfsg/mcast/lms-receiver.cc-288-        ctl->downstream_lms_.port_ = port();
##############################################
ns2-2.35+dfsg/mcast/lms-receiver.cc-414-                        {
ns2-2.35+dfsg/mcast/lms-receiver.cc:415:			lms_src_ = iph->saddr();
ns2-2.35+dfsg/mcast/lms-receiver.cc:416:			lms_group_ = iph->daddr();
ns2-2.35+dfsg/mcast/lms-receiver.cc-417-			rtt_ = 2.0*(Scheduler::instance().clock() - lh->ts_);
##############################################
ns2-2.35+dfsg/mcast/lms-receiver.cc-427-a1 = lh->from(); a2 = lh->src();
ns2-2.35+dfsg/mcast/lms-receiver.cc:428://printf("%d %d, %ld %ld\n\n ", a1, a2, iph->saddr(), iph->daddr());
ns2-2.35+dfsg/mcast/lms-receiver.cc-429-printf("%s the upstream_lms is %d\n\n", uname_, upstream_lms_);
##############################################
ns2-2.35+dfsg/mcast/lms-receiver.cc-509-
ns2-2.35+dfsg/mcast/lms-receiver.cc:510:	piph->daddr() = lh->tp_addr_;
ns2-2.35+dfsg/mcast/lms-receiver.cc-511-	piph->dport() = lh->tp_port_;
##############################################
ns2-2.35+dfsg/mcast/lms-receiver.cc-514-	plh->type_ = LMS_DMCAST;
ns2-2.35+dfsg/mcast/lms-receiver.cc:515:	plh->from_ = addr();
ns2-2.35+dfsg/mcast/lms-receiver.cc-516-	plh->src_ = lms_src_;
##############################################
ns2-2.35+dfsg/mcast/lms-sender.cc-195-	lh->cost_ = cost;
ns2-2.35+dfsg/mcast/lms-sender.cc:196:	lh->from_ = addr();
ns2-2.35+dfsg/mcast/lms-sender.cc-197-//	lh->from_ = port();
ns2-2.35+dfsg/mcast/lms-sender.cc:198:	lh->src_ = addr();
ns2-2.35+dfsg/mcast/lms-sender.cc:199:	lh->group_ = daddr();
ns2-2.35+dfsg/mcast/lms-sender.cc-200-	lh->tp_addr_  = LMS_NOADDR;
##############################################
ns2-2.35+dfsg/mcast/lms-sender.cc-244-			req_rcvd_++;
ns2-2.35+dfsg/mcast/lms-sender.cc:245:			if (lh->src_ != addr())
ns2-2.35+dfsg/mcast/lms-sender.cc-246-				{
##############################################
ns2-2.35+dfsg/mcast/lms-sender.cc-326-	rh->seqno() = seqno;
ns2-2.35+dfsg/mcast/lms-sender.cc:327:	piph->daddr() = lh->tp_addr_;
ns2-2.35+dfsg/mcast/lms-sender.cc-328-	piph->dport() = lh->tp_port_;
##############################################
ns2-2.35+dfsg/mcast/lms-sender.cc-332-	plh->type_ = LMS_DMCAST;
ns2-2.35+dfsg/mcast/lms-sender.cc:333:	plh->from_ = addr();
ns2-2.35+dfsg/mcast/lms-sender.cc-334-//	plh->from_ = port();
ns2-2.35+dfsg/mcast/lms-sender.cc:335:	plh->src_ = addr();
ns2-2.35+dfsg/mcast/lms-sender.cc:336:	plh->group_ = daddr();
ns2-2.35+dfsg/mcast/lms-sender.cc-337-	plh->tp_addr_ = lh->tp_addr_;
##############################################
ns2-2.35+dfsg/mcast/lms-sender.cc-416-        spm->spm_seqno_ = spm_seqno_++;
ns2-2.35+dfsg/mcast/lms-sender.cc:417:        spm->spm_path_ = addr();
ns2-2.35+dfsg/mcast/lms-sender.cc-418-        spm->spm_ts_ = Scheduler::instance().clock();
##############################################
ns2-2.35+dfsg/mcast/lms-sender.cc-433-	lh->ttl_  = lms_ttl_;
ns2-2.35+dfsg/mcast/lms-sender.cc:434:	lh->from_ = addr();
ns2-2.35+dfsg/mcast/lms-sender.cc:435:	lh->src_  = addr();
ns2-2.35+dfsg/mcast/lms-sender.cc:436:	lh->group_ = daddr();
ns2-2.35+dfsg/mcast/lms-sender.cc-437-
##############################################
ns2-2.35+dfsg/mcast/lms.h-110-    nsaddr_t&	src ()   { return src_;   }
ns2-2.35+dfsg/mcast/lms.h:111:    nsaddr_t&   tp_addr ()  { return tp_addr_;  }
ns2-2.35+dfsg/mcast/lms.h-112-    nsaddr_t&  tp_port ()  { return (nsaddr_t&) tp_port_;  }
##############################################
ns2-2.35+dfsg/mcast/replicator.cc-82-			Tcl::instance().evalf("%s drop %ld %ld %d", name(), 
ns2-2.35+dfsg/mcast/replicator.cc:83:				iph->saddr(), iph->daddr(), ch->iface());
ns2-2.35+dfsg/mcast/replicator.cc-84-		Packet::free(p);
##############################################
ns2-2.35+dfsg/mcast/rlm.cc-144-	iph->size() = size;
ns2-2.35+dfsg/mcast/rlm.cc:145:	iph->daddr() += level;
ns2-2.35+dfsg/mcast/rlm.cc-146-#ifdef notdef
##############################################
ns2-2.35+dfsg/mcast/srm-ssm.cc-134-    if (strcmp(argv[1], "start") == 0) {
ns2-2.35+dfsg/mcast/srm-ssm.cc:135:      sip_->sender_ = addr();
ns2-2.35+dfsg/mcast/srm-ssm.cc-136-      sip_->distance_ = 0.0;
##############################################
ns2-2.35+dfsg/mcast/srm-ssm.cc-143-      senderFlag_ = 0;
ns2-2.35+dfsg/mcast/srm-ssm.cc:144:      printf("%s is %d and rep-status %d\n", name_, addr(), scopeFlag_);
ns2-2.35+dfsg/mcast/srm-ssm.cc-145-      return TCL_OK;
##############################################
ns2-2.35+dfsg/mcast/srm-ssm.cc-148-      if(scopeFlag_ == SRM_GLOBAL) {
ns2-2.35+dfsg/mcast/srm-ssm.cc:149:	sip_->repid_ = repid_ = addr();
ns2-2.35+dfsg/mcast/srm-ssm.cc-150-	sip_->scopeFlag_ = SRM_GLOBAL;
##############################################
ns2-2.35+dfsg/mcast/srm-ssm.cc-200-	
ns2-2.35+dfsg/mcast/srm-ssm.cc:201:  if (ih->daddr() == 0) {
ns2-2.35+dfsg/mcast/srm-ssm.cc-202-    // Packet from local agent.  Add srm headers, set dst, and fwd
ns2-2.35+dfsg/mcast/srm-ssm.cc-203-    sh->type() = SRM_DATA;
ns2-2.35+dfsg/mcast/srm-ssm.cc:204:    sh->sender() = addr();
ns2-2.35+dfsg/mcast/srm-ssm.cc-205-    sh->seqnum() = ++dataCtr_;
##############################################
ns2-2.35+dfsg/mcast/srm-ssm.cc-225-    case SRM_RQST:
ns2-2.35+dfsg/mcast/srm-ssm.cc:226:      recv_rqst(ih->saddr(), sh->round(), sh->sender(), sh->seqnum(),
ns2-2.35+dfsg/mcast/srm-ssm.cc-227-		seh->repid());  
##############################################
ns2-2.35+dfsg/mcast/srm-ssm.cc-310-        sh->type() = SRM_SESS;
ns2-2.35+dfsg/mcast/srm-ssm.cc:311:        sh->sender() = addr();
ns2-2.35+dfsg/mcast/srm-ssm.cc-312-        sh->seqnum() = ++glb_sessCtr_;
##############################################
ns2-2.35+dfsg/mcast/srm-ssm.cc-322-		(sp->scopeFlag_ == SRM_GLOBAL) ||
ns2-2.35+dfsg/mcast/srm-ssm.cc:323:		(sp->sender_ == addr()))
ns2-2.35+dfsg/mcast/srm-ssm.cc-324-	       && (is_active(sp))) {      
##############################################
ns2-2.35+dfsg/mcast/srm-ssm.cc-358-        sh->type() = SRM_SESS;
ns2-2.35+dfsg/mcast/srm-ssm.cc:359:        sh->sender() = addr();
ns2-2.35+dfsg/mcast/srm-ssm.cc-360-        sh->seqnum() = ++loc_sessCtr_;
##############################################
ns2-2.35+dfsg/mcast/srm-ssm.cc-376-	       /* For the reps that I am hearing from */
ns2-2.35+dfsg/mcast/srm-ssm.cc:377:	       (sp->sender_ == addr()) ||   
ns2-2.35+dfsg/mcast/srm-ssm.cc-378-	       // just in case, I have not set the flags properly, 
##############################################
ns2-2.35+dfsg/mcast/srm-ssm.cc-415-        sh->type() = SRM_SESS;
ns2-2.35+dfsg/mcast/srm-ssm.cc:416:        sh->sender() = addr();
ns2-2.35+dfsg/mcast/srm-ssm.cc-417-        sh->seqnum() = ++rep_sessCtr_;
##############################################
ns2-2.35+dfsg/mcast/srm-ssm.cc-516-  GET_SESSION_INFO;
ns2-2.35+dfsg/mcast/srm-ssm.cc:517:  if (sender == addr())			
ns2-2.35+dfsg/mcast/srm-ssm.cc-518-    // sender's own session message
##############################################
ns2-2.35+dfsg/mcast/srm-ssm.cc-560-    GET_SESSION_INFO;
ns2-2.35+dfsg/mcast/srm-ssm.cc:561:    if (sender == addr() && now) {
ns2-2.35+dfsg/mcast/srm-ssm.cc-562-      int rtt = (now - sentAt) + (rtime - stime);
##############################################
ns2-2.35+dfsg/mcast/srm-ssm.cc-604-  GET_SESSION_INFO;
ns2-2.35+dfsg/mcast/srm-ssm.cc:605:  if (sender == addr())			// sender's own session message
ns2-2.35+dfsg/mcast/srm-ssm.cc-606-    return;
##############################################
ns2-2.35+dfsg/mcast/srm-ssm.cc-636-    GET_SESSION_INFO;
ns2-2.35+dfsg/mcast/srm-ssm.cc:637:    if (sender == addr() && now) {
ns2-2.35+dfsg/mcast/srm-ssm.cc-638-      int rtt = (now - sentAt) + (rtime - stime);
##############################################
ns2-2.35+dfsg/mcast/srm-ssm.cc-678-  GET_SESSION_INFO;
ns2-2.35+dfsg/mcast/srm-ssm.cc:679:  if (sender == addr())			// sender's own session message
ns2-2.35+dfsg/mcast/srm-ssm.cc-680-    return;
##############################################
ns2-2.35+dfsg/mcast/srm-ssm.cc-708-    GET_SESSION_INFO;
ns2-2.35+dfsg/mcast/srm-ssm.cc:709:    if (sender == addr() && now) {
ns2-2.35+dfsg/mcast/srm-ssm.cc-710-      int rtt = (now - sentAt) + (rtime - stime);
##############################################
ns2-2.35+dfsg/mcast/srm-ssm.cc-761-  now = (int) (Scheduler::instance().clock() * 1000);
ns2-2.35+dfsg/mcast/srm-ssm.cc:762:  if ((sp->sender_ != addr()) && ((now - sp->recvTime_) >= 3*sessionDelay)) {
ns2-2.35+dfsg/mcast/srm-ssm.cc-763-    return 0;
##############################################
ns2-2.35+dfsg/mcast/srm.cc-183-	
ns2-2.35+dfsg/mcast/srm.cc:184:	if (ih->daddr() == -1) {
ns2-2.35+dfsg/mcast/srm.cc-185-		// Packet from local agent.  Add srm headers, set dst, and fwd
ns2-2.35+dfsg/mcast/srm.cc-186-		sh->type() = SRM_DATA;
ns2-2.35+dfsg/mcast/srm.cc:187:		sh->sender() = addr();
ns2-2.35+dfsg/mcast/srm.cc-188-		sh->seqnum() = ++dataCtr_;
##############################################
ns2-2.35+dfsg/mcast/srm.cc-207-		case SRM_RQST:
ns2-2.35+dfsg/mcast/srm.cc:208:			recv_rqst(ih->saddr(),
ns2-2.35+dfsg/mcast/srm.cc-209-				  sh->round(), sh->sender(), sh->seqnum());
##############################################
ns2-2.35+dfsg/mcast/srm.cc-253-	sh->type() = SRM_DATA;
ns2-2.35+dfsg/mcast/srm.cc:254:	sh->sender() = addr();
ns2-2.35+dfsg/mcast/srm.cc-255-	sh->seqnum() = ++dataCtr_;
##############################################
ns2-2.35+dfsg/mcast/srm.cc-324-	sh->type() = SRM_SESS;
ns2-2.35+dfsg/mcast/srm.cc:325:	sh->sender() = addr();
ns2-2.35+dfsg/mcast/srm.cc-326-	sh->seqnum() = ++sessCtr_;
##############################################
ns2-2.35+dfsg/mcast/srm.cc-362-	GET_SESSION_INFO;
ns2-2.35+dfsg/mcast/srm.cc:363:	if (sender == addr())			// sender's own session message
ns2-2.35+dfsg/mcast/srm.cc-364-		return;
##############################################
ns2-2.35+dfsg/mcast/srm.cc-382-		GET_SESSION_INFO;
ns2-2.35+dfsg/mcast/srm.cc:383:		if (sender == addr() && now) {
ns2-2.35+dfsg/mcast/srm.cc-384-			//
##############################################
ns2-2.35+dfsg/mcast/srm.h-79-		int new_entry = 0;
ns2-2.35+dfsg/mcast/srm.h:80:		long key = addr();
ns2-2.35+dfsg/mcast/srm.h-81-
ns2-2.35+dfsg/mcast/srm.h:82:		sip_->sender_   /* is itself */ = addr();
ns2-2.35+dfsg/mcast/srm.h-83-		sip_->distance_ /* to itself */ = 0.0;
##############################################
ns2-2.35+dfsg/mdart/mdart.cc-81-			assert(argc == 5);
ns2-2.35+dfsg/mdart/mdart.cc:82:			MDART* mdart_ = new MDART((nsaddr_t)Address::instance().str2addr(argv[4]));
ns2-2.35+dfsg/mdart/mdart.cc-83-			assert(mdart_);
##############################################
ns2-2.35+dfsg/mdart/mdart.cc-360-	// Receveing a packet from the same node
ns2-2.35+dfsg/mdart/mdart.cc:361:	if (ih->saddr() == id_) {
ns2-2.35+dfsg/mdart/mdart.cc-362-		if (ch->num_forwards() == 0) {
##############################################
ns2-2.35+dfsg/mdart/mdart.cc-414-	fprintf(stdout, "\trecvPktCh_->next_hop = %d\n", recvPktCh_->next_hop());
ns2-2.35+dfsg/mdart/mdart.cc:415:	fprintf(stdout, "\trecvPktIh_->saddr = %d\n", recvPktIh_->saddr());
ns2-2.35+dfsg/mdart/mdart.cc:416:	fprintf(stdout, "\trecvPktIh_->daddr = %d\n", recvPktIh_->daddr());
ns2-2.35+dfsg/mdart/mdart.cc-417-	fprintf(stdout, "\trecvPktRh_->srcId_ = %d\n", recvPktRh_->srcId_);
##############################################
ns2-2.35+dfsg/mdart/mdart.cc-453-	struct hdr_mdart_encp* sendPktRh_ = HDR_MDART_ENCP(sendPkt_);
ns2-2.35+dfsg/mdart/mdart.cc:454:	nsaddr_t dstAdd_ = (nsaddr_t) adp_->findAdd(sendPktIh_->daddr());
ns2-2.35+dfsg/mdart/mdart.cc-455-	sendPktRh_->dstAdd_ = dstAdd_;
ns2-2.35+dfsg/mdart/mdart.cc:456:	sendPktRh_->dstId_ = sendPktIh_->daddr();
ns2-2.35+dfsg/mdart/mdart.cc-457-	sendPktRh_->srcAdd_ = address_;
##############################################
ns2-2.35+dfsg/mdart/mdart.cc-466-#ifdef DEBUG_PACKET_FORWARDING
ns2-2.35+dfsg/mdart/mdart.cc:467:		fprintf(stdout, "\tDestination dynamic address unknown for node %d\n", sendPktIh_->daddr());
ns2-2.35+dfsg/mdart/mdart.cc-468-#endif
ns2-2.35+dfsg/mdart/mdart.cc-469-		queue_->enque(sendPkt_);
ns2-2.35+dfsg/mdart/mdart.cc:470:		adp_->sendDarq(sendPktIh_->daddr(), sendPktCh_->uid());
ns2-2.35+dfsg/mdart/mdart.cc-471-		return;
##############################################
ns2-2.35+dfsg/mdart/mdart.cc-473-#ifdef DEBUG_PACKET_FORWARDING
ns2-2.35+dfsg/mdart/mdart.cc:474:	fprintf(stdout, "\tDestination dynamic address %s for node %d\n", bitString(dstAdd_), sendPktIh_->daddr());
ns2-2.35+dfsg/mdart/mdart.cc-475-#endif
##############################################
ns2-2.35+dfsg/mdart/mdart.cc-487-#ifdef DEBUG_PACKET_FORWARDING
ns2-2.35+dfsg/mdart/mdart.cc:488:	fprintf(stdout, "\tsendPktIh_->saddr = %d\n", sendPktIh_->saddr());
ns2-2.35+dfsg/mdart/mdart.cc:489:	fprintf(stdout, "\tsendPktIh_->daddr = %d\n", sendPktIh_->daddr());
ns2-2.35+dfsg/mdart/mdart.cc-490-	fprintf(stdout, "\tsendPktRh_->srcAdd_ = %s\n", bitString(sendPktRh_->srcAdd_));
##############################################
ns2-2.35+dfsg/mdart/mdart.cc-496-#endif
ns2-2.35+dfsg/mdart/mdart.cc:497:	if (sendPktCh_->direction() == hdr_cmn::UP && ((u_int32_t)sendPktIh_->daddr() == IP_BROADCAST || sendPktIh_->daddr() == id_)) {
ns2-2.35+dfsg/mdart/mdart.cc-498-#ifdef DEBUG_PACKET_FORWARDING
##############################################
ns2-2.35+dfsg/mdart/mdart.cc-506-	sendPktCh_->addr_type() = NS_AF_INET;
ns2-2.35+dfsg/mdart/mdart.cc:507:	if ((u_int32_t)sendPktIh_->daddr() == IP_BROADCAST) {
ns2-2.35+dfsg/mdart/mdart.cc-508-#ifdef DEBUG_PACKET_FORWARDING
##############################################
ns2-2.35+dfsg/mdart/mdart.cc-522-#ifdef DEBUG_PACKET_FORWARDING
ns2-2.35+dfsg/mdart/mdart.cc:523:	fprintf(stdout, "\tADP_DHT::findAdd(%d) = %s\n", sendPktIh_->daddr(), bitString(sendPktRh_->dstAdd_));
ns2-2.35+dfsg/mdart/mdart.cc-524-#endif
##############################################
ns2-2.35+dfsg/mdart/mdart.cc-552-	fprintf(stdout, "\tselected nextHop = %d\n", sendPktCh_->next_hop());
ns2-2.35+dfsg/mdart/mdart.cc:553:	fprintf(stdout, "\tsendPktIh_->saddr = %d\n", sendPktIh_->saddr());
ns2-2.35+dfsg/mdart/mdart.cc:554:	fprintf(stdout, "\tsendPktIh_->daddr = %d\n", sendPktIh_->daddr());
ns2-2.35+dfsg/mdart/mdart.cc-555-	fprintf(stdout, "\tsendPktRh_->srcAdd_ = %s\n", bitString(sendPktRh_->srcAdd_));
##############################################
ns2-2.35+dfsg/mdart/mdart_ndp.cc-89-
ns2-2.35+dfsg/mdart/mdart_ndp.cc:90:	sendPktIh_->saddr() = mdart_->id_;
ns2-2.35+dfsg/mdart/mdart_ndp.cc:91:	sendPktIh_->daddr() = IP_BROADCAST;
ns2-2.35+dfsg/mdart/mdart_ndp.cc-92-	sendPktIh_->sport() = RT_PORT;
##############################################
ns2-2.35+dfsg/mdart/mdart_ndp.cc-114-#ifdef DEBUG_NDP
ns2-2.35+dfsg/mdart/mdart_ndp.cc:115:	fprintf(stdout, "\tsendPktIh_->saddr = %d\n", sendPktIh_->saddr());
ns2-2.35+dfsg/mdart/mdart_ndp.cc:116:	fprintf(stdout, "\tsendPktIh_->daddr = %d\n", sendPktIh_->daddr());
ns2-2.35+dfsg/mdart/mdart_ndp.cc-117-	fprintf(stdout, "\tsendPktRh_->srcId_ = %d\n", sendPktRh_->srcId_);
##############################################
ns2-2.35+dfsg/mdart/mdart_ndp.cc-134-	struct hdr_ip *recvPktIh_ = HDR_IP(recvPkt_);
ns2-2.35+dfsg/mdart/mdart_ndp.cc:135:	fprintf(stdout, "\trecvPktIh_->saddr = %d\n", recvPktIh_->saddr());
ns2-2.35+dfsg/mdart/mdart_ndp.cc:136:	fprintf(stdout, "\trecvPktIh_->daddr = %d\n", recvPktIh_->daddr());
ns2-2.35+dfsg/mdart/mdart_ndp.cc-137-	fprintf(stdout, "\trecvPktRh_->dstAdd_ = %s\n", bitString(recvPktRh_->dstAdd_));
##############################################
ns2-2.35+dfsg/mdart/mdart_queue.cc-94-#ifdef DEBUG_QUEUE
ns2-2.35+dfsg/mdart/mdart_queue.cc:95:	fprintf(stdout, "%.9f\tMDARTQueue::enque(%d)\n",CURRENT_TIME, HDR_IP(p)->daddr());
ns2-2.35+dfsg/mdart/mdart_queue.cc-96-	printQueue();
##############################################
ns2-2.35+dfsg/mdart/mdart_queue.cc-119-#ifdef DEBUG_QUEUE
ns2-2.35+dfsg/mdart/mdart_queue.cc:120:		fprintf(stdout, "\tfind\tdst=%d\n", HDR_IP(*entry_)->daddr());
ns2-2.35+dfsg/mdart/mdart_queue.cc-121-#endif
##############################################
ns2-2.35+dfsg/mdart/mdart_queue.cc-137-#endif			
ns2-2.35+dfsg/mdart/mdart_queue.cc:138:		if (HDR_IP(*entry_)->daddr() == dst) {
ns2-2.35+dfsg/mdart/mdart_queue.cc-139-#ifdef DEBUG_QUEUE
##############################################
ns2-2.35+dfsg/mdart/mdart_queue.cc-205-#ifdef DEBUG_QUEUE
ns2-2.35+dfsg/mdart/mdart_queue.cc:206:		fprintf(stdout, "\tchecking for %d\n", HDR_IP(*entry_)->daddr());
ns2-2.35+dfsg/mdart/mdart_queue.cc-207-#endif
##############################################
ns2-2.35+dfsg/mdart/mdart_queue.cc-211-#ifdef DEBUG_QUEUE
ns2-2.35+dfsg/mdart/mdart_queue.cc:212:			fprintf(stdout, "\tdropped packet for %d\n", HDR_IP(*entry_)->daddr());
ns2-2.35+dfsg/mdart/mdart_queue.cc-213-#endif
##############################################
ns2-2.35+dfsg/mdart/mdart_queue.cc-234-	for(entry_ = queue_->begin(); entry_ != queue_->end(); entry_++) {
ns2-2.35+dfsg/mdart/mdart_queue.cc:235:		if (HDR_IP(*entry_)->daddr() == dst) {
ns2-2.35+dfsg/mdart/mdart_queue.cc-236-			num++;
##############################################
ns2-2.35+dfsg/mdart/mdart_queue.cc-246-	for(entry_ = queue_->begin(); entry_ != queue_->end(); ++entry_) {
ns2-2.35+dfsg/mdart/mdart_queue.cc:247:		fprintf(stdout, "\t\tpacket dst = %d\texpire time = %f\n", HDR_IP(*entry_)->daddr(), HDR_CMN(*entry_)->ts_);
ns2-2.35+dfsg/mdart/mdart_queue.cc-248-	}
##############################################
ns2-2.35+dfsg/mdart/mdart_queue.cc-434-	for(p = head_; p; p = p->next_)	{
ns2-2.35+dfsg/mdart/mdart_queue.cc:435:		if(HDR_IP(p)->daddr() == dst)	{
ns2-2.35+dfsg/mdart/mdart_queue.cc-436-			count_++;
##############################################
ns2-2.35+dfsg/mdart/mdart_queue.cc-467-	{
ns2-2.35+dfsg/mdart/mdart_queue.cc:468:		if(HDR_IP(p)->daddr() == dst)	{
ns2-2.35+dfsg/mdart/mdart_queue.cc-469-			return;
##############################################
ns2-2.35+dfsg/mdart/mdart_adp.cc-96-#ifdef DEBUG_ADP
ns2-2.35+dfsg/mdart/mdart_adp.cc:97:			fprintf(stdout, "\tre-sending darq for node %d\n", HDR_IP(p)->daddr());
ns2-2.35+dfsg/mdart/mdart_adp.cc-98-#endif
ns2-2.35+dfsg/mdart/mdart_adp.cc:99:			sendDarq(HDR_IP(p)->daddr(), HDR_CMN(p)->uid());			
ns2-2.35+dfsg/mdart/mdart_adp.cc-100-		}
##############################################
ns2-2.35+dfsg/mdart/mdart_adp.cc-156-		
ns2-2.35+dfsg/mdart/mdart_adp.cc:157:	sendPktIh_->saddr() = mdart_->id_;
ns2-2.35+dfsg/mdart/mdart_adp.cc:158:	sendPktIh_->daddr() = nextHop_;
ns2-2.35+dfsg/mdart/mdart_adp.cc-159-	sendPktIh_->sport() = RT_PORT;
##############################################
ns2-2.35+dfsg/mdart/mdart_adp.cc-173-#ifdef DEBUG_ADP
ns2-2.35+dfsg/mdart/mdart_adp.cc:174:	fprintf(stdout, "\tsendPktIh_->saddr = %d\n", sendPktIh_->saddr());
ns2-2.35+dfsg/mdart/mdart_adp.cc:175:	fprintf(stdout, "\tsendPktIh_->daddr = %d\n", sendPktIh_->daddr());
ns2-2.35+dfsg/mdart/mdart_adp.cc-176-	fprintf(stdout, "\tsendPktRh_->srcId_ = %d\n", sendPktRh_->srcId_);
##############################################
ns2-2.35+dfsg/mdart/mdart_adp.cc-254-	recvPktCh_->next_hop() = nextHop_;		
ns2-2.35+dfsg/mdart/mdart_adp.cc:255:	recvPktIh_->daddr() = nextHop_;
ns2-2.35+dfsg/mdart/mdart_adp.cc-256-	recvPktRh_->forId_ = mdart_->id_;
##############################################
ns2-2.35+dfsg/mdart/mdart_adp.cc-259-#ifdef DEBUG_ADP
ns2-2.35+dfsg/mdart/mdart_adp.cc:260:	fprintf(stdout, "\trecvPktIh_->saddr = %d\n", recvPktIh_->saddr());
ns2-2.35+dfsg/mdart/mdart_adp.cc:261:	fprintf(stdout, "\trecvPktIh_->daddr = %d\n", recvPktIh_->daddr());
ns2-2.35+dfsg/mdart/mdart_adp.cc-262-	fprintf(stdout, "\trecvPktRh_->srcId_ = %d\n", recvPktRh_->srcId_);
##############################################
ns2-2.35+dfsg/mdart/mdart_adp.cc-295-	
ns2-2.35+dfsg/mdart/mdart_adp.cc:296:	sendPktIh_->saddr() = mdart_->id_;
ns2-2.35+dfsg/mdart/mdart_adp.cc:297://	sendPktIh_->daddr() = recvPktRh_->forId_;
ns2-2.35+dfsg/mdart/mdart_adp.cc:298:	sendPktIh_->daddr() = nextHop_;
ns2-2.35+dfsg/mdart/mdart_adp.cc-299-	sendPktIh_->sport() = RT_PORT;
##############################################
ns2-2.35+dfsg/mdart/mdart_adp.cc-314-#ifdef DEBUG_ADP
ns2-2.35+dfsg/mdart/mdart_adp.cc:315:	fprintf(stdout, "\tsendPktIh_->saddr = %d\n", sendPktIh_->saddr());
ns2-2.35+dfsg/mdart/mdart_adp.cc:316:	fprintf(stdout, "\tsendPktIh_->daddr = %d\n", sendPktIh_->daddr());
ns2-2.35+dfsg/mdart/mdart_adp.cc-317-	fprintf(stdout, "\tsendPktRh_->srcId = %d\n", sendPktRh_->srcId_);
##############################################
ns2-2.35+dfsg/mdart/mdart_adp.cc-370-	recvPktCh_->next_hop() = nextHop_;		
ns2-2.35+dfsg/mdart/mdart_adp.cc:371://	recvPktIh_->saddr() = mdart_->address_;
ns2-2.35+dfsg/mdart/mdart_adp.cc:372:	recvPktIh_->daddr() = nextHop_;
ns2-2.35+dfsg/mdart/mdart_adp.cc-373-//	recvPktRh_->dstId_ = findId(recvPktRh_->dstAdd_);
##############################################
ns2-2.35+dfsg/mdart/mdart_adp.cc-376-#ifdef DEBUG_ADP
ns2-2.35+dfsg/mdart/mdart_adp.cc:377:	fprintf(stdout, "\tsendPktIh_->saddr = %d\n", recvPktIh_->saddr());
ns2-2.35+dfsg/mdart/mdart_adp.cc:378:	fprintf(stdout, "\tsendPktIh_->daddr = %d\n", recvPktIh_->daddr());
ns2-2.35+dfsg/mdart/mdart_adp.cc-379-	fprintf(stdout, "\tsendPktRh_->srcId = %d\n", recvPktRh_->srcId_);
##############################################
ns2-2.35+dfsg/mdart/mdart_adp.cc-446-
ns2-2.35+dfsg/mdart/mdart_adp.cc:447:	sendPktIh_->saddr() = mdart_->id_;
ns2-2.35+dfsg/mdart/mdart_adp.cc:448:	sendPktIh_->daddr() = nextHop_;
ns2-2.35+dfsg/mdart/mdart_adp.cc-449-	sendPktIh_->sport() = RT_PORT;
##############################################
ns2-2.35+dfsg/mdart/mdart_adp.cc-462-#ifdef DEBUG_ADP
ns2-2.35+dfsg/mdart/mdart_adp.cc:463:	fprintf(stdout, "\tsendPktIh_->saddr = %d\n", sendPktIh_->saddr());
ns2-2.35+dfsg/mdart/mdart_adp.cc:464:	fprintf(stdout, "\tsendPktIh_->daddr = %d\n", sendPktIh_->daddr());
ns2-2.35+dfsg/mdart/mdart_adp.cc-465-	fprintf(stdout, "\tsendPktRh_->srcId_ = %d\n", sendPktRh_->srcId_);
##############################################
ns2-2.35+dfsg/mdart/mdart_adp.cc-537-	recvPktCh_->next_hop() = nextHop_;
ns2-2.35+dfsg/mdart/mdart_adp.cc:538:	recvPktIh_->daddr() = nextHop_;
ns2-2.35+dfsg/mdart/mdart_adp.cc-539-	recvPktRh_->forId_ = mdart_->id_;
##############################################
ns2-2.35+dfsg/mdart/mdart_adp.cc-542-#ifdef DEBUG_ADP
ns2-2.35+dfsg/mdart/mdart_adp.cc:543:	fprintf(stdout, "\trecvPktIh_->saddr = %d\n", recvPktIh_->saddr());
ns2-2.35+dfsg/mdart/mdart_adp.cc:544:	fprintf(stdout, "\trecvPktIh_->daddr = %d\n", recvPktIh_->daddr());
ns2-2.35+dfsg/mdart/mdart_adp.cc-545-	fprintf(stdout, "\trecvPktRh_->srcId_ = %d\n", recvPktRh_->srcId_);
##############################################
ns2-2.35+dfsg/mdart/mdart_adp.cc-571-
ns2-2.35+dfsg/mdart/mdart_adp.cc:572:	sendPktIh_->saddr() = mdart_->id_;
ns2-2.35+dfsg/mdart/mdart_adp.cc:573:	sendPktIh_->daddr() = IP_BROADCAST;
ns2-2.35+dfsg/mdart/mdart_adp.cc-574-	sendPktIh_->sport() = RT_PORT;
##############################################
ns2-2.35+dfsg/mdart/mdart_adp.cc-583-#ifdef DEBUG_ADP
ns2-2.35+dfsg/mdart/mdart_adp.cc:584:	fprintf(stdout, "\tsendPktIh_->saddr = %d\n", sendPktIh_->saddr());
ns2-2.35+dfsg/mdart/mdart_adp.cc:585:	fprintf(stdout, "\tsendPktIh_->daddr = %d\n", sendPktIh_->daddr());
ns2-2.35+dfsg/mdart/mdart_adp.cc-586-	fprintf(stdout, "\tsendPktRh_->srcId_ = %d\n", sendPktRh_->srcId_);
##############################################
ns2-2.35+dfsg/mdart/mdart_adp.cc-604-	struct hdr_ip *recvPktIh_ = HDR_IP(recvPkt);
ns2-2.35+dfsg/mdart/mdart_adp.cc:605:	fprintf(stdout, "\trecvPktIh_->saddr = %d\n", recvPktIh_->saddr());
ns2-2.35+dfsg/mdart/mdart_adp.cc:606:	fprintf(stdout, "\trecvPktIh_->daddr = %d\n", recvPktIh_->daddr());
ns2-2.35+dfsg/mdart/mdart_adp.cc-607-	fprintf(stdout, "\trecvPktRh_->srcId_ = %d\n", recvPktRh_->srcId_);
##############################################
ns2-2.35+dfsg/mobile/dumb-agent.cc-94-  if (ch->direction() == hdr_cmn::UP) { // in-coming pkt
ns2-2.35+dfsg/mobile/dumb-agent.cc:95:    if ((u_int32_t)iph->daddr() == IP_BROADCAST) {
ns2-2.35+dfsg/mobile/dumb-agent.cc-96-//      printf("Recvd brdcast pkt\n");
##############################################
ns2-2.35+dfsg/mobile/dumb-agent.cc-101-      // doesnot support multi-hop scenarios
ns2-2.35+dfsg/mobile/dumb-agent.cc:102:      assert(iph->daddr() == here_.addr_);
ns2-2.35+dfsg/mobile/dumb-agent.cc-103-//      printf("Recvd unicast pkt\n");
##############################################
ns2-2.35+dfsg/mobile/god.cc-680-        struct hdr_ip *ih = HDR_IP(p);
ns2-2.35+dfsg/mobile/god.cc:681:        nsaddr_t src = ih->saddr();
ns2-2.35+dfsg/mobile/god.cc:682:        nsaddr_t dst = ih->daddr();
ns2-2.35+dfsg/mobile/god.cc-683-
##############################################
ns2-2.35+dfsg/mobile/mip-reg.cc-128-	hdr_cmn *ch = hdr_cmn::access(p);
ns2-2.35+dfsg/mobile/mip-reg.cc:129:	int nodeaddr = Address::instance().get_nodeaddr(addr());
ns2-2.35+dfsg/mobile/mip-reg.cc-130-	
##############################################
ns2-2.35+dfsg/mobile/mip-reg.cc-133-	  //if (miph->ha_ == (addr_ >> shift_ & mask_)) {
ns2-2.35+dfsg/mobile/mip-reg.cc:134:	  if (miph->ha_ == (Address::instance().get_nodeaddr(addr()))){
ns2-2.35+dfsg/mobile/mip-reg.cc-135-	    if (miph->ha_ == miph->coa_) { // back home
##############################################
ns2-2.35+dfsg/mobile/mip-reg.cc-148-	    //iph->dst() = iph->dst() & ~(~(nsaddr_t)0 << shift_) | (miph->ha_ & mask_) << shift_;
ns2-2.35+dfsg/mobile/mip-reg.cc:149:	    iph->daddr() = miph->ha_;
ns2-2.35+dfsg/mobile/mip-reg.cc-150-	    iph->dport() = 0;
ns2-2.35+dfsg/mobile/mip-reg.cc-151-	  }
ns2-2.35+dfsg/mobile/mip-reg.cc:152:	  iph->saddr() = addr();
ns2-2.35+dfsg/mobile/mip-reg.cc-153-	  iph->sport() = port();
##############################################
ns2-2.35+dfsg/mobile/mip-reg.cc-178-	  //iph->dst() = iph->dst() & ~(~(nsaddr_t)0 << shift_) |(miph->haddr_ & mask_) << shift_;
ns2-2.35+dfsg/mobile/mip-reg.cc:179:	  iph->daddr() = miph->haddr_;
ns2-2.35+dfsg/mobile/mip-reg.cc-180-	  iph->dport() = 0;
##############################################
ns2-2.35+dfsg/mobile/mip-reg.cc-229-	//h->coa_ = addr_ >> shift_ & mask_;
ns2-2.35+dfsg/mobile/mip-reg.cc:230:	h->coa_ = Address::instance().get_nodeaddr(addr());
ns2-2.35+dfsg/mobile/mip-reg.cc-231-	h->type_ = MIPT_ADS;
##############################################
ns2-2.35+dfsg/mobile/mip-reg.cc-234-	if (dst != -1) {
ns2-2.35+dfsg/mobile/mip-reg.cc:235:	  iph->daddr() = dst;
ns2-2.35+dfsg/mobile/mip-reg.cc-236-	  iph->dport() = 0;
##############################################
ns2-2.35+dfsg/mobile/mip-reg.cc-256-  hdrc->addr_type_ = NS_AF_INET;
ns2-2.35+dfsg/mobile/mip-reg.cc:257:  iph->daddr() = IP_BROADCAST;
ns2-2.35+dfsg/mobile/mip-reg.cc-258-  iph->dport() = 0;
##############################################
ns2-2.35+dfsg/mobile/mip-reg.cc-420-	//iph->dst() = iph->dst() & ~(~(nsaddr_t)0 << shift_) | (coa_ & mask_) << shift_;
ns2-2.35+dfsg/mobile/mip-reg.cc:421:	iph->daddr() = coa_;
ns2-2.35+dfsg/mobile/mip-reg.cc-422-	iph->dport() = 0;
##############################################
ns2-2.35+dfsg/mobile/mip-reg.cc-424-	//h->haddr_ = addr_ >> shift_ & mask_;
ns2-2.35+dfsg/mobile/mip-reg.cc:425:	h->haddr_ = Address::instance().get_nodeaddr(addr());
ns2-2.35+dfsg/mobile/mip-reg.cc-426-	h->ha_ = ha_;
##############################################
ns2-2.35+dfsg/mobile/mip-reg.cc-444-	//h->haddr_ = addr_ >> shift_ & mask_;
ns2-2.35+dfsg/mobile/mip-reg.cc:445:	h->haddr_ = Address::instance().get_nodeaddr(addr());
ns2-2.35+dfsg/mobile/mip-reg.cc-446-	h->ha_ = ha_;
##############################################
ns2-2.35+dfsg/mobile/mip-reg.cc-465-	hdrc->addr_type_ = NS_AF_INET;
ns2-2.35+dfsg/mobile/mip-reg.cc:466:	iph->daddr() = IP_BROADCAST;
ns2-2.35+dfsg/mobile/mip-reg.cc-467-	iph->dport() = 0;
##############################################
ns2-2.35+dfsg/mobile/mip.cc-88-	//int dst = ((hdr->dst() >> shift_) & mask_);
ns2-2.35+dfsg/mobile/mip.cc:89:	int dst = Address::instance().get_nodeaddr(hdr->daddr());
ns2-2.35+dfsg/mobile/mip.cc-90-	tcl.evalf("%s tunnel-exit %d", name_, dst);
##############################################
ns2-2.35+dfsg/mobile/mip.cc-96-
ns2-2.35+dfsg/mobile/mip.cc:97:	hdr->saddr() = here_.addr_;
ns2-2.35+dfsg/mobile/mip.cc-98-	hdr->sport() = here_.port_;
ns2-2.35+dfsg/mobile/mip.cc-99-	//hdr->dst() = addr_ & ~(~(nsaddr_t)0 << shift_) | (te & mask_) << shift_;;
ns2-2.35+dfsg/mobile/mip.cc:100:	hdr->daddr() = te;
ns2-2.35+dfsg/mobile/mip.cc-101-	hdr->dport() = 1;
##############################################
ns2-2.35+dfsg/nix/classifier-nix.cc-86-	hdr_ip* ip = hdr_ip::access(p);
ns2-2.35+dfsg/nix/classifier-nix.cc:87:	if ((nodeid_t)ip->daddr() == pN->Id())
ns2-2.35+dfsg/nix/classifier-nix.cc-88-		{ // Arrived at destination, pass on to the dmux object
##############################################
ns2-2.35+dfsg/packmime/packmime_HTTP.cc-1237- 		char* nodeaddr = 
ns2-2.35+dfsg/packmime/packmime_HTTP.cc:1238: 			Address::instance().print_nodeaddr(agent_->daddr());
ns2-2.35+dfsg/packmime/packmime_HTTP.cc-1239- 		char* portaddr = 
ns2-2.35+dfsg/packmime/packmime_HTTP.cc:1240: 			Address::instance().print_nodeaddr(agent_->dport());
ns2-2.35+dfsg/packmime/packmime_HTTP.cc-1241- 		fprintf (fp, "%-11.6f %-10d %-10d %s.%-6s\n",
##############################################
ns2-2.35+dfsg/packmime/packmime_HTTP.cc-1284-			char* dst_nodeaddr = 
ns2-2.35+dfsg/packmime/packmime_HTTP.cc:1285:			    Address::instance().print_nodeaddr(agent_->daddr());
ns2-2.35+dfsg/packmime/packmime_HTTP.cc-1286-			char* dst_portaddr = 
ns2-2.35+dfsg/packmime/packmime_HTTP.cc:1287:			    Address::instance().print_nodeaddr(agent_->dport());
ns2-2.35+dfsg/packmime/packmime_HTTP.cc-1288-			if (fp) {
##############################################
ns2-2.35+dfsg/packmime/packmime_HTTP.cc-1350- 		char* nodeaddr = 
ns2-2.35+dfsg/packmime/packmime_HTTP.cc:1351: 			Address::instance().print_nodeaddr(agent_->addr());
ns2-2.35+dfsg/packmime/packmime_HTTP.cc-1352- 		char* portaddr = 
ns2-2.35+dfsg/packmime/packmime_HTTP.cc:1353: 			Address::instance().print_nodeaddr(agent_->port());
ns2-2.35+dfsg/packmime/packmime_HTTP.cc-1354-		fprintf (fp, "%-11.6f %-10d %-10d %s.%-6s\n",
##############################################
ns2-2.35+dfsg/pgm/pgm-agent.cc-487-            et_->round(Scheduler::instance().clock()),   
ns2-2.35+dfsg/pgm/pgm-agent.cc:488:            addr(),                    
ns2-2.35+dfsg/pgm/pgm-agent.cc-489-            0,                   
##############################################
ns2-2.35+dfsg/pgm/pgm-agent.cc-496-			evType,                    // event type
ns2-2.35+dfsg/pgm/pgm-agent.cc:497:			addr(),                       // owner (src) node id
ns2-2.35+dfsg/pgm/pgm-agent.cc-498-			port(),                       // owner (src) port id
##############################################
ns2-2.35+dfsg/pgm/pgm-agent.cc-1024-        hdr_ip*         ih = HDR_IP(pkt);
ns2-2.35+dfsg/pgm/pgm-agent.cc:1025:        //nsaddr_t        src = ih->saddr();
ns2-2.35+dfsg/pgm/pgm-agent.cc-1026-
##############################################
ns2-2.35+dfsg/pgm/pgm-agent.cc-1094-
ns2-2.35+dfsg/pgm/pgm-agent.cc:1095:    printf("SPM (TSI %d:%d) from %d:%d to %d:%d iface %d, size %d, seqno %d, spm_path %d:%d\n", hp->tsi_.addr_, hp->tsi_.port_, hip->saddr(), hip->sport(), hip->daddr(), hip->dport(), hc->iface(), hc->size(), hp->seqno_, hps->spm_path_.addr_, hps->spm_path_.port_);
ns2-2.35+dfsg/pgm/pgm-agent.cc-1096-
##############################################
ns2-2.35+dfsg/pgm/pgm-agent.cc-1098-  case PGM_ODATA:
ns2-2.35+dfsg/pgm/pgm-agent.cc:1099:    printf("ODATA (TSI %d:%d) from %d:%d to %d:%d iface %d, size %d, seqno %d\n", hp->tsi_.addr_, hp->tsi_.port_, hip->saddr(), hip->sport(), hip->daddr(), hip->dport(), hc->iface(), hc->size(), hp->seqno_);
ns2-2.35+dfsg/pgm/pgm-agent.cc-1100-
##############################################
ns2-2.35+dfsg/pgm/pgm-agent.cc-1102-  case PGM_RDATA:
ns2-2.35+dfsg/pgm/pgm-agent.cc:1103:    printf("RDATA (TSI %d:%d) from %d:%d to %d:%d iface %d, size %d, seqno %d\n", hp->tsi_.addr_, hp->tsi_.port_, hip->saddr(), hip->sport(), hip->daddr(), hip->dport(), hc->iface(), hc->size(), hp->seqno_);
ns2-2.35+dfsg/pgm/pgm-agent.cc-1104-
##############################################
ns2-2.35+dfsg/pgm/pgm-agent.cc-1108-
ns2-2.35+dfsg/pgm/pgm-agent.cc:1109:    printf("NAK (TSI %d:%d) from %d:%d to %d:%d iface %d, size %d, seqno %d, source %d:%d, group %d:%d\n", hp->tsi_.addr_, hp->tsi_.port_, hip->saddr(), hip->sport(), hip->daddr(), hip->dport(), hc->iface(), hc->size(), hp->seqno_, hpn->source_.addr_, hpn->source_.port_, hpn->group_.addr_, hpn->group_.port_);
ns2-2.35+dfsg/pgm/pgm-agent.cc-1110-
##############################################
ns2-2.35+dfsg/pgm/pgm-agent.cc-1112-  case PGM_NCF:
ns2-2.35+dfsg/pgm/pgm-agent.cc:1113:    printf("NCF (TSI %d:%d) from %d:%d to %d:%d iface %d, size %d, seqno %d\n", hp->tsi_.addr_, hp->tsi_.port_, hip->saddr(), hip->sport(), hip->daddr(), hip->dport(), hc->iface(), hc->size(), hp->seqno_);
ns2-2.35+dfsg/pgm/pgm-agent.cc-1114-
##############################################
ns2-2.35+dfsg/pgm/pgm-agent.cc-1116-  default:
ns2-2.35+dfsg/pgm/pgm-agent.cc:1117:    printf("UNKNOWN (TSI %d:%d) from %d:%d to %d:%d iface %d, size %d, seqno %d\n", hp->tsi_.addr_, hp->tsi_.port_, hip->saddr(), hip->sport(), hip->daddr(), hip->dport(), hc->iface(), hc->size(), hp->seqno_);
ns2-2.35+dfsg/pgm/pgm-agent.cc-1118-
##############################################
ns2-2.35+dfsg/pgm/pgm-receiver.cc-357-            et_->round(Scheduler::instance().clock()),   
ns2-2.35+dfsg/pgm/pgm-receiver.cc:358:            addr(),                    
ns2-2.35+dfsg/pgm/pgm-receiver.cc-359-            0,                   
##############################################
ns2-2.35+dfsg/pgm/pgm-receiver.cc-366-			evType,                    // event type
ns2-2.35+dfsg/pgm/pgm-receiver.cc:367:			addr(),                       // owner (src) node id
ns2-2.35+dfsg/pgm/pgm-receiver.cc-368-			port(),                       // owner (src) port id
##############################################
ns2-2.35+dfsg/pgm/pgm-receiver.cc-803-
ns2-2.35+dfsg/pgm/pgm-receiver.cc:804:    printf("SPM (TSI %d:%d) from %d:%d to %d:%d iface %d, size %d, seqno %d, spm_path %d:%d\n", hp->tsi_.addr_, hp->tsi_.port_, hip->saddr(), hip->sport(), hip->daddr(), hip->dport(), hc->iface(), hc->size(), hp->seqno_, hps->spm_path_.addr_, hps->spm_path_.port_);
ns2-2.35+dfsg/pgm/pgm-receiver.cc-805-
##############################################
ns2-2.35+dfsg/pgm/pgm-receiver.cc-807-  case PGM_ODATA:
ns2-2.35+dfsg/pgm/pgm-receiver.cc:808:    printf("ODATA (TSI %d:%d) from %d:%d to %d:%d iface %d, size %d, seqno %d\n", hp->tsi_.addr_, hp->tsi_.port_, hip->saddr(), hip->sport(), hip->daddr(), hip->dport(), hc->iface(), hc->size(), hp->seqno_);
ns2-2.35+dfsg/pgm/pgm-receiver.cc-809-
##############################################
ns2-2.35+dfsg/pgm/pgm-receiver.cc-811-  case PGM_RDATA:
ns2-2.35+dfsg/pgm/pgm-receiver.cc:812:    printf("RDATA (TSI %d:%d) from %d:%d to %d:%d iface %d, size %d, seqno %d\n", hp->tsi_.addr_, hp->tsi_.port_, hip->saddr(), hip->sport(), hip->daddr(), hip->dport(), hc->iface(), hc->size(), hp->seqno_);
ns2-2.35+dfsg/pgm/pgm-receiver.cc-813-
##############################################
ns2-2.35+dfsg/pgm/pgm-receiver.cc-817-
ns2-2.35+dfsg/pgm/pgm-receiver.cc:818:    printf("NAK (TSI %d:%d) from %d:%d to %d:%d iface %d, size %d, seqno %d, source %d:%d, group %d:%d\n", hp->tsi_.addr_, hp->tsi_.port_, hip->saddr(), hip->sport(), hip->daddr(), hip->dport(), hc->iface(), hc->size(), hp->seqno_, hpn->source_.addr_, hpn->source_.port_, hpn->group_.addr_, hpn->group_.port_);
ns2-2.35+dfsg/pgm/pgm-receiver.cc-819-
##############################################
ns2-2.35+dfsg/pgm/pgm-receiver.cc-821-  case PGM_NCF:
ns2-2.35+dfsg/pgm/pgm-receiver.cc:822:    printf("NCF (TSI %d:%d) from %d:%d to %d:%d iface %d, size %d, seqno %d\n", hp->tsi_.addr_, hp->tsi_.port_, hip->saddr(), hip->sport(), hip->daddr(), hip->dport(), hc->iface(), hc->size(), hp->seqno_);
ns2-2.35+dfsg/pgm/pgm-receiver.cc-823-
##############################################
ns2-2.35+dfsg/pgm/pgm-receiver.cc-825-  default:
ns2-2.35+dfsg/pgm/pgm-receiver.cc:826:    printf("UNKNOWN (TSI %d:%d) from %d:%d to %d:%d iface %d, size %d, seqno %d\n", hp->tsi_.addr_, hp->tsi_.port_, hip->saddr(), hip->sport(), hip->daddr(), hip->dport(), hc->iface(), hc->size(), hp->seqno_);
ns2-2.35+dfsg/pgm/pgm-receiver.cc-827-
##############################################
ns2-2.35+dfsg/pgm/pgm-sender.cc-343-            et_->round(Scheduler::instance().clock()),   
ns2-2.35+dfsg/pgm/pgm-sender.cc:344:            addr(),                    
ns2-2.35+dfsg/pgm/pgm-sender.cc-345-            daddr,                   
##############################################
ns2-2.35+dfsg/pgm/pgm-sender.cc-352-			evType,                    // event type
ns2-2.35+dfsg/pgm/pgm-sender.cc:353:			addr(),                       // owner (src) node id
ns2-2.35+dfsg/pgm/pgm-sender.cc-354-			port(),                       // owner (src) port id
##############################################
ns2-2.35+dfsg/pgm/pgm-sender.cc-500-	//Output Event Trace, Repair will be sent after rdata_delay_
ns2-2.35+dfsg/pgm/pgm-sender.cc:501:    trace_event("REPAIR BACKOFF", rdata_hip->daddr(), rdata_delay_);
ns2-2.35+dfsg/pgm/pgm-sender.cc-502-
##############################################
ns2-2.35+dfsg/pgm/pgm-sender.cc-571-  hip->fid_ = 7;
ns2-2.35+dfsg/pgm/pgm-sender.cc:572:  //  hip->daddr() = group_;
ns2-2.35+dfsg/pgm/pgm-sender.cc-573-
##############################################
ns2-2.35+dfsg/pgm/pgm-sender.cc-585-  double now = Scheduler::instance().clock();
ns2-2.35+dfsg/pgm/pgm-sender.cc:586:  printf("at %f %s sending SPM, from %d:%d (here = %d:%d) to %d:%d, TSI %d:%d, type %d\n", now, uname_, hip->saddr(), hip->sport(), addr(), port(), hip->daddr(), hip->dport(), hp->tsi_.addr_, hp->tsi_.port_, hp->type_);
ns2-2.35+dfsg/pgm/pgm-sender.cc-587-#endif
##############################################
ns2-2.35+dfsg/pgm/pgm-sender.cc-644-      } else {
ns2-2.35+dfsg/pgm/pgm-sender.cc:645:	trace_event("SEND RDATA", HDR_IP(pkt)->daddr(), 0);
ns2-2.35+dfsg/pgm/pgm-sender.cc-646-	flag = 1;
##############################################
ns2-2.35+dfsg/pgm/pgm-sender.cc-709-        hdr_ip*         ih = HDR_IP(pkt);
ns2-2.35+dfsg/pgm/pgm-sender.cc:710:        //nsaddr_t        src = ih->saddr();
ns2-2.35+dfsg/pgm/pgm-sender.cc-711-
##############################################
ns2-2.35+dfsg/pgm/pgm-sender.cc-755-
ns2-2.35+dfsg/pgm/pgm-sender.cc:756:    printf("SPM (TSI %d:%d) from %d:%d to %d:%d iface %d, size %d, seqno %d, spm_path %d:%d\n", hp->tsi_.addr_, hp->tsi_.port_, hip->saddr(), hip->sport(), hip->daddr(), hip->dport(), hc->iface(), hc->size(), hp->seqno_, hps->spm_path_.addr_, hps->spm_path_.port_);
ns2-2.35+dfsg/pgm/pgm-sender.cc-757-
##############################################
ns2-2.35+dfsg/pgm/pgm-sender.cc-759-  case PGM_ODATA:
ns2-2.35+dfsg/pgm/pgm-sender.cc:760:    printf("ODATA (TSI %d:%d) from %d:%d to %d:%d iface %d, size %d, seqno %d\n", hp->tsi_.addr_, hp->tsi_.port_, hip->saddr(), hip->sport(), hip->daddr(), hip->dport(), hc->iface(), hc->size(), hp->seqno_);
ns2-2.35+dfsg/pgm/pgm-sender.cc-761-
##############################################
ns2-2.35+dfsg/pgm/pgm-sender.cc-763-  case PGM_RDATA:
ns2-2.35+dfsg/pgm/pgm-sender.cc:764:    printf("RDATA (TSI %d:%d) from %d:%d to %d:%d iface %d, size %d, seqno %d\n", hp->tsi_.addr_, hp->tsi_.port_, hip->saddr(), hip->sport(), hip->daddr(), hip->dport(), hc->iface(), hc->size(), hp->seqno_);
ns2-2.35+dfsg/pgm/pgm-sender.cc-765-
##############################################
ns2-2.35+dfsg/pgm/pgm-sender.cc-769-
ns2-2.35+dfsg/pgm/pgm-sender.cc:770:    printf("NAK (TSI %d:%d) from %d:%d to %d:%d iface %d, size %d, seqno %d, source %d:%d, group %d:%d\n", hp->tsi_.addr_, hp->tsi_.port_, hip->saddr(), hip->sport(), hip->daddr(), hip->dport(), hc->iface(), hc->size(), hp->seqno_, hpn->source_.addr_, hpn->source_.port_, hpn->group_.addr_, hpn->group_.port_);
ns2-2.35+dfsg/pgm/pgm-sender.cc-771-
##############################################
ns2-2.35+dfsg/pgm/pgm-sender.cc-773-  case PGM_NCF:
ns2-2.35+dfsg/pgm/pgm-sender.cc:774:    printf("NCF (TSI %d:%d) from %d:%d to %d:%d iface %d, size %d, seqno %d\n", hp->tsi_.addr_, hp->tsi_.port_, hip->saddr(), hip->sport(), hip->daddr(), hip->dport(), hc->iface(), hc->size(), hp->seqno_);
ns2-2.35+dfsg/pgm/pgm-sender.cc-775-
##############################################
ns2-2.35+dfsg/pgm/pgm-sender.cc-777-  default:
ns2-2.35+dfsg/pgm/pgm-sender.cc:778:    printf("UNKNOWN (TSI %d:%d) from %d:%d to %d:%d iface %d, size %d, seqno %d\n", hp->tsi_.addr_, hp->tsi_.port_, hip->saddr(), hip->sport(), hip->daddr(), hip->dport(), hc->iface(), hc->size(), hp->seqno_);
ns2-2.35+dfsg/pgm/pgm-sender.cc-779-
##############################################
ns2-2.35+dfsg/puma/puma.cc-455-		TclObject* create(int argc, const char*const* argv) {
ns2-2.35+dfsg/puma/puma.cc:456:			return (new PUMA((nsaddr_t) Address::instance().str2addr(argv[4])));
ns2-2.35+dfsg/puma/puma.cc-457-		}
##############################################
ns2-2.35+dfsg/puma/puma.cc-516-			handle_protocol_packet(p);
ns2-2.35+dfsg/puma/puma.cc:517:		else if ((ih->saddr() == id) && (ch->num_forwards() == 0))
ns2-2.35+dfsg/puma/puma.cc-518-			handle_data_from_transport(p);
##############################################
ns2-2.35+dfsg/puma/puma.cc-634-        hdr_ip    *ih = HDR_IP(p);
ns2-2.35+dfsg/puma/puma.cc:635:        multicast_group* group = multicast_group_list.find(ih->daddr());
ns2-2.35+dfsg/puma/puma.cc-636-        record_ack(ch->prev_hop_);
ns2-2.35+dfsg/puma/puma.cc:637:        if (group != NULL && ih->saddr() != id  &&
ns2-2.35+dfsg/puma/puma.cc:638:            !(message_cache.find(ih->saddr(), ch->uid())) && ih->ttl() > 0) {
ns2-2.35+dfsg/puma/puma.cc-639-            if (am_i_mesh_member(group)) {
##############################################
ns2-2.35+dfsg/puma/puma.cc-662-        hdr_ip    *ih = HDR_IP(p);
ns2-2.35+dfsg/puma/puma.cc:663:        multicast_group* group = multicast_group_list.find(ih->daddr());
ns2-2.35+dfsg/puma/puma.cc-664-        (ih->ttl())--;
##############################################
ns2-2.35+dfsg/puma/puma.cc-666-            accept_data_packet(p->copy());
ns2-2.35+dfsg/puma/puma.cc:667:        message_cache.add(ih->saddr(), ch->uid());
ns2-2.35+dfsg/puma/puma.cc-668-        routing_set_timer(new FlushTablesEvent(), FLUSH_INTERVAL);
##############################################
ns2-2.35+dfsg/puma/puma.cc-819-                                       BROADCAST_JITTER * random.uniform(1.0));
ns2-2.35+dfsg/puma/puma.cc:820:            message_cache.add(ih->saddr(),ch->uid());
ns2-2.35+dfsg/puma/puma.cc-821-            routing_set_timer(new FlushTablesEvent(), FLUSH_INTERVAL);
##############################################
ns2-2.35+dfsg/puma/puma.cc-870-        hdr_puma  *ph = HDR_PUMA(p);
ns2-2.35+dfsg/puma/puma.cc:871:        multicast_group* group = multicast_group_list.find(ih->daddr());
ns2-2.35+dfsg/puma/puma.cc-872-        if (group == NULL) {
ns2-2.35+dfsg/puma/puma.cc:873:            multicast_group_list.add(ih->daddr(), INVALID_ADDRESS);
ns2-2.35+dfsg/puma/puma.cc:874:            group = multicast_group_list.find(ih->daddr());
ns2-2.35+dfsg/puma/puma.cc-875-        }
##############################################
ns2-2.35+dfsg/puma/puma.cc-883-        ch->uid()       = packet_sequence;
ns2-2.35+dfsg/puma/puma.cc:884:        ih->saddr()     = id;
ns2-2.35+dfsg/puma/puma.cc-885-        ih->sport()     = RT_PORT;
ns2-2.35+dfsg/puma/puma.cc:886:        ih->daddr()     = group->multicast_address;
ns2-2.35+dfsg/puma/puma.cc-887-        ph->ma_count    = 0;
##############################################
ns2-2.35+dfsg/puma/puma.cc-889-        if (am_i_mesh_member(group)) {
ns2-2.35+dfsg/puma/puma.cc:890:            message_cache.add(ih->saddr(), packet_sequence);
ns2-2.35+dfsg/puma/puma.cc-891-            routing_set_timer(new FlushTablesEvent(), FLUSH_INTERVAL);
##############################################
ns2-2.35+dfsg/puma/puma.cc-936-        ch->addr_type() = NS_AF_INET;
ns2-2.35+dfsg/puma/puma.cc:937:        ih->saddr()     = id;
ns2-2.35+dfsg/puma/puma.cc:938:        ih->daddr()     = group->multicast_address;
ns2-2.35+dfsg/puma/puma.cc-939-        ih->sport()     = RT_PORT;
##############################################
ns2-2.35+dfsg/puma/puma.cc-1058-
ns2-2.35+dfsg/puma/puma.cc:1059:            ih->saddr()     = id;
ns2-2.35+dfsg/puma/puma.cc:1060:            ih->daddr()     = group->multicast_address;
ns2-2.35+dfsg/puma/puma.cc-1061-            ih->sport()     = RT_PORT;
##############################################
ns2-2.35+dfsg/puma/puma.cc-1096-        hdr_puma *ph = HDR_PUMA(p);
ns2-2.35+dfsg/puma/puma.cc:1097:        if (ih->saddr() == id) {
ns2-2.35+dfsg/puma/puma.cc-1098-            Packet::free(p);
##############################################
ns2-2.35+dfsg/puma/puma.cc-1100-        }
ns2-2.35+dfsg/puma/puma.cc:1101:        record_ack(ih->saddr());
ns2-2.35+dfsg/puma/puma.cc-1102-        multicast_announcement bucket[ph->ma_count];
##############################################
ns2-2.35+dfsg/puma/puma.cc-1112-            }
ns2-2.35+dfsg/puma/puma.cc:1113:            handle_ma(group, bucket[i], ih->saddr());
ns2-2.35+dfsg/puma/puma.cc-1114-        }
##############################################
ns2-2.35+dfsg/qs/qsagent.cc-137-	if (qs_enabled_) {
ns2-2.35+dfsg/qs/qsagent.cc:138:		if (qsh->flag() == QS_REQUEST && qsh->rate() > 0 && iph->daddr() != addr()) {
ns2-2.35+dfsg/qs/qsagent.cc:139:			sprintf (qname, "[Simulator instance] get-queue %d %d", addr(), iph->daddr()); 
ns2-2.35+dfsg/qs/qsagent.cc-140-			tcl.evalc (qname);
##############################################
ns2-2.35+dfsg/qs/qsagent.cc-142-
ns2-2.35+dfsg/qs/qsagent.cc:143:			sprintf (lname, "[Simulator instance] get-link %d %d", addr(), iph->daddr()); 
ns2-2.35+dfsg/qs/qsagent.cc-144-			tcl.evalc (lname);
##############################################
ns2-2.35+dfsg/qs/qsagent.cc-240-#ifdef QS_DEBUG
ns2-2.35+dfsg/qs/qsagent.cc:241:		printf("%d: requested = %f KBps, available = %f KBps, approved = %f KBps\n", addr(), ratereq/1024, free_bw/1024, app_rate/1024);
ns2-2.35+dfsg/qs/qsagent.cc-242-#endif
##############################################
ns2-2.35+dfsg/queue/drr.cc-174-	/*detect collisions here */
ns2-2.35+dfsg/queue/drr.cc:175:	int compare=(!mask_ ? ((int)iph->saddr()) : ((int)iph->saddr()&0xfff0));
ns2-2.35+dfsg/queue/drr.cc-176-	if (q->src ==-1)
##############################################
ns2-2.35+dfsg/queue/drr.cc-179-		if (q->src != compare)
ns2-2.35+dfsg/queue/drr.cc:180:			fprintf(stderr,"Collisions between %d and %d src addresses\n",q->src,(int)iph->saddr());      
ns2-2.35+dfsg/queue/drr.cc-181-
##############################################
ns2-2.35+dfsg/queue/drr.cc-310-	if (mask_)
ns2-2.35+dfsg/queue/drr.cc:311:		i = (int)iph->saddr() & (0xfff0);
ns2-2.35+dfsg/queue/drr.cc-312-	else
ns2-2.35+dfsg/queue/drr.cc:313:		i = (int)iph->saddr();
ns2-2.35+dfsg/queue/drr.cc-314-	return ((i + (i >> 8) + ~(i>>4)) % ((2<<23)-1))+1; // modulo a large prime
##############################################
ns2-2.35+dfsg/queue/red-pd.cc-126-	//	int fid = iph->flowid();
ns2-2.35+dfsg/queue/red-pd.cc:127:	//	int src_ = iph->saddr();
ns2-2.35+dfsg/queue/red-pd.cc-128-	
##############################################
ns2-2.35+dfsg/queue/rtqueue.cc-160-	  //		if(HDR_IP(p)->dst() == dst) {
ns2-2.35+dfsg/queue/rtqueue.cc:161:	       if(HDR_IP(p)->daddr() == dst) {
ns2-2.35+dfsg/queue/rtqueue.cc-162-			return;
##############################################
ns2-2.35+dfsg/queue/semantic-packetqueue.h-62-	inline int compareFlows(hdr_ip *ip1, hdr_ip *ip2) {
ns2-2.35+dfsg/queue/semantic-packetqueue.h:63:		return ((ip1->saddr() == ip2->saddr()) &&
ns2-2.35+dfsg/queue/semantic-packetqueue.h-64-			(ip1->sport() == ip2->sport()) &&
ns2-2.35+dfsg/queue/semantic-packetqueue.h:65:			(ip1->daddr() == ip2->daddr()) && 
ns2-2.35+dfsg/queue/semantic-packetqueue.h-66-			(ip1->dport() == ip2->dport())); 
##############################################
ns2-2.35+dfsg/queue/sfq.cc-236-  hdr_ip* iph = hdr_ip::access(pkt);
ns2-2.35+dfsg/queue/sfq.cc:237:  int i = (int)iph->saddr();
ns2-2.35+dfsg/queue/sfq.cc:238:  int j = (int)iph->daddr();
ns2-2.35+dfsg/queue/sfq.cc-239-  int k = i + j;
##############################################
ns2-2.35+dfsg/rap/media-app.cc-604-	char buf[1024], *p;
ns2-2.35+dfsg/rap/media-app.cc:605:	char *src = Address::instance().print_nodeaddr(rap()->addr());
ns2-2.35+dfsg/rap/media-app.cc-606-	sprintf(buf, "%.17g i %s ", Scheduler::instance().clock(), src);
##############################################
ns2-2.35+dfsg/rap/media-app.cc-682-	char buf[1024], *p;
ns2-2.35+dfsg/rap/media-app.cc:683:	char *src = Address::instance().print_nodeaddr(rap()->addr());
ns2-2.35+dfsg/rap/media-app.cc:684:	char *port = Address::instance().print_portaddr(rap()->addr());
ns2-2.35+dfsg/rap/media-app.cc-685-	sprintf(buf, "# t %.17g i %s.%s QA ", 
##############################################
ns2-2.35+dfsg/rap/media-app.cc-698-	char buf[1024], *p;
ns2-2.35+dfsg/rap/media-app.cc:699:	char *src = Address::instance().print_nodeaddr(rap()->addr());
ns2-2.35+dfsg/rap/media-app.cc:700:	char *port = Address::instance().print_portaddr(rap()->addr());
ns2-2.35+dfsg/rap/media-app.cc-701-	sprintf(buf, "# t %.17g i %s.%s QA PANIC ", 
##############################################
ns2-2.35+dfsg/rap/rap.cc-149-//  	fprintf(stderr, "%g: rap agent %s(%d) stops.\n", 
ns2-2.35+dfsg/rap/rap.cc:150://  		Scheduler::instance().clock(), name(), addr());
ns2-2.35+dfsg/rap/rap.cc-151-//  	Tcl::instance().eval("[Simulator instance] flush-trace");
##############################################
ns2-2.35+dfsg/rap/rap.cc-195-	if (debugEnable_)
ns2-2.35+dfsg/rap/rap.cc:196:		logfile_ = DebugEnable(this->addr() >> 
ns2-2.35+dfsg/rap/rap.cc-197-				       Address::instance().NodeShift_[1]);
##############################################
ns2-2.35+dfsg/rap/rap.cc-213-	if (debugEnable_)
ns2-2.35+dfsg/rap/rap.cc:214:		logfile_ = DebugEnable(this->addr() >> 
ns2-2.35+dfsg/rap/rap.cc-215-				       Address::instance().NodeShift_[1]);
##############################################
ns2-2.35+dfsg/routing/address.cc-75-		if (strcmp(argv[1], "str2addr") == 0) {
ns2-2.35+dfsg/routing/address.cc:76:			tcl.resultf("%d", str2addr(argv[2]));
ns2-2.35+dfsg/routing/address.cc-77-			return (TCL_OK);
##############################################
ns2-2.35+dfsg/routing/address.cc-148-
ns2-2.35+dfsg/routing/address.cc:149:char *Address::print_nodeaddr(int address)
ns2-2.35+dfsg/routing/address.cc-150-{
##############################################
ns2-2.35+dfsg/routing/address.cc-176-
ns2-2.35+dfsg/routing/address.cc:177:int Address::hier_addr(int address, int level) {
ns2-2.35+dfsg/routing/address.cc-178-	if (level <= levels_) {
##############################################
ns2-2.35+dfsg/routing/address.cc-184-
ns2-2.35+dfsg/routing/address.cc:185:char *Address::get_subnetaddr(int address)
ns2-2.35+dfsg/routing/address.cc-186-{
##############################################
ns2-2.35+dfsg/routing/address.cc-211-// returns nodeaddr in integer form (relevant especially for hier-addr)
ns2-2.35+dfsg/routing/address.cc:212:int Address::get_nodeaddr(int address)
ns2-2.35+dfsg/routing/address.cc-213-{
##############################################
ns2-2.35+dfsg/routing/address.cc-216-	
ns2-2.35+dfsg/routing/address.cc:217:	temp = print_nodeaddr(address);
ns2-2.35+dfsg/routing/address.cc:218:	a = str2addr(temp);
ns2-2.35+dfsg/routing/address.cc-219-	delete [] temp;
##############################################
ns2-2.35+dfsg/routing/address.cc-224-//Sets address in pkthdr format (having port and node fields)
ns2-2.35+dfsg/routing/address.cc:225:int Address::create_ipaddr(int nodeid, int)
ns2-2.35+dfsg/routing/address.cc-226-{
##############################################
ns2-2.35+dfsg/routing/address.cc-240-
ns2-2.35+dfsg/routing/address.cc:241:int Address::get_lastaddr(int address)
ns2-2.35+dfsg/routing/address.cc-242-{
##############################################
ns2-2.35+dfsg/routing/address.cc-249-
ns2-2.35+dfsg/routing/address.cc:250:char *Address::print_portaddr(int address)
ns2-2.35+dfsg/routing/address.cc-251-{
##############################################
ns2-2.35+dfsg/routing/address.cc-269-// Convert address in string format to binary format (int). 
ns2-2.35+dfsg/routing/address.cc:270:int Address::str2addr(const char *str) const
ns2-2.35+dfsg/routing/address.cc-271-{
##############################################
ns2-2.35+dfsg/routing/address.h-45-	~Address();
ns2-2.35+dfsg/routing/address.h:46:	char *print_nodeaddr(int address);
ns2-2.35+dfsg/routing/address.h:47:	char *print_portaddr(int address);
ns2-2.35+dfsg/routing/address.h:48:	char *get_subnetaddr(int address);
ns2-2.35+dfsg/routing/address.h:49:	int   get_lastaddr(int address);
ns2-2.35+dfsg/routing/address.h:50:	int   get_nodeaddr(int address);
ns2-2.35+dfsg/routing/address.h:51:	int   str2addr(const char *str) const;
ns2-2.35+dfsg/routing/address.h:52:	int   create_ipaddr(int nodeid, int portid);
ns2-2.35+dfsg/routing/address.h:53:	int   hier_addr(int address, int level);
ns2-2.35+dfsg/routing/address.h-54-
##############################################
ns2-2.35+dfsg/routing/alloc-address.cc-46-public:
ns2-2.35+dfsg/routing/alloc-address.cc:47:	AllocAddr();
ns2-2.35+dfsg/routing/alloc-address.cc:48:	~AllocAddr();
ns2-2.35+dfsg/routing/alloc-address.cc-49-	int command(int argc, const char*const* argv);
##############################################
ns2-2.35+dfsg/routing/alloc-address.cc-67-	TclObject* create(int, const char*const*) {
ns2-2.35+dfsg/routing/alloc-address.cc:68:		return (new AllocAddr());
ns2-2.35+dfsg/routing/alloc-address.cc-69-	}
##############################################
ns2-2.35+dfsg/routing/alloc-address.cc-140-
ns2-2.35+dfsg/routing/alloc-address.cc:141:AllocAddr::AllocAddr()
ns2-2.35+dfsg/routing/alloc-address.cc-142-{
##############################################
ns2-2.35+dfsg/routing/alloc-address.cc-147-
ns2-2.35+dfsg/routing/alloc-address.cc:148:AllocAddr::~AllocAddr()
ns2-2.35+dfsg/routing/alloc-address.cc-149-{
##############################################
ns2-2.35+dfsg/routing/route.cc-303-		tcl.result(target);
ns2-2.35+dfsg/routing/route.cc:304:		result= Address::instance().str2addr(target);
ns2-2.35+dfsg/routing/route.cc-305-	} else {
##############################################
ns2-2.35+dfsg/routing/rtProtoDV.cc-89-{
ns2-2.35+dfsg/routing/rtProtoDV.cc:90:	daddr() = dst.addr_;
ns2-2.35+dfsg/routing/rtProtoDV.cc-91-	dport() = dst.port_;
##############################################
ns2-2.35+dfsg/routing/rtProtoDV.cc-105-	Tcl::instance().evalf("%s recv-update %d %d", name(),
ns2-2.35+dfsg/routing/rtProtoDV.cc:106:			      ih->saddr(), rh->metricsVar());
ns2-2.35+dfsg/routing/rtProtoDV.cc-107-	Packet::free(p);
##############################################
ns2-2.35+dfsg/rtproto/rtproto.h-25-
ns2-2.35+dfsg/rtproto/rtproto.h:26:	nsaddr_t& ipaddr() { return ipaddr_; }
ns2-2.35+dfsg/rtproto/rtproto.h-27-
##############################################
ns2-2.35+dfsg/satellite/sat-hdlc.cc-168-	
ns2-2.35+dfsg/satellite/sat-hdlc.cc:169:	nsaddr_t src = (nsaddr_t)Address::instance().get_nodeaddr(ih->saddr());
ns2-2.35+dfsg/satellite/sat-hdlc.cc:170:	nsaddr_t dst = (nsaddr_t)Address::instance().get_nodeaddr(ih->daddr());
ns2-2.35+dfsg/satellite/sat-hdlc.cc-171-	
##############################################
ns2-2.35+dfsg/satellite/sat-hdlc.cc-268-	
ns2-2.35+dfsg/satellite/sat-hdlc.cc:269:	nsaddr_t src = (nsaddr_t)Address::instance().get_nodeaddr(ih->saddr());
ns2-2.35+dfsg/satellite/sat-hdlc.cc:270:	nsaddr_t dst = (nsaddr_t)Address::instance().get_nodeaddr(ih->daddr());
ns2-2.35+dfsg/satellite/sat-hdlc.cc-271-
##############################################
ns2-2.35+dfsg/satellite/sat-hdlc.cc-279-	
ns2-2.35+dfsg/satellite/sat-hdlc.cc:280:	//nih->daddr() = ih->daddr();
ns2-2.35+dfsg/satellite/sat-hdlc.cc-281-	
##############################################
ns2-2.35+dfsg/satellite/sat-hdlc.cc-288-		// use same dst and src address
ns2-2.35+dfsg/satellite/sat-hdlc.cc:289:		nih->daddr() = ih->daddr();
ns2-2.35+dfsg/satellite/sat-hdlc.cc:290:		nih->saddr() = ih->saddr();
ns2-2.35+dfsg/satellite/sat-hdlc.cc-291-		nhh->daddr_ = dst;
##############################################
ns2-2.35+dfsg/satellite/sat-hdlc.cc-296-		// use reply mode; src and dst get reversed
ns2-2.35+dfsg/satellite/sat-hdlc.cc:297:		nih->daddr() = ih->saddr();
ns2-2.35+dfsg/satellite/sat-hdlc.cc:298:		nih->saddr() = ih->daddr();
ns2-2.35+dfsg/satellite/sat-hdlc.cc-299-		nhh->daddr_ = src;
##############################################
ns2-2.35+dfsg/satellite/sat-hdlc.cc-380-	
ns2-2.35+dfsg/satellite/sat-hdlc.cc:381:	nih->daddr() = ih->saddr();
ns2-2.35+dfsg/satellite/sat-hdlc.cc:382:	nih->saddr() = ih->daddr();
ns2-2.35+dfsg/satellite/sat-hdlc.cc-383-	
##############################################
ns2-2.35+dfsg/satellite/sat-hdlc.cc-392-	
ns2-2.35+dfsg/satellite/sat-hdlc.cc:393:	nhh->saddr_ = hh->daddr();
ns2-2.35+dfsg/satellite/sat-hdlc.cc:394:	nhh->daddr_ = hh->saddr();
ns2-2.35+dfsg/satellite/sat-hdlc.cc-395-
##############################################
ns2-2.35+dfsg/satellite/sat-hdlc.cc-424-	
ns2-2.35+dfsg/satellite/sat-hdlc.cc:425:	nih->daddr() = ih->saddr();
ns2-2.35+dfsg/satellite/sat-hdlc.cc:426:	nih->saddr() = ih->daddr();
ns2-2.35+dfsg/satellite/sat-hdlc.cc-427-	
##############################################
ns2-2.35+dfsg/satellite/sat-hdlc.cc-431-	
ns2-2.35+dfsg/satellite/sat-hdlc.cc:432:	nhh->saddr_ = hh->daddr();
ns2-2.35+dfsg/satellite/sat-hdlc.cc:433:	nhh->daddr_ = hh->saddr();
ns2-2.35+dfsg/satellite/sat-hdlc.cc-434-
##############################################
ns2-2.35+dfsg/satellite/sat-hdlc.cc-459-	
ns2-2.35+dfsg/satellite/sat-hdlc.cc:460:	nih->daddr() = ih->saddr();
ns2-2.35+dfsg/satellite/sat-hdlc.cc:461:	nih->saddr() = ih->daddr();
ns2-2.35+dfsg/satellite/sat-hdlc.cc-462-	
##############################################
ns2-2.35+dfsg/satellite/sat-hdlc.cc-467-
ns2-2.35+dfsg/satellite/sat-hdlc.cc:468:	nhh->saddr_ = hh->daddr();
ns2-2.35+dfsg/satellite/sat-hdlc.cc:469:	nhh->daddr_ = hh->saddr();
ns2-2.35+dfsg/satellite/sat-hdlc.cc-470-
##############################################
ns2-2.35+dfsg/satellite/sat-hdlc.cc-487-	// Set mac src, type, and dst
ns2-2.35+dfsg/satellite/sat-hdlc.cc:488:	mac_->hdr_src(mh, mac_->addr());
ns2-2.35+dfsg/satellite/sat-hdlc.cc-489-	mac_->hdr_type(mh, ETHERTYPE_IP); // We'll just use ETHERTYPE_IP
##############################################
ns2-2.35+dfsg/satellite/sat-hdlc.cc-520-		satchannel_ = (SatChannel*) channel();
ns2-2.35+dfsg/satellite/sat-hdlc.cc:521:		peer_mac_ = satchannel_->find_peer_mac_addr(dst);
ns2-2.35+dfsg/satellite/sat-hdlc.cc-522-		if (peer_mac_ < 0 ) {
##############################################
ns2-2.35+dfsg/satellite/sat-hdlc.h-152-
ns2-2.35+dfsg/satellite/sat-hdlc.h:153:	inline int saddr() {return saddr_;}
ns2-2.35+dfsg/satellite/sat-hdlc.h:154:	inline int daddr() {return daddr_;}
ns2-2.35+dfsg/satellite/sat-hdlc.h-155-	
##############################################
ns2-2.35+dfsg/satellite/sat-hdlc.h-202-	void inSendBuffer(Packet *p, ARQstate *a);
ns2-2.35+dfsg/satellite/sat-hdlc.h:203:	int resolveAddr(Packet *p);
ns2-2.35+dfsg/satellite/sat-hdlc.h-204-	void reset(ARQstate *a);
##############################################
ns2-2.35+dfsg/satellite/satlink.cc-203-		routelogic_ = (RouteLogic*) TclObject::lookup(tcl.result());
ns2-2.35+dfsg/satellite/satlink.cc:204:		char* adst = Address::instance().print_nodeaddr(ip->daddr());
ns2-2.35+dfsg/satellite/satlink.cc:205:		myaddr_ = satnode()->ragent()->myaddr();
ns2-2.35+dfsg/satellite/satlink.cc:206:		//char* asrc = Address::instance().print_nodeaddr(h->saddr());
ns2-2.35+dfsg/satellite/satlink.cc:207:		char* asrc = Address::instance().print_nodeaddr(myaddr_);
ns2-2.35+dfsg/satellite/satlink.cc-208-		routelogic_->lookup_flat(asrc, adst, next_hopIP);
##############################################
ns2-2.35+dfsg/satellite/satlink.cc-214-		if (satnode()) {
ns2-2.35+dfsg/satellite/satlink.cc:215:			ch->last_hop_ = satnode()->ragent()->myaddr();
ns2-2.35+dfsg/satellite/satlink.cc-216-		} else {
##############################################
ns2-2.35+dfsg/satellite/satlink.cc-243-	// Set mac src, type, and dst
ns2-2.35+dfsg/satellite/satlink.cc:244:	mac_->hdr_src(mh, mac_->addr());
ns2-2.35+dfsg/satellite/satlink.cc-245-	mac_->hdr_type(mh, ETHERTYPE_IP); // We'll just use ETHERTYPE_IP
##############################################
ns2-2.35+dfsg/satellite/satlink.cc-276-		satchannel_ = (SatChannel*) channel();
ns2-2.35+dfsg/satellite/satlink.cc:277:		peer_mac_ = satchannel_->find_peer_mac_addr(dst);
ns2-2.35+dfsg/satellite/satlink.cc-278-		if (peer_mac_ < 0 ) {
##############################################
ns2-2.35+dfsg/satellite/satlink.cc-712-// for the destination on the corresponding downlink channel.  
ns2-2.35+dfsg/satellite/satlink.cc:713:int SatChannel::find_peer_mac_addr(int dst)
ns2-2.35+dfsg/satellite/satlink.cc-714-{
##############################################
ns2-2.35+dfsg/satellite/satlink.cc-724-		if (n->node()->address() == dst) {
ns2-2.35+dfsg/satellite/satlink.cc:725:			return (((SatMac*) n->uptarget())->addr());
ns2-2.35+dfsg/satellite/satlink.cc-726-		}
##############################################
ns2-2.35+dfsg/satellite/satlink.h-181-	void remove_interface(Phy*);
ns2-2.35+dfsg/satellite/satlink.h:182:	int find_peer_mac_addr(int);
ns2-2.35+dfsg/satellite/satlink.h-183-
##############################################
ns2-2.35+dfsg/satellite/satroute.cc-132-	hdrc->direction() = hdr_cmn::DOWN; // send it down the stack
ns2-2.35+dfsg/satellite/satroute.cc:133:	int dst = Address::instance().get_nodeaddr(iph->daddr());
ns2-2.35+dfsg/satellite/satroute.cc-134-	// Here we need to have an accurate encoding of the next hop routing
ns2-2.35+dfsg/satellite/satroute.cc-135-	// information
ns2-2.35+dfsg/satellite/satroute.cc:136:	if (myaddr_ == iph->daddr()) {
ns2-2.35+dfsg/satellite/satroute.cc-137-		printf("Error:  trying to forward a packet destined to self: %d\n", myaddr_); 
##############################################
ns2-2.35+dfsg/satellite/satroute.cc-172-
ns2-2.35+dfsg/satellite/satroute.cc:173:	if (iph->saddr() == myaddr_ && cmh->num_forwards() == 0) {
ns2-2.35+dfsg/satellite/satroute.cc-174-	 	// Must be a packet I'm originating... add the IP header
ns2-2.35+dfsg/satellite/satroute.cc-175-		iph->ttl_ = IP_DEF_TTL;
ns2-2.35+dfsg/satellite/satroute.cc:176:	} else if (iph->saddr() == myaddr_) {
ns2-2.35+dfsg/satellite/satroute.cc-177-		// I received a packet that I sent.  Probably a routing loop.
##############################################
ns2-2.35+dfsg/satellite/satroute.cc-187-	}
ns2-2.35+dfsg/satellite/satroute.cc:188:	if ((iph->saddr() != myaddr_) && (iph->dport() == ROUTER_PORT)) {
ns2-2.35+dfsg/satellite/satroute.cc-189-		// DISTRIBUTED ROUTING PROTOCOL COULD GO HERE
##############################################
ns2-2.35+dfsg/satellite/satroute.h-70-  SatNode* node() { return node_; }
ns2-2.35+dfsg/satellite/satroute.h:71:  int myaddr() {return myaddr_; }
ns2-2.35+dfsg/satellite/satroute.h-72-  
##############################################
ns2-2.35+dfsg/satellite/sattrace.cc-85-				"-hdlc:sa %d -hdlc:da %d -hdlc:ft I -hdlc:r_seq %d -hdlc:s_seq %d",
ns2-2.35+dfsg/satellite/sattrace.cc:86:				hh->saddr(),
ns2-2.35+dfsg/satellite/sattrace.cc:87:				hh->daddr(),
ns2-2.35+dfsg/satellite/sattrace.cc-88-				ifr->recv_seqno, 
##############################################
ns2-2.35+dfsg/satellite/sattrace.cc-93-// 				"-P hdlc -Psa %d -Pda %d -Pft I -Pr_seq %d -Ps_seq %d",
ns2-2.35+dfsg/satellite/sattrace.cc:94:// 				hh->saddr(),
ns2-2.35+dfsg/satellite/sattrace.cc:95:// 				hh->daddr(),
ns2-2.35+dfsg/satellite/sattrace.cc-96-// 				ifr->recv_seqno, 
##############################################
ns2-2.35+dfsg/satellite/sattrace.cc-100-				"[%d %d I %d %d]",
ns2-2.35+dfsg/satellite/sattrace.cc:101:				hh->saddr(),
ns2-2.35+dfsg/satellite/sattrace.cc:102:				hh->daddr(),
ns2-2.35+dfsg/satellite/sattrace.cc-103-				ifr->recv_seqno, 
##############################################
ns2-2.35+dfsg/satellite/sattrace.cc-111-				"-hdlc:sa %d -hdlc:da %d -hdlc:ft S -hdlc:r_seq %d -hdlc:stype %s",
ns2-2.35+dfsg/satellite/sattrace.cc:112:				hh->saddr(),
ns2-2.35+dfsg/satellite/sattrace.cc:113:				hh->daddr(),
ns2-2.35+dfsg/satellite/sattrace.cc-114-				sf->recv_seqno,
##############################################
ns2-2.35+dfsg/satellite/sattrace.cc-122-// 				"-P hdlc -Psa %d -Pda %d -Pft S -Pr_seq %d -Pstype %s",
ns2-2.35+dfsg/satellite/sattrace.cc:123:// 				hh->saddr(),
ns2-2.35+dfsg/satellite/sattrace.cc:124:// 				hh->daddr(),
ns2-2.35+dfsg/satellite/sattrace.cc-125-// 				sf->recv_seqno,
##############################################
ns2-2.35+dfsg/satellite/sattrace.cc-133-				"[%d %d S %d %s]",
ns2-2.35+dfsg/satellite/sattrace.cc:134:				hh->saddr(),
ns2-2.35+dfsg/satellite/sattrace.cc:135:				hh->daddr(),
ns2-2.35+dfsg/satellite/sattrace.cc-136-				sf->recv_seqno,
##############################################
ns2-2.35+dfsg/satellite/sattrace.cc-148-				"-hdlc:sa %d -hdlc:da %d -hdlc:ft U -hdlc:utype %s",
ns2-2.35+dfsg/satellite/sattrace.cc:149:				hh->saddr(),
ns2-2.35+dfsg/satellite/sattrace.cc:150:				hh->daddr(),
ns2-2.35+dfsg/satellite/sattrace.cc-151-				uf->utype == SABME ? "SABME" :
##############################################
ns2-2.35+dfsg/satellite/sattrace.cc-158-// 				"-P hdlc -Psa %d -Pda %d -Pft U -Putype %s",
ns2-2.35+dfsg/satellite/sattrace.cc:159:// 				hh->saddr(),
ns2-2.35+dfsg/satellite/sattrace.cc:160:// 				hh->daddr(),
ns2-2.35+dfsg/satellite/sattrace.cc-161-// 				uf->utype == SABME ? "SABME" :
##############################################
ns2-2.35+dfsg/satellite/sattrace.cc-168-				"[%d %d U %s]",
ns2-2.35+dfsg/satellite/sattrace.cc:169:				hh->saddr(),
ns2-2.35+dfsg/satellite/sattrace.cc:170:				hh->daddr(),
ns2-2.35+dfsg/satellite/sattrace.cc-171-				uf->utype == SABME ? "SABME" :
##############################################
ns2-2.35+dfsg/satellite/sattrace.cc-249-#endif
ns2-2.35+dfsg/satellite/sattrace.cc:250:	char *src_nodeaddr = Address::instance().print_nodeaddr(iph->saddr());
ns2-2.35+dfsg/satellite/sattrace.cc:251:	char *src_portaddr = Address::instance().print_portaddr(iph->sport());
ns2-2.35+dfsg/satellite/sattrace.cc:252:	char *dst_nodeaddr = Address::instance().print_nodeaddr(iph->daddr());
ns2-2.35+dfsg/satellite/sattrace.cc:253:	char *dst_portaddr = Address::instance().print_portaddr(iph->dport());
ns2-2.35+dfsg/satellite/sattrace.cc-254-
##############################################
ns2-2.35+dfsg/satellite/sattrace.cc-493-
ns2-2.35+dfsg/satellite/sattrace.cc:494:		char *src_nodeaddr = Address::instance().print_nodeaddr(iph->saddr());
ns2-2.35+dfsg/satellite/sattrace.cc:495:		char *src_portaddr = Address::instance().print_portaddr(iph->sport());
ns2-2.35+dfsg/satellite/sattrace.cc:496:		char *dst_nodeaddr = Address::instance().print_nodeaddr(iph->daddr());
ns2-2.35+dfsg/satellite/sattrace.cc:497:		char *dst_portaddr = Address::instance().print_portaddr(iph->dport());
ns2-2.35+dfsg/satellite/sattrace.cc-498-
##############################################
ns2-2.35+dfsg/sctp/sctp-cmt.cc-145-	      dCurrTime,
ns2-2.35+dfsg/sctp/sctp-cmt.cc:146:	      addr(), port(), spCurrDest->iNsAddr, spCurrDest->iNsPort,
ns2-2.35+dfsg/sctp/sctp-cmt.cc-147-	      spCurrDest->iCwnd, spCurrDest->iPartialBytesAcked, 
##############################################
ns2-2.35+dfsg/sctp/sctp-cmt.cc-187-		dCurrTime, 
ns2-2.35+dfsg/sctp/sctp-cmt.cc:188:		addr(), port(), 
ns2-2.35+dfsg/sctp/sctp-cmt.cc-189-		spCurrDest->iNsAddr, spCurrDest->iNsPort,
##############################################
ns2-2.35+dfsg/sctp/sctp-cmt.cc-216-		dCurrTime, 
ns2-2.35+dfsg/sctp/sctp-cmt.cc:217:		addr(), port(), 
ns2-2.35+dfsg/sctp/sctp-cmt.cc-218-		spCurrDest->iNsAddr, spCurrDest->iNsPort,
##############################################
ns2-2.35+dfsg/sctp/sctp-cmt.cc-236-		dCurrTime, 
ns2-2.35+dfsg/sctp/sctp-cmt.cc:237:		addr(), port(), 
ns2-2.35+dfsg/sctp/sctp-cmt.cc-238-		spCurrDest->iNsAddr, spCurrDest->iNsPort,
##############################################
ns2-2.35+dfsg/sctp/sctp-cmt.cc-271-		dCurrTime, 
ns2-2.35+dfsg/sctp/sctp-cmt.cc:272:		addr(), port(), 
ns2-2.35+dfsg/sctp/sctp-cmt.cc-273-		spCurrDest->iNsAddr, spCurrDest->iNsPort,
##############################################
ns2-2.35+dfsg/sctp/sctp-cmt.cc-303-	      "saddr: %-2d sport: %-2d daddr: %-2d dport: %-2d %s: %s\n",
ns2-2.35+dfsg/sctp/sctp-cmt.cc:304:	      dCurrTime, addr(), port(), daddr(), dport(),
ns2-2.35+dfsg/sctp/sctp-cmt.cc-305-	      cpVar, "ERROR (unepected trace variable)"); 
##############################################
ns2-2.35+dfsg/sctp/sctp-cmt.cc-1696-		  dCurrTime,
ns2-2.35+dfsg/sctp/sctp-cmt.cc:1697:		  addr(), port(), spTraceDest->iNsAddr, spTraceDest->iNsPort,
ns2-2.35+dfsg/sctp/sctp-cmt.cc-1698-		  uiRtxTsn);
##############################################
ns2-2.35+dfsg/sctp/sctp-cmt.cc-4747-	      dCurrTime,
ns2-2.35+dfsg/sctp/sctp-cmt.cc:4748:	      addr(), port(), spTraceDest->iNsAddr, spTraceDest->iNsPort,
ns2-2.35+dfsg/sctp/sctp-cmt.cc-4749-	      uiPeerRwnd, spTraceDest->dRto, spTraceDest->iErrorCount);
##############################################
ns2-2.35+dfsg/sctp/sctp-mfrTimestamp.cc-117-	      dCurrTime,
ns2-2.35+dfsg/sctp/sctp-mfrTimestamp.cc:118:	      addr(), port(), spCurrDest->iNsAddr, spCurrDest->iNsPort,
ns2-2.35+dfsg/sctp/sctp-mfrTimestamp.cc-119-	      spCurrDest->iCwnd, spCurrDest->iPartialBytesAcked, 
##############################################
ns2-2.35+dfsg/sctp/sctp-mfrTimestamp.cc-161-		dCurrTime, 
ns2-2.35+dfsg/sctp/sctp-mfrTimestamp.cc:162:		addr(), port(), 
ns2-2.35+dfsg/sctp/sctp-mfrTimestamp.cc-163-		spCurrDest->iNsAddr, spCurrDest->iNsPort,
##############################################
ns2-2.35+dfsg/sctp/sctp-mfrTimestamp.cc-182-		dCurrTime, 
ns2-2.35+dfsg/sctp/sctp-mfrTimestamp.cc:183:		addr(), port(), 
ns2-2.35+dfsg/sctp/sctp-mfrTimestamp.cc-184-		spCurrDest->iNsAddr, spCurrDest->iNsPort,
##############################################
ns2-2.35+dfsg/sctp/sctp-mfrTimestamp.cc-202-		dCurrTime, 
ns2-2.35+dfsg/sctp/sctp-mfrTimestamp.cc:203:		addr(), port(), 
ns2-2.35+dfsg/sctp/sctp-mfrTimestamp.cc-204-		spCurrDest->iNsAddr, spCurrDest->iNsPort,
##############################################
ns2-2.35+dfsg/sctp/sctp-mfrTimestamp.cc-249-		dCurrTime, 
ns2-2.35+dfsg/sctp/sctp-mfrTimestamp.cc:250:		addr(), port(), 
ns2-2.35+dfsg/sctp/sctp-mfrTimestamp.cc-251-		spCurrDest->iNsAddr, spCurrDest->iNsPort,
##############################################
ns2-2.35+dfsg/sctp/sctp-mfrTimestamp.cc-270-		dCurrTime, 
ns2-2.35+dfsg/sctp/sctp-mfrTimestamp.cc:271:		addr(), port(), 
ns2-2.35+dfsg/sctp/sctp-mfrTimestamp.cc-272-		spCurrDest->iNsAddr, spCurrDest->iNsPort,
##############################################
ns2-2.35+dfsg/sctp/sctp-mfrTimestamp.cc-283-	      "saddr: %-2d sport: %-2d daddr: %-2d dport: %-2d %s: %s\n",
ns2-2.35+dfsg/sctp/sctp-mfrTimestamp.cc:284:	      dCurrTime, addr(), port(), daddr(), dport(),
ns2-2.35+dfsg/sctp/sctp-mfrTimestamp.cc-285-	      cpVar, "ERROR (unepected trace variable)"); 
##############################################
ns2-2.35+dfsg/sctp/sctp-multipleFastRtx.cc-117-	      dCurrTime,
ns2-2.35+dfsg/sctp/sctp-multipleFastRtx.cc:118:	      addr(), port(), spCurrDest->iNsAddr, spCurrDest->iNsPort,
ns2-2.35+dfsg/sctp/sctp-multipleFastRtx.cc-119-	      spCurrDest->iCwnd, spCurrDest->iPartialBytesAcked, 
##############################################
ns2-2.35+dfsg/sctp/sctp-multipleFastRtx.cc-162-		dCurrTime, 
ns2-2.35+dfsg/sctp/sctp-multipleFastRtx.cc:163:		addr(), port(), 
ns2-2.35+dfsg/sctp/sctp-multipleFastRtx.cc-164-		spCurrDest->iNsAddr, spCurrDest->iNsPort,
##############################################
ns2-2.35+dfsg/sctp/sctp-multipleFastRtx.cc-183-		dCurrTime, 
ns2-2.35+dfsg/sctp/sctp-multipleFastRtx.cc:184:		addr(), port(), 
ns2-2.35+dfsg/sctp/sctp-multipleFastRtx.cc-185-		spCurrDest->iNsAddr, spCurrDest->iNsPort,
##############################################
ns2-2.35+dfsg/sctp/sctp-multipleFastRtx.cc-203-		dCurrTime, 
ns2-2.35+dfsg/sctp/sctp-multipleFastRtx.cc:204:		addr(), port(), 
ns2-2.35+dfsg/sctp/sctp-multipleFastRtx.cc-205-		spCurrDest->iNsAddr, spCurrDest->iNsPort,
##############################################
ns2-2.35+dfsg/sctp/sctp-multipleFastRtx.cc-250-		dCurrTime, 
ns2-2.35+dfsg/sctp/sctp-multipleFastRtx.cc:251:		addr(), port(), 
ns2-2.35+dfsg/sctp/sctp-multipleFastRtx.cc-252-		spCurrDest->iNsAddr, spCurrDest->iNsPort,
##############################################
ns2-2.35+dfsg/sctp/sctp-multipleFastRtx.cc-271-		dCurrTime, 
ns2-2.35+dfsg/sctp/sctp-multipleFastRtx.cc:272:		addr(), port(), 
ns2-2.35+dfsg/sctp/sctp-multipleFastRtx.cc-273-		spCurrDest->iNsAddr, spCurrDest->iNsPort,
##############################################
ns2-2.35+dfsg/sctp/sctp-multipleFastRtx.cc-284-	      "saddr: %-2d sport: %-2d daddr: %-2d dport: %-2d %s: %s\n",
ns2-2.35+dfsg/sctp/sctp-multipleFastRtx.cc:285:	      dCurrTime, addr(), port(), daddr(), dport(),
ns2-2.35+dfsg/sctp/sctp-multipleFastRtx.cc-286-	      cpVar, "ERROR (unepected trace variable)"); 
##############################################
ns2-2.35+dfsg/sctp/sctp.cc-399-	      dCurrTime,
ns2-2.35+dfsg/sctp/sctp.cc:400:	      addr(), port(), spCurrDest->iNsAddr, spCurrDest->iNsPort,
ns2-2.35+dfsg/sctp/sctp.cc-401-	      spCurrDest->iCwnd, spCurrDest->iPartialBytesAcked, 
##############################################
ns2-2.35+dfsg/sctp/sctp.cc-440-		dCurrTime, 
ns2-2.35+dfsg/sctp/sctp.cc:441:		addr(), port(), 
ns2-2.35+dfsg/sctp/sctp.cc-442-		spCurrDest->iNsAddr, spCurrDest->iNsPort,
##############################################
ns2-2.35+dfsg/sctp/sctp.cc-469-		dCurrTime, 
ns2-2.35+dfsg/sctp/sctp.cc:470:		addr(), port(), 
ns2-2.35+dfsg/sctp/sctp.cc-471-		spCurrDest->iNsAddr, spCurrDest->iNsPort,
##############################################
ns2-2.35+dfsg/sctp/sctp.cc-489-		dCurrTime, 
ns2-2.35+dfsg/sctp/sctp.cc:490:		addr(), port(), 
ns2-2.35+dfsg/sctp/sctp.cc-491-		spCurrDest->iNsAddr, spCurrDest->iNsPort,
##############################################
ns2-2.35+dfsg/sctp/sctp.cc-523-		dCurrTime, 
ns2-2.35+dfsg/sctp/sctp.cc:524:		addr(), port(), 
ns2-2.35+dfsg/sctp/sctp.cc-525-		spCurrDest->iNsAddr, spCurrDest->iNsPort,
##############################################
ns2-2.35+dfsg/sctp/sctp.cc-544-		dCurrTime, 
ns2-2.35+dfsg/sctp/sctp.cc:545:		addr(), port(), 
ns2-2.35+dfsg/sctp/sctp.cc-546-		spCurrDest->iNsAddr, spCurrDest->iNsPort,
##############################################
ns2-2.35+dfsg/sctp/sctp.cc-557-	      "saddr: %-2d sport: %-2d daddr: %-2d dport: %-2d %s: %s\n",
ns2-2.35+dfsg/sctp/sctp.cc:558:	      dCurrTime, addr(), port(), daddr(), dport(),
ns2-2.35+dfsg/sctp/sctp.cc-559-	      cpVar, "ERROR (unepected trace variable)"); 
##############################################
ns2-2.35+dfsg/sctp/sctp.cc-1320-   */
ns2-2.35+dfsg/sctp/sctp.cc:1321:  daddr() = spNewDest->iNsAddr;
ns2-2.35+dfsg/sctp/sctp.cc-1322-  dport() = spNewDest->iNsPort;
##############################################
ns2-2.35+dfsg/sctp/sctp.cc-1394-	{
ns2-2.35+dfsg/sctp/sctp.cc:1395:	  addr() = spCurrInterface->iNsAddr;
ns2-2.35+dfsg/sctp/sctp.cc-1396-	  port() = spCurrInterface->iNsPort;
##############################################
ns2-2.35+dfsg/sctp/sctp.cc-5680-	    {
ns2-2.35+dfsg/sctp/sctp.cc:5681:	      addr() = spCurrInterface->iNsAddr;
ns2-2.35+dfsg/sctp/sctp.cc-5682-	      port() = spCurrInterface->iNsPort;
##############################################
ns2-2.35+dfsg/sctp/sctp.cc-5690-
ns2-2.35+dfsg/sctp/sctp.cc:5691:  DBG_PL(SetSource, "(%d:%d)"), addr(), port() DBG_PR;
ns2-2.35+dfsg/sctp/sctp.cc-5692-  DBG_X(SetSource);
##############################################
ns2-2.35+dfsg/sctp/sctp.cc-5698-
ns2-2.35+dfsg/sctp/sctp.cc:5699:  daddr() = spDest->iNsAddr;
ns2-2.35+dfsg/sctp/sctp.cc-5700-  dport() = spDest->iNsPort;
ns2-2.35+dfsg/sctp/sctp.cc-5701-
ns2-2.35+dfsg/sctp/sctp.cc:5702:  DBG_PL(SetDestination, "(%d:%d)"), daddr(), dport() DBG_PR;
ns2-2.35+dfsg/sctp/sctp.cc-5703-  DBG_X(SetDestination);
##############################################
ns2-2.35+dfsg/sctp/sctp.cc-5770-  SctpDest_S *spDest = NULL;
ns2-2.35+dfsg/sctp/sctp.cc:5771:  int iAddr = spIpHdr->saddr();
ns2-2.35+dfsg/sctp/sctp.cc-5772-  int iPort = spIpHdr->sport();
##############################################
ns2-2.35+dfsg/sensor-nets/flood-agent.cc-140-        int temp;
ns2-2.35+dfsg/sensor-nets/flood-agent.cc:141:        temp = Address::instance().str2addr(argv[2]);
ns2-2.35+dfsg/sensor-nets/flood-agent.cc-142-        myaddr_ = temp;
##############################################
ns2-2.35+dfsg/sensor-nets/flood-agent.cc-254-  // Query from an agent at our node
ns2-2.35+dfsg/sensor-nets/flood-agent.cc:255:  if(iph->saddr() == myaddr_ && iph->sport() == 0 && action == QUERY_PKT) {
ns2-2.35+dfsg/sensor-nets/flood-agent.cc-256-    // Increase the number of source hops to 1
##############################################
ns2-2.35+dfsg/sensor-nets/flood-agent.cc-290-    // and adds query info to the list
ns2-2.35+dfsg/sensor-nets/flood-agent.cc:291:    int query_type = search_queries_list(iph->saddr(),obj_name,origin_time,num_src_hops,last_hop_id);
ns2-2.35+dfsg/sensor-nets/flood-agent.cc-292-    if(query_type == OLD_QRY_ENTRY) {
##############################################
ns2-2.35+dfsg/sensor-nets/flood-agent.cc-345-      iph->ttl_ = 1000;
ns2-2.35+dfsg/sensor-nets/flood-agent.cc:346:      iph->daddr() = iph->saddr();
ns2-2.35+dfsg/sensor-nets/flood-agent.cc-347-      iph->dport() = QUERY_PORT;
##############################################
ns2-2.35+dfsg/sensor-nets/flood-agent.cc-372-      cmh->addr_type_ = NS_AF_INET;
ns2-2.35+dfsg/sensor-nets/flood-agent.cc:373:      iph->daddr() = IP_BROADCAST;  // packet needs to be broadcast
ns2-2.35+dfsg/sensor-nets/flood-agent.cc-374-      iph->dport() = ROUTER_PORT;
##############################################
ns2-2.35+dfsg/sensor-nets/flood-agent.cc-419-    
ns2-2.35+dfsg/sensor-nets/flood-agent.cc:420:    cmh->next_hop_ = get_next_hop(iph->saddr(),obj_name,origin_time);
ns2-2.35+dfsg/sensor-nets/flood-agent.cc-421-    assert(cmh->next_hop_ != NO_NEXT_HOP);
##############################################
ns2-2.35+dfsg/sensor-nets/landmark.cc-300-void
ns2-2.35+dfsg/sensor-nets/landmark.cc:301:ParentChildrenList::UpdateChildLMAddr(nsaddr_t id, int num_lm_addrs, int64_t *lm_addrs)
ns2-2.35+dfsg/sensor-nets/landmark.cc-302-{
##############################################
ns2-2.35+dfsg/sensor-nets/landmark.cc-314-  for(int i = 0; i < num_lm_addrs; ++i)
ns2-2.35+dfsg/sensor-nets/landmark.cc:315:    (potl_ch->lmaddr_)->add_lm_addr(lm_addrs[i]);
ns2-2.35+dfsg/sensor-nets/landmark.cc-316-}
##############################################
ns2-2.35+dfsg/sensor-nets/landmark.cc-586-  //  if(debug_)
ns2-2.35+dfsg/sensor-nets/landmark.cc:587:  //    trace("Node %d: Received packet from %d with ttl %d", myaddr_,iph->saddr(),iph->ttl_);
ns2-2.35+dfsg/sensor-nets/landmark.cc-588-
##############################################
ns2-2.35+dfsg/sensor-nets/landmark.cc-591-  // Originator of the LM advertisement and the next hop to reach originator
ns2-2.35+dfsg/sensor-nets/landmark.cc:592:  origin_id = iph->saddr();    
ns2-2.35+dfsg/sensor-nets/landmark.cc-593-
##############################################
ns2-2.35+dfsg/sensor-nets/landmark.cc-1030-  // Do not forward if the advertisement is for this node
ns2-2.35+dfsg/sensor-nets/landmark.cc:1031:  if((iph->daddr() >> 8) == myaddr_) {
ns2-2.35+dfsg/sensor-nets/landmark.cc:1032:    //    trace("Node %d: Received unicast advert from %d at level %d for us at time %f",myaddr_,iph->saddr(),level,now);
ns2-2.35+dfsg/sensor-nets/landmark.cc-1033-    Packet::free(p);
##############################################
ns2-2.35+dfsg/sensor-nets/landmark.cc-1037-  if(action == UNICAST_ADVERT_CHILD) {
ns2-2.35+dfsg/sensor-nets/landmark.cc:1038:    hdrc->next_hop() = get_next_hop(iph->daddr(),level);
ns2-2.35+dfsg/sensor-nets/landmark.cc-1039-    //    if(myaddr_ == 153)
ns2-2.35+dfsg/sensor-nets/landmark.cc:1040:    //      trace("Node %d: Received child unicast advert from %d to %d at level %d at time %f, next hop %d",myaddr_,iph->saddr(),iph->daddr(),level,now,hdrc->next_hop());
ns2-2.35+dfsg/sensor-nets/landmark.cc-1041-  }
ns2-2.35+dfsg/sensor-nets/landmark.cc-1042-  else if(action == UNICAST_ADVERT_PARENT) {
ns2-2.35+dfsg/sensor-nets/landmark.cc:1043:    //    trace("Node %d: Received parent unicast advert from %d to %d at level %d at time %f",myaddr_,iph->saddr(),iph->daddr(),level,now);
ns2-2.35+dfsg/sensor-nets/landmark.cc:1044:    hdrc->next_hop() = get_next_hop(iph->daddr(),level+2);
ns2-2.35+dfsg/sensor-nets/landmark.cc-1045-  }
##############################################
ns2-2.35+dfsg/sensor-nets/landmark.cc-1095-	for(i = 0; i < num_lm_addrs; ++i) {
ns2-2.35+dfsg/sensor-nets/landmark.cc:1096:	  (cur_pcl->mylmaddrs_)->add_lm_addr(lmaddr[i]);
ns2-2.35+dfsg/sensor-nets/landmark.cc-1097-	}
ns2-2.35+dfsg/sensor-nets/landmark.cc:1098:	parent_pcl->UpdateChildLMAddr(myaddr_,num_lm_addrs,lmaddr);
ns2-2.35+dfsg/sensor-nets/landmark.cc-1099-      }
##############################################
ns2-2.35+dfsg/sensor-nets/landmark.cc-1130-	    (pchild->lmaddr_)->delete_lm_addrs();
ns2-2.35+dfsg/sensor-nets/landmark.cc:1131:	    (pchild->lmaddr_)->add_lm_addr(addr);
ns2-2.35+dfsg/sensor-nets/landmark.cc-1132-	    if(pchild->id_ == myaddr_ && level) {
ns2-2.35+dfsg/sensor-nets/landmark.cc-1133-	      (child_pcl->mylmaddrs_)->delete_lm_addrs();
ns2-2.35+dfsg/sensor-nets/landmark.cc:1134:	      (child_pcl->mylmaddrs_)->add_lm_addr(addr);
ns2-2.35+dfsg/sensor-nets/landmark.cc-1135-	    }
##############################################
ns2-2.35+dfsg/sensor-nets/landmark.cc-1380-	    
ns2-2.35+dfsg/sensor-nets/landmark.cc:1381:	    new_iph->daddr() = lmnode->id_ << 8;
ns2-2.35+dfsg/sensor-nets/landmark.cc-1382-	    new_iph->dport() = ROUTER_PORT;
##############################################
ns2-2.35+dfsg/sensor-nets/landmark.cc-1411-	  //	  trace("Node %d: Generating unicast advert to parent %d at time %f with next hop %d",myaddr_,cur_pcl->parent_->id_,now,(cur_pcl->parent_)->next_hop_);
ns2-2.35+dfsg/sensor-nets/landmark.cc:1412:	  iph->daddr() = (cur_pcl->parent_)->id_;
ns2-2.35+dfsg/sensor-nets/landmark.cc-1413-	  iph->dport() = ROUTER_PORT;
##############################################
ns2-2.35+dfsg/sensor-nets/landmark.cc-1527-  hdrc->addr_type_ = NS_AF_INET;
ns2-2.35+dfsg/sensor-nets/landmark.cc:1528:  iph->daddr() = IP_BROADCAST;  // packet needs to be broadcast
ns2-2.35+dfsg/sensor-nets/landmark.cc-1529-  iph->dport() = ROUTER_PORT;
##############################################
ns2-2.35+dfsg/sensor-nets/landmark.cc-1531-
ns2-2.35+dfsg/sensor-nets/landmark.cc:1532:  iph->saddr() = myaddr_;
ns2-2.35+dfsg/sensor-nets/landmark.cc-1533-  iph->sport() = ROUTER_PORT;
##############################################
ns2-2.35+dfsg/sensor-nets/landmark.cc-2297-	int temp;
ns2-2.35+dfsg/sensor-nets/landmark.cc:2298:	temp = Address::instance().str2addr(argv[2]);
ns2-2.35+dfsg/sensor-nets/landmark.cc-2299-	myaddr_ = temp;
##############################################
ns2-2.35+dfsg/sensor-nets/landmark.cc-2883-
ns2-2.35+dfsg/sensor-nets/landmark.cc:2884:  if(iph->saddr() == myaddr_ && iph->sport() == 0) {
ns2-2.35+dfsg/sensor-nets/landmark.cc-2885-    /*
##############################################
ns2-2.35+dfsg/sensor-nets/landmark.cc-2894-   */
ns2-2.35+dfsg/sensor-nets/landmark.cc:2895:  else if(iph->saddr() == myaddr_) {
ns2-2.35+dfsg/sensor-nets/landmark.cc-2896-    Packet::free(p);
##############################################
ns2-2.35+dfsg/sensor-nets/landmark.cc-2919-
ns2-2.35+dfsg/sensor-nets/landmark.cc:2920:  if ((iph->saddr() != myaddr_) && (iph->dport() == ROUTER_PORT) && !data_pkt)
ns2-2.35+dfsg/sensor-nets/landmark.cc-2921-    {
##############################################
ns2-2.35+dfsg/sensor-nets/landmark.cc-3055-  // Following not the correct condition to detect a loop!
ns2-2.35+dfsg/sensor-nets/landmark.cc:3056:  //  assert(!(iph->daddr() == myaddr_ && iph->dport() == 0));
ns2-2.35+dfsg/sensor-nets/landmark.cc-3057-
##############################################
ns2-2.35+dfsg/sensor-nets/landmark.cc-3060-  cmh->direction() = hdr_cmn::DOWN;
ns2-2.35+dfsg/sensor-nets/landmark.cc:3061:  if(iph->daddr() == myaddr_)
ns2-2.35+dfsg/sensor-nets/landmark.cc-3062-    query_for_us = TRUE;
##############################################
ns2-2.35+dfsg/sensor-nets/landmark.cc-3097-	if(!num_src_hops) {
ns2-2.35+dfsg/sensor-nets/landmark.cc:3098:	  iph->daddr() = myaddr_;
ns2-2.35+dfsg/sensor-nets/landmark.cc-3099-	  iph->dport() = 0;
##############################################
ns2-2.35+dfsg/sensor-nets/landmark.cc-3108-
ns2-2.35+dfsg/sensor-nets/landmark.cc:3109:	  iph->daddr() = *last_hop_ptr++;
ns2-2.35+dfsg/sensor-nets/landmark.cc:3110:	  iph->daddr() = (iph->daddr() << 8) | *last_hop_ptr++;
ns2-2.35+dfsg/sensor-nets/landmark.cc-3111-	  if(!num_src_hops)
##############################################
ns2-2.35+dfsg/sensor-nets/landmark.cc-3116-	  int relevant_level = *last_hop_ptr;
ns2-2.35+dfsg/sensor-nets/landmark.cc:3117:	  cmh->next_hop_ = get_next_hop(iph->daddr(),relevant_level);
ns2-2.35+dfsg/sensor-nets/landmark.cc-3118-	  //	  assert(cmh->next_hop_ != NO_NEXT_HOP);	  
##############################################
ns2-2.35+dfsg/sensor-nets/landmark.cc-3127-	//	if(found) 
ns2-2.35+dfsg/sensor-nets/landmark.cc:3128:	  //	  trace("Node %d: Gen response from cache at time %f to node %d",myaddr_,s.clock(),iph->daddr());
ns2-2.35+dfsg/sensor-nets/landmark.cc-3129-	//	else
ns2-2.35+dfsg/sensor-nets/landmark.cc:3130:	  //	  trace("Node %d: Gen response at time %f to node %d",myaddr_,s.clock(),iph->daddr() >> 8);
ns2-2.35+dfsg/sensor-nets/landmark.cc-3131-
ns2-2.35+dfsg/sensor-nets/landmark.cc:3132:	if(!num_src_hops && iph->daddr() == myaddr_) {
ns2-2.35+dfsg/sensor-nets/landmark.cc-3133-	  // TEMPORARY HACK! Cant forward from routing agent to some other
##############################################
ns2-2.35+dfsg/sensor-nets/landmark.cc-3138-	}
ns2-2.35+dfsg/sensor-nets/landmark.cc:3139:	else if(iph->daddr() == myaddr_) {
ns2-2.35+dfsg/sensor-nets/landmark.cc-3140-	  ForwardPacket(p);
##############################################
ns2-2.35+dfsg/sensor-nets/landmark.cc-3167-	// Replicate pkt to each destination
ns2-2.35+dfsg/sensor-nets/landmark.cc:3168:	iph->daddr() = dst_ptr->dst_node_;
ns2-2.35+dfsg/sensor-nets/landmark.cc-3169-	iph->dport() = ROUTER_PORT;
##############################################
ns2-2.35+dfsg/sensor-nets/landmark.cc-3194-
ns2-2.35+dfsg/sensor-nets/landmark.cc:3195:	  new_iph->daddr() = dst_ptr->dst_node_;
ns2-2.35+dfsg/sensor-nets/landmark.cc-3196-	  new_iph->dport() = ROUTER_PORT;
##############################################
ns2-2.35+dfsg/sensor-nets/landmark.cc-3199-
ns2-2.35+dfsg/sensor-nets/landmark.cc:3200:	  if(new_iph->daddr() == myaddr_)
ns2-2.35+dfsg/sensor-nets/landmark.cc-3201-	    ForwardPacket(newp);
##############################################
ns2-2.35+dfsg/sensor-nets/landmark.cc-3211-
ns2-2.35+dfsg/sensor-nets/landmark.cc:3212:	if(iph->daddr() == myaddr_) {
ns2-2.35+dfsg/sensor-nets/landmark.cc-3213-	  ForwardPacket(p);
##############################################
ns2-2.35+dfsg/sensor-nets/landmark.cc-3220-	if(qry_debug_)
ns2-2.35+dfsg/sensor-nets/landmark.cc:3221:	  trace("Node %d: Dropping query from %d at time %f,num_src_hops %d",myaddr_,iph->saddr(),s.clock(),num_src_hops);
ns2-2.35+dfsg/sensor-nets/landmark.cc-3222-	
##############################################
ns2-2.35+dfsg/sensor-nets/landmark.cc-3229-      if(qry_debug_)
ns2-2.35+dfsg/sensor-nets/landmark.cc:3230:	trace("Node %d: Forwarding query to node %d at time %f,num_src_hops %d",myaddr_,iph->daddr(),s.clock(),num_src_hops);
ns2-2.35+dfsg/sensor-nets/landmark.cc-3231-
##############################################
ns2-2.35+dfsg/sensor-nets/landmark.cc-3236-
ns2-2.35+dfsg/sensor-nets/landmark.cc:3237:      cmh->next_hop_ = get_next_hop(iph->daddr(),next_hop_level+1);
ns2-2.35+dfsg/sensor-nets/landmark.cc-3238-      //      assert(cmh->next_hop_ != NO_NEXT_HOP);	  
##############################################
ns2-2.35+dfsg/sensor-nets/landmark.cc-3249-    if(qry_debug_)
ns2-2.35+dfsg/sensor-nets/landmark.cc:3250:      trace("Node %d: Forwarding response to node %d at time %f,num_src_hops %d",myaddr_,iph->daddr(),s.clock(),num_src_hops);
ns2-2.35+dfsg/sensor-nets/landmark.cc-3251-    if(--iph->ttl_ == 0) {
##############################################
ns2-2.35+dfsg/sensor-nets/landmark.cc-3258-      if(!num_src_hops) {
ns2-2.35+dfsg/sensor-nets/landmark.cc:3259:	iph->daddr() = myaddr_;
ns2-2.35+dfsg/sensor-nets/landmark.cc-3260-	iph->dport() = 0;
##############################################
ns2-2.35+dfsg/sensor-nets/landmark.cc-3269-	
ns2-2.35+dfsg/sensor-nets/landmark.cc:3270:	iph->daddr() = *last_hop_ptr++;
ns2-2.35+dfsg/sensor-nets/landmark.cc:3271:	iph->daddr() = (iph->daddr() << 8) | *last_hop_ptr++;
ns2-2.35+dfsg/sensor-nets/landmark.cc-3272-
##############################################
ns2-2.35+dfsg/sensor-nets/landmark.cc-3278-	int relevant_level = *last_hop_ptr;
ns2-2.35+dfsg/sensor-nets/landmark.cc:3279:	cmh->next_hop_ = get_next_hop(iph->daddr(),relevant_level);
ns2-2.35+dfsg/sensor-nets/landmark.cc-3280-	//	assert(cmh->next_hop_ != NO_NEXT_HOP);	  
##############################################
ns2-2.35+dfsg/sensor-nets/landmark.cc-3288-      }
ns2-2.35+dfsg/sensor-nets/landmark.cc:3289:      if(!num_src_hops && iph->daddr() == myaddr_) {
ns2-2.35+dfsg/sensor-nets/landmark.cc-3290-	// TEMPORARY HACK! Cant forward from routing agent to some other
##############################################
ns2-2.35+dfsg/sensor-nets/landmark.cc-3295-      }
ns2-2.35+dfsg/sensor-nets/landmark.cc:3296:      else if(iph->daddr() == myaddr_)
ns2-2.35+dfsg/sensor-nets/landmark.cc-3297-	ForwardPacket(p);
##############################################
ns2-2.35+dfsg/sensor-nets/landmark.cc-3301-    else {
ns2-2.35+dfsg/sensor-nets/landmark.cc:3302:      cmh->next_hop_ = get_next_hop(iph->daddr(),next_hop_level);
ns2-2.35+dfsg/sensor-nets/landmark.cc-3303-      //      assert(cmh->next_hop_ != NO_NEXT_HOP);	  
##############################################
ns2-2.35+dfsg/sensor-nets/landmark.h-120-
ns2-2.35+dfsg/sensor-nets/landmark.h:121:  void add_lm_addr(int64_t lmaddr) {
ns2-2.35+dfsg/sensor-nets/landmark.h-122-    int i = 0;
##############################################
ns2-2.35+dfsg/sensor-nets/landmark.h-162-
ns2-2.35+dfsg/sensor-nets/landmark.h:163:  int match_lm_addr(int *addr, int level) {
ns2-2.35+dfsg/sensor-nets/landmark.h-164-    int i[8];
##############################################
ns2-2.35+dfsg/sensor-nets/landmark.h-356-  int UpdatePotlChild(nsaddr_t id, nsaddr_t next_hop, int num_hops, int level, int num_children, int energy, int origin_time, int child_flag, int delete_flag, compr_taglist *taglist);
ns2-2.35+dfsg/sensor-nets/landmark.h:357:  void UpdateChildLMAddr(nsaddr_t id, int num_lm_addrs, int64_t *lm_addrs);
ns2-2.35+dfsg/sensor-nets/landmark.h-358-
##############################################
ns2-2.35+dfsg/sensor-nets/sensor-query.cc-145-        int temp;
ns2-2.35+dfsg/sensor-nets/sensor-query.cc:146:        temp = Address::instance().str2addr(argv[2]);
ns2-2.35+dfsg/sensor-nets/sensor-query.cc-147-        myaddr_ = temp;
##############################################
ns2-2.35+dfsg/sensor-nets/sensor-query.cc-221-  hdrc->addr_type_ = NS_AF_INET;
ns2-2.35+dfsg/sensor-nets/sensor-query.cc:222:  iph->daddr() = myaddr_;
ns2-2.35+dfsg/sensor-nets/sensor-query.cc-223-  iph->dport() = ROUTER_PORT;
##############################################
ns2-2.35+dfsg/sensor-nets/sensor-query.cc-225-
ns2-2.35+dfsg/sensor-nets/sensor-query.cc:226:  iph->saddr() = myaddr_;
ns2-2.35+dfsg/sensor-nets/sensor-query.cc-227-  iph->sport() = 0;
##############################################
ns2-2.35+dfsg/src_rtg/hdr_src.h-75-  inline int& num_addrs() {return num_addrs_;}
ns2-2.35+dfsg/src_rtg/hdr_src.h:76:  inline int& cur_addr() {return cur_addr_;}
ns2-2.35+dfsg/src_rtg/hdr_src.h-77-
##############################################
ns2-2.35+dfsg/tcl/ex/hdlc/mkgraphs.pl-57-#     (\d+)\s+		# flow id
ns2-2.35+dfsg/tcl/ex/hdlc/mkgraphs.pl:58:#     (\d+\.\d+)\s+	# from addr (src.port)
ns2-2.35+dfsg/tcl/ex/hdlc/mkgraphs.pl:59:#     (\d+\.\d+)\s+	# to addr (src.port)
ns2-2.35+dfsg/tcl/ex/hdlc/mkgraphs.pl-60-#     (\d+)\s+		# seqno
##############################################
ns2-2.35+dfsg/tcl/ex/PIdemo/run-17-
ns2-2.35+dfsg/tcl/ex/PIdemo/run:18:    i=`expr $i + 1`
ns2-2.35+dfsg/tcl/ex/PIdemo/run-19-
##############################################
ns2-2.35+dfsg/tcl/ex/red-pd/allTCP/allTCP.disabled.pl-29-#print "$command2 \n";
ns2-2.35+dfsg/tcl/ex/red-pd/allTCP/allTCP.disabled.pl:30:system($command2);  
ns2-2.35+dfsg/tcl/ex/red-pd/allTCP/allTCP.disabled.pl-31-
##############################################
ns2-2.35+dfsg/tcl/ex/red-pd/allTCP/allTCP.pl-29-#  print "$command1 \n";
ns2-2.35+dfsg/tcl/ex/red-pd/allTCP/allTCP.pl:30:  system($command1);
ns2-2.35+dfsg/tcl/ex/red-pd/allTCP/allTCP.pl-31-
##############################################
ns2-2.35+dfsg/tcl/ex/red-pd/allTCP/allTCP.pl-34-#  print "$command2 \n";
ns2-2.35+dfsg/tcl/ex/red-pd/allTCP/allTCP.pl:35:  system($command2);  
ns2-2.35+dfsg/tcl/ex/red-pd/allTCP/allTCP.pl-36-
##############################################
ns2-2.35+dfsg/tcl/ex/red-pd/multi/multi.pl-29-#  print "$command2", "\n";
ns2-2.35+dfsg/tcl/ex/red-pd/multi/multi.pl:30:  system($command2);  
ns2-2.35+dfsg/tcl/ex/red-pd/multi/multi.pl-31-}
##############################################
ns2-2.35+dfsg/tcl/ex/red-pd/PIdent/PIdent.pl-25-  
ns2-2.35+dfsg/tcl/ex/red-pd/PIdent/PIdent.pl:26:  system($command); 
ns2-2.35+dfsg/tcl/ex/red-pd/PIdent/PIdent.pl-27- 
##############################################
ns2-2.35+dfsg/tcl/ex/red-pd/pktsVsBytes/pktsVsBytes.pl-32-    #	print "$command2", "\n";
ns2-2.35+dfsg/tcl/ex/red-pd/pktsVsBytes/pktsVsBytes.pl:33:    system($command2);  
ns2-2.35+dfsg/tcl/ex/red-pd/pktsVsBytes/pktsVsBytes.pl-34-    
ns2-2.35+dfsg/tcl/ex/red-pd/pktsVsBytes/pktsVsBytes.pl-35-  }
ns2-2.35+dfsg/tcl/ex/red-pd/pktsVsBytes/pktsVsBytes.pl:36:  system("sort -n +0 -1 data$bit-$tryNo -o data$bit-$tryNo");
ns2-2.35+dfsg/tcl/ex/red-pd/pktsVsBytes/pktsVsBytes.pl-37-
##############################################
ns2-2.35+dfsg/tcl/ex/red-pd/pktsVsBytes/pktsVsBytesA.pl-35-    #	print "$command2", "\n";
ns2-2.35+dfsg/tcl/ex/red-pd/pktsVsBytes/pktsVsBytesA.pl:36:    system($command2);  
ns2-2.35+dfsg/tcl/ex/red-pd/pktsVsBytes/pktsVsBytesA.pl-37-    
ns2-2.35+dfsg/tcl/ex/red-pd/pktsVsBytes/pktsVsBytesA.pl-38-  }
ns2-2.35+dfsg/tcl/ex/red-pd/pktsVsBytes/pktsVsBytesA.pl:39:  system("sort -n +0 -1 data$bit-$tryNo -o data$bit-$tryNo");
ns2-2.35+dfsg/tcl/ex/red-pd/pktsVsBytes/pktsVsBytesA.pl-40-
##############################################
ns2-2.35+dfsg/tcl/ex/red-pd/response/response.pl-24-
ns2-2.35+dfsg/tcl/ex/red-pd/response/response.pl:25:system($cmd);
##############################################
ns2-2.35+dfsg/tcl/ex/red-pd/singleVsMulti/singleVsMulti.pl-25-  
ns2-2.35+dfsg/tcl/ex/red-pd/singleVsMulti/singleVsMulti.pl:26:system($command2);  
ns2-2.35+dfsg/tcl/ex/red-pd/singleVsMulti/singleVsMulti.pl-27-
##############################################
ns2-2.35+dfsg/tcl/ex/red-pd/singleVsMulti/singleVsMulti.pl-29-
ns2-2.35+dfsg/tcl/ex/red-pd/singleVsMulti/singleVsMulti.pl:30:system($command3);  
ns2-2.35+dfsg/tcl/ex/red-pd/singleVsMulti/singleVsMulti.pl-31- 
##############################################
ns2-2.35+dfsg/tcl/ex/red-pd/testFRp/testFRp.pl-31-# print "$command", "\n";
ns2-2.35+dfsg/tcl/ex/red-pd/testFRp/testFRp.pl:32: system($command);  
ns2-2.35+dfsg/tcl/ex/red-pd/testFRp/testFRp.pl-33-
##############################################
ns2-2.35+dfsg/tcl/ex/red-pd/testFRp_tcp/testFRp_tcp.pl-33-# print "$command", "\n";
ns2-2.35+dfsg/tcl/ex/red-pd/testFRp_tcp/testFRp_tcp.pl:34: system($command);  
ns2-2.35+dfsg/tcl/ex/red-pd/testFRp_tcp/testFRp_tcp.pl-35-
##############################################
ns2-2.35+dfsg/tcl/ex/red-pd/tfrc/tfrc.pl-33-#	print "$command1", "\n";
ns2-2.35+dfsg/tcl/ex/red-pd/tfrc/tfrc.pl:34:	system($command1);
ns2-2.35+dfsg/tcl/ex/red-pd/tfrc/tfrc.pl-35-
##############################################
ns2-2.35+dfsg/tcl/ex/red-pd/tfrc/tfrc.pl-38-#	print "$command2", "\n";
ns2-2.35+dfsg/tcl/ex/red-pd/tfrc/tfrc.pl:39:	system($command2);  
ns2-2.35+dfsg/tcl/ex/red-pd/tfrc/tfrc.pl-40-
ns2-2.35+dfsg/tcl/ex/red-pd/tfrc/tfrc.pl-41-  }
ns2-2.35+dfsg/tcl/ex/red-pd/tfrc/tfrc.pl:42:  system("sort -n +0 -1 data$bit-$tryNo -o data$bit-$tryNo");
ns2-2.35+dfsg/tcl/ex/red-pd/tfrc/tfrc.pl:43:  system("sort -n +0 -1 dropRate$bit-$tryNo -o dropRate$bit-$tryNo");   
ns2-2.35+dfsg/tcl/ex/red-pd/tfrc/tfrc.pl-44-
##############################################
ns2-2.35+dfsg/tcl/ex/red-pd/tfrc/tfrc.pl-50-#print "$cmd\n";
ns2-2.35+dfsg/tcl/ex/red-pd/tfrc/tfrc.pl:51:system($cmd);
##############################################
ns2-2.35+dfsg/tcl/ex/red-pd/web/web.pl-20-
ns2-2.35+dfsg/tcl/ex/red-pd/web/web.pl:21:system($command2);
ns2-2.35+dfsg/tcl/ex/red-pd/web/web.pl-22-
##############################################
ns2-2.35+dfsg/tcl/ex/red-pd/web/web.pl-39-
ns2-2.35+dfsg/tcl/ex/red-pd/web/web.pl:40:system("sort -n +1 -2 $outfile -o $outfile");
ns2-2.35+dfsg/tcl/ex/red-pd/web/web.pl-41-  
##############################################
ns2-2.35+dfsg/tcl/ex/lantest.tcl-2-# the next line finds ns \
ns2-2.35+dfsg/tcl/ex/lantest.tcl:3:nshome=`dirname $0`; [ ! -x $nshome/ns ] && [ -x ../../ns ] && nshome=../..
ns2-2.35+dfsg/tcl/ex/lantest.tcl-4-# the next line starts ns \
##############################################
ns2-2.35+dfsg/tcl/ex/mac-test.tcl-2-# the next line finds ns \
ns2-2.35+dfsg/tcl/ex/mac-test.tcl:3:nshome=`dirname $0`; [ ! -x $nshome/ns ] && [ -x ../../ns ] && nshome=../..
ns2-2.35+dfsg/tcl/ex/mac-test.tcl-4-# the next line starts ns \
##############################################
ns2-2.35+dfsg/tcl/ex/simple-plm.tcl-155-    for {set i 2} {$i<=[expr $nb_plm + 1]} {incr i} {
ns2-2.35+dfsg/tcl/ex/simple-plm.tcl:156:	set addr($i) [$self place_source $i 3]
ns2-2.35+dfsg/tcl/ex/simple-plm.tcl-157-    }
##############################################
ns2-2.35+dfsg/tcl/ex/simple-plm.tcl-162-	set time [expr 10 * ($i - 1)]
ns2-2.35+dfsg/tcl/ex/simple-plm.tcl:163:	$self place_receiver [expr $i + $nb_src] $addr($i) $time $check_estimate
ns2-2.35+dfsg/tcl/ex/simple-plm.tcl-164-    }
##############################################
ns2-2.35+dfsg/tcl/ex/simple-plm.tcl-221-    for {set i 2} {$i<=[expr $nb_plm + 1]} {incr i} {
ns2-2.35+dfsg/tcl/ex/simple-plm.tcl:222:	set addr($i) [$self place_source $i 3]
ns2-2.35+dfsg/tcl/ex/simple-plm.tcl-223-    }
##############################################
ns2-2.35+dfsg/tcl/ex/simple-plm.tcl-228-	set time 20
ns2-2.35+dfsg/tcl/ex/simple-plm.tcl:229:	$self place_receiver [expr $i + $nb_src] $addr($i) $time $check_estimate
ns2-2.35+dfsg/tcl/ex/simple-plm.tcl-230-    }
##############################################
ns2-2.35+dfsg/tcl/http/http-ex.tcl-2-# the next line finds ns \
ns2-2.35+dfsg/tcl/http/http-ex.tcl:3:nshome=`dirname $0`; [ ! -x $nshome/ns ] && [ -x ../../ns ] && nshome=../..
ns2-2.35+dfsg/tcl/http/http-ex.tcl-4-# the next line starts ns \
##############################################
ns2-2.35+dfsg/tcl/mpls/ns-mpls-ldpagent.tcl-422-	$self instvar node_
ns2-2.35+dfsg/tcl/mpls/ns-mpls-ldpagent.tcl:423:	puts "$atime [$node_ id]: $src_addr ($msgtype $msgid) $fec $label $pathvec  \[$reqmsgid $status\]  \[$lspid $er $rc\]"
ns2-2.35+dfsg/tcl/mpls/ns-mpls-ldpagent.tcl-424-}
##############################################
ns2-2.35+dfsg/tcl/test/test-all-template1-44-if test "$version" = "v2"; then
ns2-2.35+dfsg/tcl/test/test-all-template1:45:	tests=`awk '/^Class Test\//{ print substr($2,index($2, "/")+1) }' $file`
ns2-2.35+dfsg/tcl/test/test-all-template1-46-else
ns2-2.35+dfsg/tcl/test/test-all-template1:47:	tests=`awk '/^proc test_/{ print substr($2,index($2, "_")+1) }' $file`
ns2-2.35+dfsg/tcl/test/test-all-template1-48-fi
##############################################
ns2-2.35+dfsg/tcl/test/test-all-template1.win-44-if test "$version" = "v2"; then
ns2-2.35+dfsg/tcl/test/test-all-template1.win:45:	tests=`awk '/^Class Test\//{ print substr($2,index($2, "/")+1) }' $file`
ns2-2.35+dfsg/tcl/test/test-all-template1.win-46-else
ns2-2.35+dfsg/tcl/test/test-all-template1.win:47:	tests=`awk '/^proc test_/{ print substr($2,index($2, "_")+1) }' $file`
ns2-2.35+dfsg/tcl/test/test-all-template1.win-48-fi
##############################################
ns2-2.35+dfsg/tcl/test/test-suite-mcache.tcl-1174-#----------------------------------------------------------------------
ns2-2.35+dfsg/tcl/test/test-suite-mcache.tcl:1175:# Execution starts...
ns2-2.35+dfsg/tcl/test/test-suite-mcache.tcl-1176-#----------------------------------------------------------------------
##############################################
ns2-2.35+dfsg/tcl/test/test-suite-plm.tcl-104-	for {set i 2} {$i <= 4} {incr i} {
ns2-2.35+dfsg/tcl/test/test-suite-plm.tcl:105:		set addr($i) [$self place_source $i 3]
ns2-2.35+dfsg/tcl/test/test-suite-plm.tcl-106-	}
##############################################
ns2-2.35+dfsg/tcl/test/test-suite-plm.tcl-112-		set time [expr $i/2. + 3]
ns2-2.35+dfsg/tcl/test/test-suite-plm.tcl:113:		$self place_receiver [expr $i + $nb_src] $addr($j) $time $check_estimate $i
ns2-2.35+dfsg/tcl/test/test-suite-plm.tcl:114:		$self place_receiver [expr $i + $nb_src +1] $addr($j) $time $check_estimate [expr $i + 1]
ns2-2.35+dfsg/tcl/test/test-suite-plm.tcl-115-		incr j
##############################################
ns2-2.35+dfsg/tcl/test/test-suite-webcache.tcl-2274-#----------------------------------------------------------------------
ns2-2.35+dfsg/tcl/test/test-suite-webcache.tcl:2275:# Execution starts...
ns2-2.35+dfsg/tcl/test/test-suite-webcache.tcl-2276-#----------------------------------------------------------------------
##############################################
ns2-2.35+dfsg/tcp/linux/migrate.sh-10-cp src/* $dst/
ns2-2.35+dfsg/tcp/linux/migrate.sh:11:file_list=`ls $src/net/ipv4/tcp_*.c`
ns2-2.35+dfsg/tcp/linux/migrate.sh-12-for i in $file_list 
ns2-2.35+dfsg/tcp/linux/migrate.sh-13-do
ns2-2.35+dfsg/tcp/linux/migrate.sh:14:	is_cc=`cat $i | grep -c "tcp_register_congestion_control"`
ns2-2.35+dfsg/tcp/linux/migrate.sh-15-	if [ $is_cc -gt 0 ]; then
ns2-2.35+dfsg/tcp/linux/migrate.sh:16:		dstname=`basename $i`
ns2-2.35+dfsg/tcp/linux/migrate.sh-17-		echo "/* Modified Linux module source code from $1 */" > $dst/$dstname
##############################################
ns2-2.35+dfsg/tcp/ack-recons.cc-76-	tcl.evalf("%s demux %d %d", name(),
ns2-2.35+dfsg/tcp/ack-recons.cc:77:		  ip->saddr(), ip->daddr());
ns2-2.35+dfsg/tcp/ack-recons.cc-78-	AckRecons *ackRecons = 
##############################################
ns2-2.35+dfsg/tcp/snoop.cc-175-		/* In ns, addresses have ports embedded in them. */
ns2-2.35+dfsg/tcp/snoop.cc:176:		tcl.evalf("%s get-snoop %d %d", name(), iph->daddr(),
ns2-2.35+dfsg/tcp/snoop.cc:177:			  iph->saddr()); 
ns2-2.35+dfsg/tcp/snoop.cc-178-       
ns2-2.35+dfsg/tcp/snoop.cc-179-	else  
ns2-2.35+dfsg/tcp/snoop.cc:180:		tcl.evalf("%s get-snoop %d %d", name(), iph->saddr(),
ns2-2.35+dfsg/tcp/snoop.cc:181:			  iph->daddr());
ns2-2.35+dfsg/tcp/snoop.cc-182-	
##############################################
ns2-2.35+dfsg/tcp/snoop.cc-187-	if (integrate_)
ns2-2.35+dfsg/tcp/snoop.cc:188:		tcl.evalf("%s integrate %d %d", name(), iph->saddr(),
ns2-2.35+dfsg/tcp/snoop.cc:189:			  iph->daddr());
ns2-2.35+dfsg/tcp/snoop.cc-190-	if (h)			/* resume higher layer (queue) */
##############################################
ns2-2.35+dfsg/tcp/tcp-asym-sink.cc-184-			" %-2d dport: %-2d dafactor: %2d dalim: %2d max_scs:"
ns2-2.35+dfsg/tcp/tcp-asym-sink.cc:185:			" %4d win: %4d\n", now, addr(), port(),
ns2-2.35+dfsg/tcp/tcp-asym-sink.cc:186:			daddr(), dport(), delackfactor_,
ns2-2.35+dfsg/tcp/tcp-asym-sink.cc-187-			delacklim_,max_sender_can_send, tha->win());  
##############################################
ns2-2.35+dfsg/tcp/tcp-asym.cc-185-		sprintf(wrk,"%-8.5f %-2d %-2d %-2d %-2d %s %-6.3f", 
ns2-2.35+dfsg/tcp/tcp-asym.cc:186:			curtime, addr(), port(), daddr(), dport(),
ns2-2.35+dfsg/tcp/tcp-asym.cc-187-			v->name(), double(*((TracedDouble*) v)));
##############################################
ns2-2.35+dfsg/tcp/tcp-asym.cc-189-		sprintf(wrk,"%-8.5f %-2d %-2d %-2d %-2d %s %-6.3f", 
ns2-2.35+dfsg/tcp/tcp-asym.cc:190:			curtime, addr(), port(), daddr(), dport(), 
ns2-2.35+dfsg/tcp/tcp-asym.cc-191-			v->name(), double(*((TracedDouble*) v)));
##############################################
ns2-2.35+dfsg/tcp/tcp-asym.cc-216-	sprintf(wrk, "time: %-8.5f saddr: %-2d sport: %-2d daddr: %-2d dport:"
ns2-2.35+dfsg/tcp/tcp-asym.cc:217:		" %-2d exact_srtt %d", curtime, addr(), port(),
ns2-2.35+dfsg/tcp/tcp-asym.cc:218:		daddr(), dport(), (int(t_exact_srtt_)));
ns2-2.35+dfsg/tcp/tcp-asym.cc-219-	n = strlen(wrk);
##############################################
ns2-2.35+dfsg/tcp/tcp-full.cc-540-		th->uid(),
ns2-2.35+dfsg/tcp/tcp-full.cc:541:		iph->saddr(), iph->sport(),
ns2-2.35+dfsg/tcp/tcp-full.cc:542:		iph->daddr(), iph->dport(),
ns2-2.35+dfsg/tcp/tcp-full.cc-543-		tcph->hlen(),
##############################################
ns2-2.35+dfsg/tcp/tcp-int.cc-158-	tcl.evalf("%s set node_", name());
ns2-2.35+dfsg/tcp/tcp-int.cc:159:	tcl.evalf("%s createTcpSession %d", tcl.result(), daddr());
ns2-2.35+dfsg/tcp/tcp-int.cc-160-	Islist_iter<TcpSessionAgent> session_iter(TcpSessionAgent::sessionList_);
##############################################
ns2-2.35+dfsg/tcp/tcp-int.cc-163-	while ((cur = session_iter()) != NULL) {
ns2-2.35+dfsg/tcp/tcp-int.cc:164:		if (cur->addr()/256 == addr() && cur->daddr() == daddr()) {
ns2-2.35+dfsg/tcp/tcp-int.cc-165-			session_ = cur;
##############################################
ns2-2.35+dfsg/tcp/tcp-int.cc-235-{
ns2-2.35+dfsg/tcp/tcp-int.cc:236:	int dst_addr = daddr();
ns2-2.35+dfsg/tcp/tcp-int.cc-237-	int dst_port = dport();
##############################################
ns2-2.35+dfsg/tcp/tcp-int.cc-279-	output(seqno, reason);
ns2-2.35+dfsg/tcp/tcp-int.cc:280:	daddr_ = daddr();
ns2-2.35+dfsg/tcp/tcp-int.cc-281-	dport_ = dport();
##############################################
ns2-2.35+dfsg/tcp/tcp-session.cc-595-			sprintf(wrk,"%-8.5f %-2d %-2d %-2d %-2d %s %-6.3f", 
ns2-2.35+dfsg/tcp/tcp-session.cc:596:				curtime, addr(), port(), daddr(), dport(),
ns2-2.35+dfsg/tcp/tcp-session.cc-597-				v->name(), double(*((TracedDouble*) v))); 
##############################################
ns2-2.35+dfsg/tcp/tcp-session.cc-599-			sprintf(wrk,"%-8.5f %-2d %-2d %-2d %-2d %s %d", 
ns2-2.35+dfsg/tcp/tcp-session.cc:600:				curtime, addr(), port(), daddr(), dport(),
ns2-2.35+dfsg/tcp/tcp-session.cc-601-				v->name(), int(*((TracedInt*) v))); 
##############################################
ns2-2.35+dfsg/tcp/tcp-session.h-108-
ns2-2.35+dfsg/tcp/tcp-session.h:109:// 	inline nsaddr_t& addr() {return addr_;}
ns2-2.35+dfsg/tcp/tcp-session.h-110-// 	inline nsaddr_t& dst() {return dst_;}
##############################################
ns2-2.35+dfsg/tcp/tcp.cc-348-		 " ssthresh: %-3d dupacks: %-2d rtt: %-6.3f srtt: %-6.3f"
ns2-2.35+dfsg/tcp/tcp.cc:349:		 " rttvar: %-6.3f bkoff: %-d\n", curtime, addr(), port(),
ns2-2.35+dfsg/tcp/tcp.cc:350:		 daddr(), dport(), int(maxseq_), int(highest_ack_),
ns2-2.35+dfsg/tcp/tcp.cc-351-		 int(t_seqno_), double(cwnd_), int(ssthresh_),
##############################################
ns2-2.35+dfsg/tcp/tcp.cc-374-			 "%-8.5f %-2d %-2d %-2d %-2d %s %-6.3f\n",
ns2-2.35+dfsg/tcp/tcp.cc:375:			 curtime, addr(), port(), daddr(), dport(),
ns2-2.35+dfsg/tcp/tcp.cc-376-			 v->name(), double(*((TracedDouble*) v))); 
##############################################
ns2-2.35+dfsg/tcp/tcp.cc-379-			 "%-8.5f %-2d %-2d %-2d %-2d %s %-6.3f\n",
ns2-2.35+dfsg/tcp/tcp.cc:380:			 curtime, addr(), port(), daddr(), dport(),
ns2-2.35+dfsg/tcp/tcp.cc-381-			 v->name(), int(*((TracedInt*) v))*tcp_tick_); 
##############################################
ns2-2.35+dfsg/tcp/tcp.cc-384-			 "%-8.5f %-2d %-2d %-2d %-2d %s %-6.3f\n",
ns2-2.35+dfsg/tcp/tcp.cc:385:			 curtime, addr(), port(), daddr(), dport(),
ns2-2.35+dfsg/tcp/tcp.cc-386-			 v->name(), 
##############################################
ns2-2.35+dfsg/tcp/tcp.cc-390-			 "%-8.5f %-2d %-2d %-2d %-2d %s %-6.3f\n",
ns2-2.35+dfsg/tcp/tcp.cc:391:			 curtime, addr(), port(), daddr(), dport(),
ns2-2.35+dfsg/tcp/tcp.cc-392-			 v->name(), 
##############################################
ns2-2.35+dfsg/tcp/tcp.cc-396-			 "%-8.5f %-2d %-2d %-2d %-2d %s %d\n",
ns2-2.35+dfsg/tcp/tcp.cc:397:			 curtime, addr(), port(), daddr(), dport(),
ns2-2.35+dfsg/tcp/tcp.cc-398-			 v->name(), int(*((TracedInt*) v))); 
##############################################
ns2-2.35+dfsg/tcp/tcp.cc-2186-			et_->round(Scheduler::instance().clock()),   // time
ns2-2.35+dfsg/tcp/tcp.cc:2187:			addr(),                       // owner (src) node id
ns2-2.35+dfsg/tcp/tcp.cc:2188:			daddr(),                      // dst node id
ns2-2.35+dfsg/tcp/tcp.cc-2189-			eventtype,                    // event type
##############################################
ns2-2.35+dfsg/tcp/tcp.cc-2199-			eventtype,                    // event type
ns2-2.35+dfsg/tcp/tcp.cc:2200:			addr(),                       // owner (src) node id
ns2-2.35+dfsg/tcp/tcp.cc-2201-			port(),                       // owner (src) port id
ns2-2.35+dfsg/tcp/tcp.cc:2202:			daddr(),                      // dst node id
ns2-2.35+dfsg/tcp/tcp.cc-2203-			dport()                       // dst port id
##############################################
ns2-2.35+dfsg/tmix/tmix.cc-301-	fprintf (stderr, 
ns2-2.35+dfsg/tmix/tmix.cc:302:			 "%f %d.%d -> %d.%d (cv: %lu) CRECYCLE active: %lu total: %lu\n", now(), agent->addr(), agent->port(), peer_agent->addr(), 
ns2-2.35+dfsg/tmix/tmix.cc-303-		 peer_agent->port(), cv->get_ID(), get_active(), get_total());
##############################################
ns2-2.35+dfsg/tmix/tmix.cc-320-	if (debug_ >= 2) {
ns2-2.35+dfsg/tmix/tmix.cc:321:		int agent_addr = agent->addr();
ns2-2.35+dfsg/tmix/tmix.cc-322-		int agent_port = agent->port();
ns2-2.35+dfsg/tmix/tmix.cc:323:		int peer_addr = peer_agent->addr();
ns2-2.35+dfsg/tmix/tmix.cc-324-		int peer_port = peer_agent->port();
##############################################
ns2-2.35+dfsg/tmix/tmix.cc-1351-	sprintf (appname, " %s / %lu / %lu / %d.%d ", name(), id_, 
ns2-2.35+dfsg/tmix/tmix.cc:1352:		 get_global_id(), agent_->addr(), agent_->port());
ns2-2.35+dfsg/tmix/tmix.cc-1353-	return appname;
##############################################
ns2-2.35+dfsg/tmix/tmixAgent.h-56-  inline nsaddr_t& port() { return agent->port(); }
ns2-2.35+dfsg/tmix/tmixAgent.h:57:  inline nsaddr_t& addr() { return agent->addr(); }
ns2-2.35+dfsg/tmix/tmixAgent.h-58-  inline Agent* getAgent() { return agent; }
##############################################
ns2-2.35+dfsg/tools/flowmon.h-67-		hdr_cmn* chdr = hdr_cmn::access(p);
ns2-2.35+dfsg/tools/flowmon.h:68:		src_ = hdr->saddr();
ns2-2.35+dfsg/tools/flowmon.h:69:		dst_ = hdr->daddr();
ns2-2.35+dfsg/tools/flowmon.h-70-		fid_ = hdr->flowid();
##############################################
ns2-2.35+dfsg/tora/tora.cc-205-        ch->next_hop() = nexthop;
ns2-2.35+dfsg/tora/tora.cc:206:        ch->prev_hop_ = ipaddr();
ns2-2.35+dfsg/tora/tora.cc-207-        ch->addr_type() = NS_AF_INET;
##############################################
ns2-2.35+dfsg/tora/tora.cc-226-
ns2-2.35+dfsg/tora/tora.cc:227:	td = dst_find(ih->daddr());
ns2-2.35+dfsg/tora/tora.cc-228-	if(td == 0) {
ns2-2.35+dfsg/tora/tora.cc:229:		td = dst_add(ih->daddr());
ns2-2.35+dfsg/tora/tora.cc-230-	}
##############################################
ns2-2.35+dfsg/tora/tora.cc-236-		trace("T %.9f _%d_ tora enq %d->%d",
ns2-2.35+dfsg/tora/tora.cc:237:		      Scheduler::instance().clock(), ipaddr(), 
ns2-2.35+dfsg/tora/tora.cc:238:		      ih->saddr(), ih->daddr());
ns2-2.35+dfsg/tora/tora.cc-239-
##############################################
ns2-2.35+dfsg/tora/tora.cc-241-		  { // if no QRY pending, then send one
ns2-2.35+dfsg/tora/tora.cc:242:		    sendQRY(ih->daddr());
ns2-2.35+dfsg/tora/tora.cc-243-		    td->time_tx_qry = CURRENT_TIME;
##############################################
ns2-2.35+dfsg/tora/tora.cc-271-         */
ns2-2.35+dfsg/tora/tora.cc:272:	if(ih->saddr() == ipaddr() && ch->num_forwards() == 0) {
ns2-2.35+dfsg/tora/tora.cc-273-                /*
##############################################
ns2-2.35+dfsg/tora/tora.cc-285-         */
ns2-2.35+dfsg/tora/tora.cc:286:        else if(ih->saddr() == ipaddr()) {
ns2-2.35+dfsg/tora/tora.cc-287-                drop(p, DROP_RTR_ROUTE_LOOP);
##############################################
ns2-2.35+dfsg/tora/tora.cc-377-
ns2-2.35+dfsg/tora/tora.cc:378:	if(qh->tq_dst == ipaddr()) {
ns2-2.35+dfsg/tora/tora.cc-379-#ifdef DEBUG
##############################################
ns2-2.35+dfsg/tora/tora.cc-393-	if(td->height.r == 0) {					// II, A
ns2-2.35+dfsg/tora/tora.cc:394:		tn = td->nb_find(ih->saddr());
ns2-2.35+dfsg/tora/tora.cc-395-
##############################################
ns2-2.35+dfsg/tora/tora.cc-410-					  tn->height.delta + 1,
ns2-2.35+dfsg/tora/tora.cc:411:					  ipaddr());
ns2-2.35+dfsg/tora/tora.cc-412-
##############################################
ns2-2.35+dfsg/tora/tora.cc-442-
ns2-2.35+dfsg/tora/tora.cc:443:	if(uh->tu_dst == ipaddr()) {
ns2-2.35+dfsg/tora/tora.cc-444-		return;
##############################################
ns2-2.35+dfsg/tora/tora.cc-450-
ns2-2.35+dfsg/tora/tora.cc:451:	tn = td->nb_find(ih->saddr());
ns2-2.35+dfsg/tora/tora.cc-452-	if(tn == 0) {
##############################################
ns2-2.35+dfsg/tora/tora.cc-460-	         trace("T %.9f _%d_ received `UPD` from non-neighbor %d",
ns2-2.35+dfsg/tora/tora.cc:461:		       CURRENT_TIME, ipaddr(), ih->saddr());		 
ns2-2.35+dfsg/tora/tora.cc-462-#ifdef DEBUG
##############################################
ns2-2.35+dfsg/tora/tora.cc-480-				  tn->height.delta + 1,
ns2-2.35+dfsg/tora/tora.cc:481:				  ipaddr());
ns2-2.35+dfsg/tora/tora.cc-482-
##############################################
ns2-2.35+dfsg/tora/tora.cc-509-							  0,
ns2-2.35+dfsg/tora/tora.cc:510:							  ipaddr());
ns2-2.35+dfsg/tora/tora.cc-511-					td->time_upd = Scheduler::instance().clock();
##############################################
ns2-2.35+dfsg/tora/tora.cc-515-				else {
ns2-2.35+dfsg/tora/tora.cc:516:					if(td->height.oid == ipaddr()) {					// II, A, 2, a, ii
ns2-2.35+dfsg/tora/tora.cc-517-						double temp_tau = td->height.tau;			// II, A, 2, a, ii, x 
##############################################
ns2-2.35+dfsg/tora/tora.cc-545-						td->update_height(Scheduler::instance().clock(),	// II, A, 2, a, ii, y
ns2-2.35+dfsg/tora/tora.cc:546:								  ipaddr(),
ns2-2.35+dfsg/tora/tora.cc-547-								  0,
ns2-2.35+dfsg/tora/tora.cc-548-								  0,
ns2-2.35+dfsg/tora/tora.cc:549:								  ipaddr());
ns2-2.35+dfsg/tora/tora.cc-550-						td->rt_req = 0;
##############################################
ns2-2.35+dfsg/tora/tora.cc-560-						    sprintf(logtarget->pt_->buffer(), "T %.9f _%d_ rule IIA2a(ii)x fires %d",
ns2-2.35+dfsg/tora/tora.cc:561:							    Scheduler::instance().clock(), ipaddr(), td->index);
ns2-2.35+dfsg/tora/tora.cc-562-						    logtarget->pt_->dump();
##############################################
ns2-2.35+dfsg/tora/tora.cc-579-						  m->height.delta - 1,
ns2-2.35+dfsg/tora/tora.cc:580:						  ipaddr());
ns2-2.35+dfsg/tora/tora.cc-581-
##############################################
ns2-2.35+dfsg/tora/tora.cc-604-
ns2-2.35+dfsg/tora/tora.cc:605:	if(th->tc_dst == ipaddr()) {
ns2-2.35+dfsg/tora/tora.cc-606-		return;
##############################################
ns2-2.35+dfsg/tora/tora.cc-640-	else {
ns2-2.35+dfsg/tora/tora.cc:641:		tn = td->nb_find(ih->saddr());			// II
ns2-2.35+dfsg/tora/tora.cc-642-		if(tn == 0) {
##############################################
ns2-2.35+dfsg/tora/tora.cc-646-		        trace("T %.9f _%d_ received `CLR` from non-neighbor %d",
ns2-2.35+dfsg/tora/tora.cc:647:		               CURRENT_TIME, index, ih->saddr());		
ns2-2.35+dfsg/tora/tora.cc-648-#ifdef DEBUG
##############################################
ns2-2.35+dfsg/tora/tora.cc-678-				td->update_height(Scheduler::instance().clock(),
ns2-2.35+dfsg/tora/tora.cc:679:						  ipaddr(),
ns2-2.35+dfsg/tora/tora.cc-680-						  0,
ns2-2.35+dfsg/tora/tora.cc-681-						  0,
ns2-2.35+dfsg/tora/tora.cc:682:						  ipaddr());
ns2-2.35+dfsg/tora/tora.cc-683-				td->rt_req = 0;
##############################################
ns2-2.35+dfsg/tora/tora_api.cc-65-		    trace("T %.9f _%d_ QRY %d for %d (rtreq set)",
ns2-2.35+dfsg/tora/tora_api.cc:66:			  Scheduler::instance().clock(), ipaddr(), 
ns2-2.35+dfsg/tora/tora_api.cc-67-			  td->index, index);
##############################################
ns2-2.35+dfsg/tora/tora_api.cc-135-	if(DATA_PACKET(ch->ptype()) == 0 || 
ns2-2.35+dfsg/tora/tora_api.cc:136:	   ip->daddr() == (nsaddr_t) IP_BROADCAST) {
ns2-2.35+dfsg/tora/tora_api.cc-137-		drop(p, DROP_RTR_MAC_CALLBACK);
##############################################
ns2-2.35+dfsg/tora/tora_io.cc-61-	ch->addr_type() = NS_AF_NONE;
ns2-2.35+dfsg/tora/tora_io.cc:62:        ch->prev_hop_ = ipaddr();
ns2-2.35+dfsg/tora/tora_io.cc-63-
ns2-2.35+dfsg/tora/tora_io.cc:64:	ih->saddr() = ipaddr();
ns2-2.35+dfsg/tora/tora_io.cc:65:	ih->daddr() = IP_BROADCAST;
ns2-2.35+dfsg/tora/tora_io.cc-66-	ih->sport() = RT_PORT;
##############################################
ns2-2.35+dfsg/tora/tora_io.cc-73-	trace("T %.9f _%d_ tora sendQRY %d",
ns2-2.35+dfsg/tora/tora_io.cc:74:	      Scheduler::instance().clock(), ipaddr(), id);
ns2-2.35+dfsg/tora/tora_io.cc-75-
##############################################
ns2-2.35+dfsg/tora/tora_io.cc-97-	ch->addr_type() = NS_AF_NONE;
ns2-2.35+dfsg/tora/tora_io.cc:98:        ch->prev_hop_ = ipaddr();
ns2-2.35+dfsg/tora/tora_io.cc-99-
ns2-2.35+dfsg/tora/tora_io.cc:100:	ih->saddr() = ipaddr();
ns2-2.35+dfsg/tora/tora_io.cc:101:	ih->daddr() = IP_BROADCAST;
ns2-2.35+dfsg/tora/tora_io.cc-102-	ih->sport() = RT_PORT;
##############################################
ns2-2.35+dfsg/tora/tora_io.cc-131-	ch->addr_type() = NS_AF_NONE;
ns2-2.35+dfsg/tora/tora_io.cc:132:        ch->prev_hop_ = ipaddr();
ns2-2.35+dfsg/tora/tora_io.cc-133-
ns2-2.35+dfsg/tora/tora_io.cc:134:	ih->saddr() = ipaddr();
ns2-2.35+dfsg/tora/tora_io.cc:135:	ih->daddr() = IP_BROADCAST;
ns2-2.35+dfsg/tora/tora_io.cc-136-	ih->sport() = RT_PORT;
##############################################
ns2-2.35+dfsg/tora/tora_logs.cc-27-                "T %.9f _%d_ routing loop (%d --> %d --> %d)",
ns2-2.35+dfsg/tora/tora_logs.cc:28:                CURRENT_TIME, ipaddr(), prev, ipaddr(), next);
ns2-2.35+dfsg/tora/tora_logs.cc-29-        logtarget->pt_->dump();
##############################################
ns2-2.35+dfsg/tora/tora_logs.cc-42-                CURRENT_TIME,
ns2-2.35+dfsg/tora/tora_logs.cc:43:                ipaddr(),
ns2-2.35+dfsg/tora/tora_logs.cc-44-                ch->uid_,
##############################################
ns2-2.35+dfsg/tora/tora_logs.cc-64-                CURRENT_TIME,
ns2-2.35+dfsg/tora/tora_logs.cc:65:                ipaddr(),
ns2-2.35+dfsg/tora/tora_logs.cc-66-                ch->uid_,
ns2-2.35+dfsg/tora/tora_logs.cc-67-		//                ih->src_, ih->dst_,
ns2-2.35+dfsg/tora/tora_logs.cc:68:		ih->saddr(),ih->daddr(),
ns2-2.35+dfsg/tora/tora_logs.cc-69-                ch->prev_hop_, ch->next_hop_);
##############################################
ns2-2.35+dfsg/tora/tora_logs.cc-86-                CURRENT_TIME,
ns2-2.35+dfsg/tora/tora_logs.cc:87:                ipaddr(),
ns2-2.35+dfsg/tora/tora_logs.cc-88-                dst,
ns2-2.35+dfsg/tora/tora_logs.cc-89-                ++link_del,
ns2-2.35+dfsg/tora/tora_logs.cc:90:                God::instance()->hops(ipaddr(), dst) != 1 ? "VALID" : "INVALID");
ns2-2.35+dfsg/tora/tora_logs.cc-91-        logtarget->pt_->dump();
##############################################
ns2-2.35+dfsg/tora/tora_logs.cc-108-                CURRENT_TIME,
ns2-2.35+dfsg/tora/tora_logs.cc:109:                ipaddr(),
ns2-2.35+dfsg/tora/tora_logs.cc-110-                dst,
ns2-2.35+dfsg/tora/tora_logs.cc-111-                ++link_kept,
ns2-2.35+dfsg/tora/tora_logs.cc:112:                God::instance()->hops(ipaddr(), dst) == 1 ? "VALID" : "INVALID");
ns2-2.35+dfsg/tora/tora_logs.cc-113-        logtarget->pt_->dump();
##############################################
ns2-2.35+dfsg/tora/tora_logs.cc-123-                CURRENT_TIME,
ns2-2.35+dfsg/tora/tora_logs.cc:124:                ipaddr(),
ns2-2.35+dfsg/tora/tora_logs.cc-125-                dst, id);
##############################################
ns2-2.35+dfsg/tora/tora_logs.cc-138-		"T %.9f %d received `QRY` from %d --- %d",
ns2-2.35+dfsg/tora/tora_logs.cc:139:		CURRENT_TIME, ipaddr(), ih->saddr(), qh->tq_dst);
ns2-2.35+dfsg/tora/tora_logs.cc-140-	logtarget->pt_->dump();
##############################################
ns2-2.35+dfsg/tora/tora_logs.cc-153-		CURRENT_TIME,
ns2-2.35+dfsg/tora/tora_logs.cc:154:                ipaddr(),
ns2-2.35+dfsg/tora/tora_logs.cc-155-		// ih->src_, uh->tu_dst,
ns2-2.35+dfsg/tora/tora_logs.cc:156:		ih->saddr(), uh->tu_dst,
ns2-2.35+dfsg/tora/tora_logs.cc-157-		uh->tu_tau, uh->tu_oid, uh->tu_r, uh->tu_delta, uh->tu_id);
##############################################
ns2-2.35+dfsg/tora/tora_logs.cc-171-		CURRENT_TIME,
ns2-2.35+dfsg/tora/tora_logs.cc:172:                ipaddr(),
ns2-2.35+dfsg/tora/tora_logs.cc-173-                // ih->src_,
ns2-2.35+dfsg/tora/tora_logs.cc:174:		ih->saddr(),
ns2-2.35+dfsg/tora/tora_logs.cc-175-		ch->tc_dst, ch->tc_tau, ch->tc_oid);
##############################################
ns2-2.35+dfsg/tora/tora_logs.cc-193-			CURRENT_TIME,
ns2-2.35+dfsg/tora/tora_logs.cc:194:                        ipaddr(),
ns2-2.35+dfsg/tora/tora_logs.cc-195-			td->index,
##############################################
ns2-2.35+dfsg/tora/tora_logs.cc-229-			CURRENT_TIME,
ns2-2.35+dfsg/tora/tora_logs.cc:230:                        ipaddr(),
ns2-2.35+dfsg/tora/tora_logs.cc-231-			td->index,
##############################################
ns2-2.35+dfsg/tora/tora_logs.cc-249-		CURRENT_TIME,
ns2-2.35+dfsg/tora/tora_logs.cc:250:		ipaddr(),
ns2-2.35+dfsg/tora/tora_logs.cc-251-		tn->index,
##############################################
ns2-2.35+dfsg/tora/tora_logs.cc-278-		sprintf(logtarget->pt_->buffer(), "T %.9f _%d_ nexthop for %d is %d", 
ns2-2.35+dfsg/tora/tora_logs.cc:279:			CURRENT_TIME, ipaddr(), td->index, n->index);
ns2-2.35+dfsg/tora/tora_logs.cc-280-		logtarget->pt_->dump();
##############################################
ns2-2.35+dfsg/tora/tora_logs.cc-285-		CURRENT_TIME,
ns2-2.35+dfsg/tora/tora_logs.cc:286:		ipaddr());
ns2-2.35+dfsg/tora/tora_logs.cc-287-	logtarget->pt_->dump();
##############################################
ns2-2.35+dfsg/tora/tora_logs.cc-296-		CURRENT_TIME,
ns2-2.35+dfsg/tora/tora_logs.cc:297:		ipaddr(),
ns2-2.35+dfsg/tora/tora_logs.cc-298-		td->index);
##############################################
ns2-2.35+dfsg/trace/cmu-trace.cc-189-
ns2-2.35+dfsg/trace/cmu-trace.cc:190:	int src = Address::instance().get_nodeaddr(ih->saddr());
ns2-2.35+dfsg/trace/cmu-trace.cc-191-
##############################################
ns2-2.35+dfsg/trace/cmu-trace.cc-383-			// change wrt Mike's code
ns2-2.35+dfsg/trace/cmu-trace.cc:384:			//ETHER_ADDR(mh->dh_da),		// MAC: source
ns2-2.35+dfsg/trace/cmu-trace.cc:385:			//ETHER_ADDR(mh->dh_sa),		// MAC: destination
ns2-2.35+dfsg/trace/cmu-trace.cc:386:			ETHER_ADDR(mh->dh_ra),          // MAC: source
ns2-2.35+dfsg/trace/cmu-trace.cc:387:                       ETHER_ADDR(mh->dh_ta),          // MAC: destination
ns2-2.35+dfsg/trace/cmu-trace.cc-388-
##############################################
ns2-2.35+dfsg/trace/cmu-trace.cc-396-			// change wrt Mike's code
ns2-2.35+dfsg/trace/cmu-trace.cc:397:			//ETHER_ADDR(mh->dh_da),
ns2-2.35+dfsg/trace/cmu-trace.cc:398:			//ETHER_ADDR(mh->dh_sa),
ns2-2.35+dfsg/trace/cmu-trace.cc-399-
ns2-2.35+dfsg/trace/cmu-trace.cc:400:	   		ETHER_ADDR(mh->dh_ra),
ns2-2.35+dfsg/trace/cmu-trace.cc:401:	                   ETHER_ADDR(mh->dh_ta),
ns2-2.35+dfsg/trace/cmu-trace.cc-402-
##############################################
ns2-2.35+dfsg/trace/cmu-trace.cc-410-			// change wrt Mike's code
ns2-2.35+dfsg/trace/cmu-trace.cc:411:			//ETHER_ADDR(mh->dh_da),
ns2-2.35+dfsg/trace/cmu-trace.cc:412:			//ETHER_ADDR(mh->dh_sa),
ns2-2.35+dfsg/trace/cmu-trace.cc:413:			ETHER_ADDR(mh->dh_ra),
ns2-2.35+dfsg/trace/cmu-trace.cc:414:                        ETHER_ADDR(mh->dh_ta),
ns2-2.35+dfsg/trace/cmu-trace.cc-415-			print_ether_type ? GET_ETHER_TYPE(mh->dh_body) : 0);
##############################################
ns2-2.35+dfsg/trace/cmu-trace.cc-438-	// for now until port ids are removed from IP address. -Padma.
ns2-2.35+dfsg/trace/cmu-trace.cc:439:	int src = Address::instance().get_nodeaddr(ih->saddr());
ns2-2.35+dfsg/trace/cmu-trace.cc:440:	int dst = Address::instance().get_nodeaddr(ih->daddr());
ns2-2.35+dfsg/trace/cmu-trace.cc-441-
##############################################
ns2-2.35+dfsg/trace/cmu-trace.cc-705-	//hacking, needs to change later, 
ns2-2.35+dfsg/trace/cmu-trace.cc:706:        int dst = Address::instance().get_nodeaddr(ih->daddr());
ns2-2.35+dfsg/trace/cmu-trace.cc-707-	
##############################################
ns2-2.35+dfsg/trace/cmu-trace.cc-1214-	//</zheng: add for 802.15.4>
ns2-2.35+dfsg/trace/cmu-trace.cc:1215:        int dst = Address::instance().get_nodeaddr(ih->daddr());
ns2-2.35+dfsg/trace/cmu-trace.cc-1216-
##############################################
ns2-2.35+dfsg/trace/cmu-trace.cc-1274-		{
ns2-2.35+dfsg/trace/cmu-trace.cc:1275:			t_src = HDR_IP(p)->saddr();
ns2-2.35+dfsg/trace/cmu-trace.cc:1276:			t_dst = HDR_IP(p)->daddr();
ns2-2.35+dfsg/trace/cmu-trace.cc-1277-		}
##############################################
ns2-2.35+dfsg/trace/cmu-trace.cc-1365-{
ns2-2.35+dfsg/trace/cmu-trace.cc:1366:	if ((strcmp(tracename, "AGT") != 0) || ((u_int32_t)(ih->daddr()) == IP_BROADCAST))		//<zheng: add: next_hop info not available at agent level>
ns2-2.35+dfsg/trace/cmu-trace.cc-1367-											//(doesn't really matter -- seems agent level has no effect on nam)
##############################################
ns2-2.35+dfsg/trace/cmu-trace.cc-1541-         */
ns2-2.35+dfsg/trace/cmu-trace.cc:1542:        if(src_ == ih->saddr()) {
ns2-2.35+dfsg/trace/cmu-trace.cc-1543-                God::instance()->stampPacket(p);
##############################################
ns2-2.35+dfsg/trace/trace-ip.cc-88-	hdr_ip *iph = hdr_ip::access(p);
ns2-2.35+dfsg/trace/trace-ip.cc:89:	int src = (src_ >= 0) ? src_ : (iph->saddr() >> shift_) & mask_;
ns2-2.35+dfsg/trace/trace-ip.cc:90:	int dst = (iph->daddr() >> shift_) & mask_;
ns2-2.35+dfsg/trace/trace-ip.cc-91-	format(type_, src, dst , p);
##############################################
ns2-2.35+dfsg/trace/trace-ip.cc-103-	
ns2-2.35+dfsg/trace/trace-ip.cc:104:	int src = (src_ >= 0) ? src_ : (iph->saddr() >> shift_) & mask_;
ns2-2.35+dfsg/trace/trace-ip.cc:105:	int dst = (iph->daddr() >> shift_) & mask_;
ns2-2.35+dfsg/trace/trace-ip.cc-106-
##############################################
ns2-2.35+dfsg/trace/trace.cc-267-#endif
ns2-2.35+dfsg/trace/trace.cc:268:	char *src_nodeaddr = Address::instance().print_nodeaddr(iph->saddr());
ns2-2.35+dfsg/trace/trace.cc:269:	char *src_portaddr = Address::instance().print_portaddr(iph->sport());
ns2-2.35+dfsg/trace/trace.cc:270:	char *dst_nodeaddr = Address::instance().print_nodeaddr(iph->daddr());
ns2-2.35+dfsg/trace/trace.cc:271:	char *dst_portaddr = Address::instance().print_portaddr(iph->dport());
ns2-2.35+dfsg/trace/trace.cc-272-
##############################################
ns2-2.35+dfsg/trace/trace.cc-528-
ns2-2.35+dfsg/trace/trace.cc:529:		char *src_nodeaddr = Address::instance().print_nodeaddr(iph->saddr());
ns2-2.35+dfsg/trace/trace.cc:530:		char *src_portaddr = Address::instance().print_portaddr(iph->sport());
ns2-2.35+dfsg/trace/trace.cc:531:		char *dst_nodeaddr = Address::instance().print_nodeaddr(iph->daddr());
ns2-2.35+dfsg/trace/trace.cc:532:		char *dst_portaddr = Address::instance().print_portaddr(iph->dport());
ns2-2.35+dfsg/trace/trace.cc-533-
##############################################
ns2-2.35+dfsg/webcache/inval-agent.cc-77-	hdr_ip *ip = hdr_ip::access(pkt);
ns2-2.35+dfsg/webcache/inval-agent.cc:78:	if ((ip->saddr() == addr()) && (ip->sport() == port()))
ns2-2.35+dfsg/webcache/inval-agent.cc-79-		// XXX Why do we need this?
##############################################
ns2-2.35+dfsg/wpan/p802_15_4field.h-54-/*
ns2-2.35+dfsg/wpan/p802_15_4field.h:55:#define STORELADDR(value,addr)	((*((unsigned char *)addr)) = ((*value) & 255 ,\
ns2-2.35+dfsg/wpan/p802_15_4field.h-56-				 (*((unsigned char *)addr+1)) = ((*value) >> 8) & 255 ,\
##############################################
ns2-2.35+dfsg/wpan/p802_15_4field.h-62-				 (*((unsigned char *)addr+7)) = ((*value) >> 56) & 255))
ns2-2.35+dfsg/wpan/p802_15_4field.h:63:#define GETLADDR(addr)		 ((*(unsigned char *)(addr)) |\
ns2-2.35+dfsg/wpan/p802_15_4field.h-64-				(*(((unsigned char *)(addr))+1) << 8) |\
##############################################
ns2-2.35+dfsg/wpan/p802_15_4field.h-71-
ns2-2.35+dfsg/wpan/p802_15_4field.h:72:#define STORESADDR(value,addr)	((*((unsigned char *)addr)) = ((*value) & 255 ,\
ns2-2.35+dfsg/wpan/p802_15_4field.h-73-				 (*((unsigned char *)addr+1)) = ((*value) >> 8) & 255))
ns2-2.35+dfsg/wpan/p802_15_4field.h-74-
ns2-2.35+dfsg/wpan/p802_15_4field.h:75:#define GETSADDR(addr)		((*(unsigned char *)(addr)) |\
ns2-2.35+dfsg/wpan/p802_15_4field.h-76-				(*(((unsigned char *)(addr))+1) << 8))
##############################################
ns2-2.35+dfsg/wpan/p802_15_4field.h-339-	//for constructing the fields
ns2-2.35+dfsg/wpan/p802_15_4field.h:340:	UINT_8 addShortAddr(UINT_16 sa)
ns2-2.35+dfsg/wpan/p802_15_4field.h-341-	{
##############################################
ns2-2.35+dfsg/wpan/p802_15_4field.h-353-	}
ns2-2.35+dfsg/wpan/p802_15_4field.h:354:	UINT_8 addExtendedAddr(IE3ADDR ea)
ns2-2.35+dfsg/wpan/p802_15_4field.h-355-	{
##############################################
ns2-2.35+dfsg/wpan/p802_15_4field.h-461-	}
ns2-2.35+dfsg/wpan/p802_15_4field.h:462:	void setAlloShortAddr(bool alloc)
ns2-2.35+dfsg/wpan/p802_15_4field.h-463-	{
##############################################
ns2-2.35+dfsg/wpan/p802_15_4mac.cc-1957-						if (updateDeviceLink(tr_oper_est,&deviceLink1,&deviceLink2,tmp->pendAddr64) == 0)
ns2-2.35+dfsg/wpan/p802_15_4mac.cc:1958:							i = pendAddrSpec.addShortAddr(tmp->pendAddr16);		//duplicated address filtered out
ns2-2.35+dfsg/wpan/p802_15_4mac.cc-1959-					}
##############################################
ns2-2.35+dfsg/wpan/p802_15_4mac.cc-1962-						if (updateDeviceLink(tr_oper_est,&deviceLink1,&deviceLink2,tmp->pendAddr64) == 0)
ns2-2.35+dfsg/wpan/p802_15_4mac.cc:1963:							i = pendAddrSpec.addExtendedAddr(tmp->pendAddr64);	//duplicated address filtered out
ns2-2.35+dfsg/wpan/p802_15_4mac.cc-1964-					}
##############################################
ns2-2.35+dfsg/wpan/p802_15_4sscs.cc-195-			{
ns2-2.35+dfsg/wpan/p802_15_4sscs.cc:196:				if (getIpAddrFrLogAddr(logAddr,false) == (UINT_16)DeviceAddress)
ns2-2.35+dfsg/wpan/p802_15_4sscs.cc-197-					break; 
##############################################
ns2-2.35+dfsg/wpan/p802_15_4trace.cc-128-	struct hdr_mac802_11 *mh = HDR_MAC802_11(p);
ns2-2.35+dfsg/wpan/p802_15_4trace.cc:129:	return ETHER_ADDR(mh->dh_sa);
ns2-2.35+dfsg/wpan/p802_15_4trace.cc-130-	
##############################################
ns2-2.35+dfsg/wpan/p802_15_4trace.cc-135-	struct hdr_mac802_11 *mh = HDR_MAC802_11(p);
ns2-2.35+dfsg/wpan/p802_15_4trace.cc:136:	return ETHER_ADDR(mh->dh_da);
ns2-2.35+dfsg/wpan/p802_15_4trace.cc-137-}
##############################################
ns2-2.35+dfsg/wpan/p802_15_4trace.cc-149-		STORE4BYTE(&dst, (mh->dh_da));
ns2-2.35+dfsg/wpan/p802_15_4trace.cc:150:	return ETHER_ADDR(mh->dh_da);
ns2-2.35+dfsg/wpan/p802_15_4trace.cc-151-}
##############################################
ns2-2.35+dfsg/wpan/p802_15_4trace.cc-157-		STORE4BYTE(&src, (mh->dh_sa));
ns2-2.35+dfsg/wpan/p802_15_4trace.cc:158:	return ETHER_ADDR(mh->dh_sa);
ns2-2.35+dfsg/wpan/p802_15_4trace.cc-159-}
##############################################
ns2-2.35+dfsg/CHANGES.html-1313-3. tora bug fixes include removing incoming flag. also replacing
ns2-2.35+dfsg/CHANGES.html:1314:src() &amp; dst() with saddr() and daddr() resp.
ns2-2.35+dfsg/CHANGES.html-1315-
##############################################
ns2-2.35+dfsg/config.guess-40-
ns2-2.35+dfsg/config.guess:41:me=`echo "$0" | sed -e 's,.*/,,'`
ns2-2.35+dfsg/config.guess-42-
##############################################
ns2-2.35+dfsg/config.guess-109-: ${TMPDIR=/tmp} ;
ns2-2.35+dfsg/config.guess:110: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
ns2-2.35+dfsg/config.guess-111- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
ns2-2.35+dfsg/config.guess-195-	    *)
ns2-2.35+dfsg/config.guess:196:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
ns2-2.35+dfsg/config.guess-197-		;;
##############################################
ns2-2.35+dfsg/config.guess-222-	*4.0)
ns2-2.35+dfsg/config.guess:223:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
ns2-2.35+dfsg/config.guess-224-		;;
ns2-2.35+dfsg/config.guess-225-	*5.*)
ns2-2.35+dfsg/config.guess:226:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
ns2-2.35+dfsg/config.guess-227-		;;
##############################################
ns2-2.35+dfsg/config.guess-232-	# types through head -n 1, so we only detect the type of CPU 0.
ns2-2.35+dfsg/config.guess:233:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
ns2-2.35+dfsg/config.guess-234-	case "$ALPHA_CPU_TYPE" in
##############################################
ns2-2.35+dfsg/config.guess-270-	# 1.2 uses "1.2" for uname -r.
ns2-2.35+dfsg/config.guess:271:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
ns2-2.35+dfsg/config.guess-272-	exit ;;
##############################################
ns2-2.35+dfsg/config.guess-327-    sun4H:SunOS:5.*:*)
ns2-2.35+dfsg/config.guess:328:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ns2-2.35+dfsg/config.guess-329-	exit ;;
ns2-2.35+dfsg/config.guess-330-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
ns2-2.35+dfsg/config.guess:331:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ns2-2.35+dfsg/config.guess-332-	exit ;;
ns2-2.35+dfsg/config.guess-333-    i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
ns2-2.35+dfsg/config.guess:334:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ns2-2.35+dfsg/config.guess-335-	exit ;;
##############################################
ns2-2.35+dfsg/config.guess-339-	# it's likely to be more like Solaris than SunOS4.
ns2-2.35+dfsg/config.guess:340:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ns2-2.35+dfsg/config.guess-341-	exit ;;
##############################################
ns2-2.35+dfsg/config.guess-348-	# Japanese Language versions have a version number like `4.1.3-JL'.
ns2-2.35+dfsg/config.guess:349:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
ns2-2.35+dfsg/config.guess-350-	exit ;;
##############################################
ns2-2.35+dfsg/config.guess-354-    sun*:*:4.2BSD:*)
ns2-2.35+dfsg/config.guess:355:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
ns2-2.35+dfsg/config.guess-356-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
ns2-2.35+dfsg/config.guess-436-	$CC_FOR_BUILD -o $dummy $dummy.c &&
ns2-2.35+dfsg/config.guess:437:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
ns2-2.35+dfsg/config.guess:438:	  SYSTEM_NAME=`$dummy $dummyarg` &&
ns2-2.35+dfsg/config.guess-439-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
ns2-2.35+dfsg/config.guess-492-    *:IRIX*:*:*)
ns2-2.35+dfsg/config.guess:493:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
ns2-2.35+dfsg/config.guess-494-	exit ;;
##############################################
ns2-2.35+dfsg/config.guess-522-EOF
ns2-2.35+dfsg/config.guess:523:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
ns2-2.35+dfsg/config.guess-524-		then
##############################################
ns2-2.35+dfsg/config.guess-535-    *:AIX:*:[456])
ns2-2.35+dfsg/config.guess:536:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
ns2-2.35+dfsg/config.guess-537-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
ns2-2.35+dfsg/config.guess-570-    9000/[34678]??:HP-UX:*:*)
ns2-2.35+dfsg/config.guess:571:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
ns2-2.35+dfsg/config.guess-572-	case "${UNAME_MACHINE}" in
##############################################
ns2-2.35+dfsg/config.guess-624-EOF
ns2-2.35+dfsg/config.guess:625:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
ns2-2.35+dfsg/config.guess-626-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
ns2-2.35+dfsg/config.guess-652-    ia64:HP-UX:*:*)
ns2-2.35+dfsg/config.guess:653:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
ns2-2.35+dfsg/config.guess-654-	echo ia64-hp-hpux${HPUX_REV}
##############################################
ns2-2.35+dfsg/config.guess-682-EOF
ns2-2.35+dfsg/config.guess:683:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
ns2-2.35+dfsg/config.guess-684-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
ns2-2.35+dfsg/config.guess-753-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
ns2-2.35+dfsg/config.guess:754:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
ns2-2.35+dfsg/config.guess-755-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
ns2-2.35+dfsg/config.guess-758-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
ns2-2.35+dfsg/config.guess:759:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
ns2-2.35+dfsg/config.guess-760-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
ns2-2.35+dfsg/config.guess-773-	    pc98)
ns2-2.35+dfsg/config.guess:774:		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
ns2-2.35+dfsg/config.guess-775-	    amd64)
ns2-2.35+dfsg/config.guess:776:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
ns2-2.35+dfsg/config.guess-777-	    *)
ns2-2.35+dfsg/config.guess:778:		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
ns2-2.35+dfsg/config.guess-779-	esac
##############################################
ns2-2.35+dfsg/config.guess-824-    prep*:SunOS:5.*:*)
ns2-2.35+dfsg/config.guess:825:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ns2-2.35+dfsg/config.guess-826-	exit ;;
##############################################
ns2-2.35+dfsg/config.guess-828-	# the GNU system
ns2-2.35+dfsg/config.guess:829:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
ns2-2.35+dfsg/config.guess-830-	exit ;;
##############################################
ns2-2.35+dfsg/config.guess-832-	# other systems with GNU libc and userland
ns2-2.35+dfsg/config.guess:833:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
ns2-2.35+dfsg/config.guess-834-	exit ;;
##############################################
ns2-2.35+dfsg/config.guess-1067-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
ns2-2.35+dfsg/config.guess:1068:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
ns2-2.35+dfsg/config.guess-1069-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
ns2-2.35+dfsg/config.guess-1308-    *:DragonFly:*:*)
ns2-2.35+dfsg/config.guess:1309:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
ns2-2.35+dfsg/config.guess-1310-	exit ;;
##############################################
ns2-2.35+dfsg/config.guess-1321-    i*86:skyos:*:*)
ns2-2.35+dfsg/config.guess:1322:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
ns2-2.35+dfsg/config.guess-1323-	exit ;;
##############################################
ns2-2.35+dfsg/config.guess-1446-
ns2-2.35+dfsg/config.guess:1447:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
ns2-2.35+dfsg/config.guess-1448-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
ns2-2.35+dfsg/config.sub-56-
ns2-2.35+dfsg/config.sub:57:me=`echo "$0" | sed -e 's,.*/,,'`
ns2-2.35+dfsg/config.sub-58-
##############################################
ns2-2.35+dfsg/config.sub-120-# Here we must recognize all the valid KERNEL-OS combinations.
ns2-2.35+dfsg/config.sub:121:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
ns2-2.35+dfsg/config.sub-122-case $maybe_os in
##############################################
ns2-2.35+dfsg/config.sub-126-    os=-$maybe_os
ns2-2.35+dfsg/config.sub:127:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
ns2-2.35+dfsg/config.sub-128-    ;;
ns2-2.35+dfsg/config.sub-129-  *)
ns2-2.35+dfsg/config.sub:130:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
ns2-2.35+dfsg/config.sub-131-    if [ $basic_machine != $1 ]
ns2-2.35+dfsg/config.sub:132:    then os=`echo $1 | sed 's/.*-/-/'`
ns2-2.35+dfsg/config.sub-133-    else os=; fi
##############################################
ns2-2.35+dfsg/config.sub-177-		os=-sco5v6
ns2-2.35+dfsg/config.sub:178:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ns2-2.35+dfsg/config.sub-179-		;;
##############################################
ns2-2.35+dfsg/config.sub-181-		os=-sco3.2v5
ns2-2.35+dfsg/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ns2-2.35+dfsg/config.sub-183-		;;
##############################################
ns2-2.35+dfsg/config.sub-185-		os=-sco3.2v4
ns2-2.35+dfsg/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ns2-2.35+dfsg/config.sub-187-		;;
ns2-2.35+dfsg/config.sub-188-	-sco3.2.[4-9]*)
ns2-2.35+dfsg/config.sub:189:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
ns2-2.35+dfsg/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ns2-2.35+dfsg/config.sub-191-		;;
##############################################
ns2-2.35+dfsg/config.sub-193-		# Don't forget version if it is 3.2v4 or newer.
ns2-2.35+dfsg/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ns2-2.35+dfsg/config.sub-195-		;;
##############################################
ns2-2.35+dfsg/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
ns2-2.35+dfsg/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ns2-2.35+dfsg/config.sub-199-		;;
##############################################
ns2-2.35+dfsg/config.sub-201-		os=-sco3.2v2
ns2-2.35+dfsg/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ns2-2.35+dfsg/config.sub-203-		;;
ns2-2.35+dfsg/config.sub-204-	-udk*)
ns2-2.35+dfsg/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ns2-2.35+dfsg/config.sub-206-		;;
##############################################
ns2-2.35+dfsg/config.sub-208-		os=-isc2.2
ns2-2.35+dfsg/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ns2-2.35+dfsg/config.sub-210-		;;
##############################################
ns2-2.35+dfsg/config.sub-214-	-isc*)
ns2-2.35+dfsg/config.sub:215:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ns2-2.35+dfsg/config.sub-216-		;;
##############################################
ns2-2.35+dfsg/config.sub-220-	-ptx*)
ns2-2.35+dfsg/config.sub:221:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
ns2-2.35+dfsg/config.sub-222-		;;
ns2-2.35+dfsg/config.sub-223-	-windowsnt*)
ns2-2.35+dfsg/config.sub:224:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
ns2-2.35+dfsg/config.sub-225-		;;
##############################################
ns2-2.35+dfsg/config.sub-310-	*-*-*)
ns2-2.35+dfsg/config.sub:311:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
ns2-2.35+dfsg/config.sub-312-		exit 1
##############################################
ns2-2.35+dfsg/config.sub-416-	amd64-*)
ns2-2.35+dfsg/config.sub:417:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
ns2-2.35+dfsg/config.sub-418-		;;
##############################################
ns2-2.35+dfsg/config.sub-454-	blackfin-*)
ns2-2.35+dfsg/config.sub:455:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
ns2-2.35+dfsg/config.sub-456-		os=-linux
##############################################
ns2-2.35+dfsg/config.sub-645-	i*86v32)
ns2-2.35+dfsg/config.sub:646:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ns2-2.35+dfsg/config.sub-647-		os=-sysv32
##############################################
ns2-2.35+dfsg/config.sub-649-	i*86v4*)
ns2-2.35+dfsg/config.sub:650:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ns2-2.35+dfsg/config.sub-651-		os=-sysv4
##############################################
ns2-2.35+dfsg/config.sub-653-	i*86v)
ns2-2.35+dfsg/config.sub:654:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ns2-2.35+dfsg/config.sub-655-		os=-sysv
##############################################
ns2-2.35+dfsg/config.sub-657-	i*86sol2)
ns2-2.35+dfsg/config.sub:658:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ns2-2.35+dfsg/config.sub-659-		os=-solaris2
##############################################
ns2-2.35+dfsg/config.sub-687-	m68knommu-*)
ns2-2.35+dfsg/config.sub:688:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
ns2-2.35+dfsg/config.sub-689-		os=-linux
##############################################
ns2-2.35+dfsg/config.sub-717-	mips3*-*)
ns2-2.35+dfsg/config.sub:718:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
ns2-2.35+dfsg/config.sub-719-		;;
ns2-2.35+dfsg/config.sub-720-	mips3*)
ns2-2.35+dfsg/config.sub:721:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
ns2-2.35+dfsg/config.sub-722-		;;
##############################################
ns2-2.35+dfsg/config.sub-735-	ms1-*)
ns2-2.35+dfsg/config.sub:736:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
ns2-2.35+dfsg/config.sub-737-		;;
##############################################
ns2-2.35+dfsg/config.sub-840-	parisc-*)
ns2-2.35+dfsg/config.sub:841:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
ns2-2.35+dfsg/config.sub-842-		os=-linux
##############################################
ns2-2.35+dfsg/config.sub-856-	pc98-*)
ns2-2.35+dfsg/config.sub:857:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
ns2-2.35+dfsg/config.sub-858-		;;
##############################################
ns2-2.35+dfsg/config.sub-871-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
ns2-2.35+dfsg/config.sub:872:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
ns2-2.35+dfsg/config.sub-873-		;;
ns2-2.35+dfsg/config.sub-874-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
ns2-2.35+dfsg/config.sub:875:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
ns2-2.35+dfsg/config.sub-876-		;;
ns2-2.35+dfsg/config.sub-877-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
ns2-2.35+dfsg/config.sub:878:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
ns2-2.35+dfsg/config.sub-879-		;;
ns2-2.35+dfsg/config.sub-880-	pentium4-*)
ns2-2.35+dfsg/config.sub:881:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
ns2-2.35+dfsg/config.sub-882-		;;
##############################################
ns2-2.35+dfsg/config.sub-889-		;;
ns2-2.35+dfsg/config.sub:890:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
ns2-2.35+dfsg/config.sub-891-		;;
##############################################
ns2-2.35+dfsg/config.sub-895-	ppcle-* | powerpclittle-*)
ns2-2.35+dfsg/config.sub:896:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
ns2-2.35+dfsg/config.sub-897-		;;
##############################################
ns2-2.35+dfsg/config.sub-899-		;;
ns2-2.35+dfsg/config.sub:900:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
ns2-2.35+dfsg/config.sub-901-		;;
##############################################
ns2-2.35+dfsg/config.sub-905-	ppc64le-* | powerpc64little-*)
ns2-2.35+dfsg/config.sub:906:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
ns2-2.35+dfsg/config.sub-907-		;;
##############################################
ns2-2.35+dfsg/config.sub-1193-	*)
ns2-2.35+dfsg/config.sub:1194:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
ns2-2.35+dfsg/config.sub-1195-		exit 1
##############################################
ns2-2.35+dfsg/config.sub-1201-	*-digital*)
ns2-2.35+dfsg/config.sub:1202:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
ns2-2.35+dfsg/config.sub-1203-		;;
ns2-2.35+dfsg/config.sub-1204-	*-commodore*)
ns2-2.35+dfsg/config.sub:1205:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
ns2-2.35+dfsg/config.sub-1206-		;;
##############################################
ns2-2.35+dfsg/config.sub-1219-	-solaris1 | -solaris1.*)
ns2-2.35+dfsg/config.sub:1220:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
ns2-2.35+dfsg/config.sub-1221-		;;
##############################################
ns2-2.35+dfsg/config.sub-1231-	-gnu/linux*)
ns2-2.35+dfsg/config.sub:1232:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
ns2-2.35+dfsg/config.sub-1233-		;;
##############################################
ns2-2.35+dfsg/config.sub-1275-	-nto*)
ns2-2.35+dfsg/config.sub:1276:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
ns2-2.35+dfsg/config.sub-1277-		;;
##############################################
ns2-2.35+dfsg/config.sub-1282-	-mac*)
ns2-2.35+dfsg/config.sub:1283:		os=`echo $os | sed -e 's|mac|macos|'`
ns2-2.35+dfsg/config.sub-1284-		;;
##############################################
ns2-2.35+dfsg/config.sub-1288-	-linux*)
ns2-2.35+dfsg/config.sub:1289:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
ns2-2.35+dfsg/config.sub-1290-		;;
ns2-2.35+dfsg/config.sub-1291-	-sunos5*)
ns2-2.35+dfsg/config.sub:1292:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
ns2-2.35+dfsg/config.sub-1293-		;;
ns2-2.35+dfsg/config.sub-1294-	-sunos6*)
ns2-2.35+dfsg/config.sub:1295:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
ns2-2.35+dfsg/config.sub-1296-		;;
##############################################
ns2-2.35+dfsg/config.sub-1343-	-sinix5.*)
ns2-2.35+dfsg/config.sub:1344:		os=`echo $os | sed -e 's|sinix|sysv|'`
ns2-2.35+dfsg/config.sub-1345-		;;
##############################################
ns2-2.35+dfsg/config.sub-1394-		# Get rid of the `-' at the beginning of $os.
ns2-2.35+dfsg/config.sub:1395:		os=`echo $os | sed 's/[^-]*-//'`
ns2-2.35+dfsg/config.sub:1396:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
ns2-2.35+dfsg/config.sub-1397-		exit 1
##############################################
ns2-2.35+dfsg/config.sub-1645-		esac
ns2-2.35+dfsg/config.sub:1646:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
ns2-2.35+dfsg/config.sub-1647-		;;
##############################################
ns2-2.35+dfsg/install-sh-73-
ns2-2.35+dfsg/install-sh:74:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
ns2-2.35+dfsg/install-sh-75-	    shift
##############################################
ns2-2.35+dfsg/install-sh-77-
ns2-2.35+dfsg/install-sh:78:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
ns2-2.35+dfsg/install-sh-79-	    shift
##############################################
ns2-2.35+dfsg/install-sh-138-	then
ns2-2.35+dfsg/install-sh:139:		dst="$dst"/`basename $src`
ns2-2.35+dfsg/install-sh-140-	else
##############################################
ns2-2.35+dfsg/install-sh-145-## this sed command emulates the dirname command
ns2-2.35+dfsg/install-sh:146:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
ns2-2.35+dfsg/install-sh-147-
##############################################
ns2-2.35+dfsg/install-sh-159-IFS='%'
ns2-2.35+dfsg/install-sh:160:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
ns2-2.35+dfsg/install-sh-161-IFS="${oIFS}"
##############################################
ns2-2.35+dfsg/install-sh-193-	then
ns2-2.35+dfsg/install-sh:194:		dstfile=`basename $dst`
ns2-2.35+dfsg/install-sh-195-	else
##############################################
ns2-2.35+dfsg/install-sh-203-	then
ns2-2.35+dfsg/install-sh:204:		dstfile=`basename $dst`
ns2-2.35+dfsg/install-sh-205-	else
##############################################
ns2-2.35+dfsg/makefile.vc-571-srctar:
ns2-2.35+dfsg/makefile.vc:572:	@cwd=`pwd` ; dir=`basename $$cwd` ; \
ns2-2.35+dfsg/makefile.vc-573-	    name=ns-`cat VERSION | tr A-Z a-z` ; \
##############################################
ns2-2.35+dfsg/debian/rules-40-	chmod a-x ns-2.*/tcl/test/test-sack; \
ns2-2.35+dfsg/debian/rules:41:	tar Jcf `echo $$TAR_NAME| sed s/.orig.tar.gz/+dfsg.orig.tar.xz/g` ns-2.*/; \
ns2-2.35+dfsg/debian/rules-42-	rm -rf ns-2.*
##############################################
ns2-2.35+dfsg/.pc/0001-install-indep-utils.diff.patch/Makefile.in-600-srctar:
ns2-2.35+dfsg/.pc/0001-install-indep-utils.diff.patch/Makefile.in:601:	@cwd=`pwd` ; dir=`basename $$cwd` ; \
ns2-2.35+dfsg/.pc/0001-install-indep-utils.diff.patch/Makefile.in-602-	    name=ns-`cat VERSION | tr A-Z a-z` ; \
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/Makefile.in-600-srctar:
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/Makefile.in:601:	@cwd=`pwd` ; dir=`basename $$cwd` ; \
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/Makefile.in-602-	    name=ns-`cat VERSION | tr A-Z a-z` ; \
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-47-  as_echo='print -r --'
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-48-  as_echo_n='print -rn --'
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-50-  as_echo='printf %s\n'
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-52-else
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-64-      esac;
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-173-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:174:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-175-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-296-      case $as_dir in #(
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:297:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-298-      *) as_qdir=$as_dir;;
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-361-  {
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:362:    as_val=`expr "$@" || test $? -eq 1`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-363-  }
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-368-# ----------------------------------------
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:369:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-370-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-431-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:432:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-433-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-522-	esac;
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:523:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-524-	???[sx]*):;;*)false;;esac;fi
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-812-  case $ac_option in
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:813:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-814-  *=)   ac_optarg= ;;
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-856-  -disable-* | --disable-*)
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:857:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-858-    # Reject names that are not valid shell variable names.
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-861-    ac_useropt_orig=$ac_useropt
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:862:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-863-    case $ac_user_opts in
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-882-  -enable-* | --enable-*)
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:883:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-884-    # Reject names that are not valid shell variable names.
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-887-    ac_useropt_orig=$ac_useropt
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:888:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-889-    case $ac_user_opts in
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-1086-  -with-* | --with-*)
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:1087:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-1088-    # Reject names that are not valid shell variable names.
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-1091-    ac_useropt_orig=$ac_useropt
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:1092:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-1093-    case $ac_user_opts in
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-1102-  -without-* | --without-*)
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:1103:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-1104-    # Reject names that are not valid shell variable names.
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-1107-    ac_useropt_orig=$ac_useropt
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:1108:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-1109-    case $ac_user_opts in
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-1140-  *=*)
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:1141:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-1142-    # Reject names that are not valid shell variable names.
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-1161-if test -n "$ac_prev"; then
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:1162:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-1163-  as_fn_error $? "missing argument to $ac_option"
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-1183-    */ )
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:1184:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-1185-      eval $ac_var=\$ac_val;;
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-1220-ac_ls_di=`ls -di .` &&
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:1221:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-1222-  as_fn_error $? "working directory cannot be determined"
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-1276-case $srcdir in
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:1277:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-1278-esac
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-1319-By default, \`make install' will install all the files in
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:1320:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:1321:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-1322-for instance \`--prefix=\$HOME'.
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-1418-*)
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:1419:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-1420-  # A ".." for each directory in $ac_dir_suffix.
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:1421:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-1422-  case $ac_top_builddir_sub in
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-2172-    *\'*)
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:2173:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-2174-    esac
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-2255-      case $ac_val in
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:2256:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-2257-      esac
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-2270-	case $ac_val in
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:2271:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-2272-	esac
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-2390-    set,)
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:2391:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:2392:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-2393-      ac_cache_corrupted=: ;;
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-2401-	# differences in whitespace do not lead to failure.
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:2402:	ac_old_val_w=`echo x $ac_old_val`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:2403:	ac_new_val_w=`echo x $ac_new_val`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-2404-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-2421-    case $ac_new_val in
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:2422:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-2423-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-2795-$as_echo_n "checking whether the C compiler works... " >&6; }
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:2796:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-2797-
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-2839-	then :; else
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:2840:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-2841-	fi
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-2899-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:2900:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-2901-	  break;;
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-3008-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:3009:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-3010-       break;;
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-3397-  # Check for GNU $ac_path_GREP
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:3398:case `"$ac_path_GREP" --version 2>&1` in
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-3399-*GNU*)
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-3463-  # Check for GNU $ac_path_EGREP
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:3464:case `"$ac_path_EGREP" --version 2>&1` in
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-3465-*GNU*)
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-3624-do :
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:3625:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-3626-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-3629-  cat >>confdefs.h <<_ACEOF
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:3630:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-3631-_ACEOF
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-3817-test "x$ac_build_alias" = x &&
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:3818:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-3819-test "x$ac_build_alias" = x &&
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-3820-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:3821:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-3822-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-3841-IFS=$ac_save_IFS
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:3842:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-3843-
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-3852-else
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:3853:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-3854-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-3874-IFS=$ac_save_IFS
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:3875:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-3876-
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-3885-else
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:3886:  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-3887-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-3907-IFS=$ac_save_IFS
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:3908:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-3909-
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-5137-solaris=""
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:5138:if test `echo "$target_os" | sed 's/\..*//'` = solaris2 ; then
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-5139-	solaris="yes"
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-5193-    case $1 in
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:5194:    -L*) p=`echo $1 | sed 's/^-L//'` ;;
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:5195:    -I*) p=`echo $1 | sed 's/^-I//'` ;;
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-5196-    *) p=$1 ;;
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-5197-    esac
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:5198:    d=`dirname $p`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:5199:    f=`basename $p`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-5200-    ad=`(
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-5457-
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:5458:TCL_HI_VERS=`echo $TCL_VERS | sed 's/^\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)/\1.\2/'`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:5459:TCL_MAJOR_VERS=`echo $TCL_VERS | sed 's/^\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)/\1/'`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-5460-TCL_ALT_VERS=8.5
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-5462-TCL_OLD_VERS=8.4
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:5463:TCL_OLD_ALT_VERS=`echo $TCL_OLD_VERS | sed 's/\.//'`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-5464-
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-5788-		full_lib_name="tcl$TCL_HI_VERS"
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:5789:		simple_lib_name=`echo $full_lib_name | sed -e 's/\.//'`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:5790:		other_simple_lib_name=`echo $full_lib_name | sed -e 's/\./_/'`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:5791:		simpler_lib_name=`echo $simple_lib_name | sed -e 'y/0123456789/          /'`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-5792-	double_break=false
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-6006-# absolutize it
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:6007:V_TCLSH=`absolutize $V_TCLSH`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-6008-PATH=$oldpath
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-6059-
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:6060:TK_HI_VERS=`echo $TK_VERS | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)/\1.\2/'`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:6061:TK_MAJOR_VERS=`echo $TK_VERS | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)/\1/'`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-6062-TK_ALT_VERS=8.5
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-6064-TK_OLD_VERS=8.4
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:6065:TK_OLD_ALT_VERS=`echo $TK_OLD_VERS | sed 's/\.//'`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-6066-
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-6296-		full_lib_name="tk$TK_HI_VERS"
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:6297:		simple_lib_name=`echo $full_lib_name | sed -e 's/\.//'`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:6298:		other_simple_lib_name=`echo $full_lib_name | sed -e 's/\./_/'`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:6299:		simpler_lib_name=`echo $simple_lib_name | sed -e 'y/0123456789/          /'`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-6300-	double_break=false
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-6546-		full_lib_name="otcl$OTCL_VERS"
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:6547:		simple_lib_name=`echo $full_lib_name | sed -e 's/\.//'`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:6548:		other_simple_lib_name=`echo $full_lib_name | sed -e 's/\./_/'`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:6549:		simpler_lib_name=`echo $simple_lib_name | sed -e 'y/0123456789/          /'`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-6550-	double_break=false
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-6778-		full_lib_name="tclcl$tclcl_VERS"
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:6779:		simple_lib_name=`echo $full_lib_name | sed -e 's/\.//'`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:6780:		other_simple_lib_name=`echo $full_lib_name | sed -e 's/\./_/'`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:6781:		simpler_lib_name=`echo $simple_lib_name | sed -e 'y/0123456789/          /'`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-6782-	double_break=false
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-7260-		full_lib_name="tcldbg"
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:7261:		simple_lib_name=`echo $full_lib_name | sed -e 's/\.//'`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:7262:		other_simple_lib_name=`echo $full_lib_name | sed -e 's/\./_/'`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:7263:		simpler_lib_name=`echo $simple_lib_name | sed -e 'y/0123456789/          /'`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-7264-	double_break=false
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-7412-		full_lib_name="dmalloc"
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:7413:		simple_lib_name=`echo $full_lib_name | sed -e 's/\.//'`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:7414:		other_simple_lib_name=`echo $full_lib_name | sed -e 's/\./_/'`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:7415:		simpler_lib_name=`echo $simple_lib_name | sed -e 'y/0123456789/          /'`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-7416-	double_break=false
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-7639-
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:7640:PERL_PLACES=`echo $PATH | sed 's/:/ /g'`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-7641-
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-7903-do :
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:7904:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-7905-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-7907-  cat >>confdefs.h <<_ACEOF
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:7908:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-7909-_ACEOF
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-7957-do :
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:7958:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-7959-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-7961-  cat >>confdefs.h <<_ACEOF
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:7962:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-7963-_ACEOF
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-8096-do :
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:8097:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-8098-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-8100-  cat >>confdefs.h <<_ACEOF
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:8101:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-8102-_ACEOF
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-8350-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:8351:	    system=MP-RAS-`awk '{print $3}' /etc/.relid`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-8352-	fi
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-8554-$as_echo_n "checking for import libraries... " >&6; }
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:8555:	V_IMPORT_LIBS=`echo "$V_LIBS" | sed "s/-L//g" | sed "s/ \-l/\/lib/g" | sed "s/ /\.a /g" `
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-8556-	for libfile in $V_IMPORT_LIBS ; do
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-8773-####XXX:if test "enable_shlib" != "no" ; then
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:8774:    if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-8775-	case $system in
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-9210-		*)
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:9211:			as_ac_Lib=`$as_echo "ac_cv_lib_$V_LIB_DL''_main" | $as_tr_sh`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-9212-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -l$V_LIB_DL" >&5
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-9244-  cat >>confdefs.h <<_ACEOF
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:9245:#define `$as_echo "HAVE_LIB$V_LIB_DL" | $as_tr_cpp` 1
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-9246-_ACEOF
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-9292-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:9293:	    system=MP-RAS-`awk '{print $3}' /etc/.relid`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-9294-	fi
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-9337-	case $p in
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:9338:	-L* | -I*) tmp="$tmp `absolutize $p`";;
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-9339-	*) tmp="$tmp $p";;
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-9345-# Replace relative path with absolute path
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:9346:V_LIB_TCLCL=`absolutize_list $V_LIB_TCLCL`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:9347:V_LIB_OTCL=`absolutize_list $V_LIB_OTCL`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:9348:V_LIB_TCL=`absolutize_list $V_LIB_TCL`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:9349:V_LIB_TK=`absolutize_list $V_LIB_TK`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:9350:V_LIBS=`absolutize_list $V_LIBS`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:9351:V_INCLUDES=`absolutize_list $V_INCLUDES`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-9352-
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-9573-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:9574:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-9575-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-9640-if test -z "$BASH_VERSION$ZSH_VERSION" \
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:9641:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-9642-  as_echo='print -r --'
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-9643-  as_echo_n='print -rn --'
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:9644:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-9645-  as_echo='printf %s\n'
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-9647-else
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:9648:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-9649-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-9657-	expr "X$arg" : "X\\(.*\\)$as_nl";
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:9658:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-9659-      esac;
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-9734-# ----------------------------------------
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:9735:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-9736-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-9806-  {
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:9807:    as_val=`expr "$@" || test $? -eq 1`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-9808-  }
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-9910-      case $as_dir in #(
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:9911:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-9912-      *) as_qdir=$as_dir;;
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-9967-	esac;
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:9968:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-9969-	???[sx]*):;;*)false;;esac;fi
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-10053-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:10054:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-10055-ac_cs_version="\\
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-10076-  --*=?*)
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:10077:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:10078:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-10079-    ac_shift=:
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-10081-  --*=)
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:10082:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-10083-    ac_optarg=
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-10105-    case $ac_optarg in
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:10106:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-10107-    '') as_fn_error $? "missing file argument" ;;
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-10113-    case $ac_optarg in
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:10114:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-10115-    esac
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-10240-fi
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:10241:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-10242-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-10257-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:10258:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-10259-ac_delim='%!_!# '
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-10263-
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:10264:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-10265-  if test $ac_delim_n = $ac_delim_num; then
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-10401-for ac_last_try in false false :; do
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:10402:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-10403-  if test -z "$ac_tt"; then
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-10533-      esac
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:10534:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-10535-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-10592-*)
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:10593:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-10594-  # A ".." for each directory in $ac_dir_suffix.
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:10595:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-10596-  case $ac_top_builddir_sub in
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-10648-/@mandir@/p'
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:10649:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-10650-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-10665-
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:10666:# Neutralize VPATH when `$srcdir' = `.'.
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-10667-# Shell code in configure.ac might set extrasub.
##############################################
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-10692-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure:10693:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
ns2-2.35+dfsg/.pc/0002-tclcl-header-move.patch.patch/configure-10694-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/conf/configure.in.tcl-10-
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/conf/configure.in.tcl:11:TCL_HI_VERS=`echo $TCL_VERS | sed 's/^\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\1.\2/'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/conf/configure.in.tcl:12:TCL_MAJOR_VERS=`echo $TCL_VERS | sed 's/^\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\1/'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/conf/configure.in.tcl-13-TCL_ALT_VERS=8.5
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/conf/configure.in.tcl-16-TCL_OLD_VERS=8.4
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/conf/configure.in.tcl:17:TCL_OLD_ALT_VERS=`echo $TCL_OLD_VERS | sed 's/\.//'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/conf/configure.in.tcl-18-
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/conf/configure.in.tcl-251-# absolutize it
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/conf/configure.in.tcl:252:V_TCLSH=`absolutize $V_TCLSH`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/conf/configure.in.tcl-253-PATH=$oldpath
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/conf/configure.in.tk-11-
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/conf/configure.in.tk:12:TK_HI_VERS=`echo $TK_VERS | sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\1.\2/'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/conf/configure.in.tk:13:TK_MAJOR_VERS=`echo $TK_VERS | sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\1/'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/conf/configure.in.tk-14-TK_ALT_VERS=8.5
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/conf/configure.in.tk-17-TK_OLD_VERS=8.4
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/conf/configure.in.tk:18:TK_OLD_ALT_VERS=`echo $TK_OLD_VERS | sed 's/\.//'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/conf/configure.in.tk-19-
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-47-  as_echo='print -r --'
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-48-  as_echo_n='print -rn --'
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-50-  as_echo='printf %s\n'
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-52-else
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-64-      esac;
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-173-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:174:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-175-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-296-      case $as_dir in #(
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:297:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-298-      *) as_qdir=$as_dir;;
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-361-  {
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:362:    as_val=`expr "$@" || test $? -eq 1`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-363-  }
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-368-# ----------------------------------------
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:369:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-370-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-431-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:432:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-433-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-522-	esac;
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:523:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-524-	???[sx]*):;;*)false;;esac;fi
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-812-  case $ac_option in
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:813:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-814-  *=)   ac_optarg= ;;
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-856-  -disable-* | --disable-*)
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:857:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-858-    # Reject names that are not valid shell variable names.
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-861-    ac_useropt_orig=$ac_useropt
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:862:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-863-    case $ac_user_opts in
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-882-  -enable-* | --enable-*)
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:883:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-884-    # Reject names that are not valid shell variable names.
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-887-    ac_useropt_orig=$ac_useropt
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:888:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-889-    case $ac_user_opts in
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-1086-  -with-* | --with-*)
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:1087:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-1088-    # Reject names that are not valid shell variable names.
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-1091-    ac_useropt_orig=$ac_useropt
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:1092:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-1093-    case $ac_user_opts in
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-1102-  -without-* | --without-*)
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:1103:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-1104-    # Reject names that are not valid shell variable names.
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-1107-    ac_useropt_orig=$ac_useropt
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:1108:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-1109-    case $ac_user_opts in
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-1140-  *=*)
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:1141:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-1142-    # Reject names that are not valid shell variable names.
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-1161-if test -n "$ac_prev"; then
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:1162:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-1163-  as_fn_error $? "missing argument to $ac_option"
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-1183-    */ )
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:1184:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-1185-      eval $ac_var=\$ac_val;;
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-1220-ac_ls_di=`ls -di .` &&
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:1221:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-1222-  as_fn_error $? "working directory cannot be determined"
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-1276-case $srcdir in
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:1277:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-1278-esac
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-1319-By default, \`make install' will install all the files in
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:1320:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:1321:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-1322-for instance \`--prefix=\$HOME'.
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-1418-*)
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:1419:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-1420-  # A ".." for each directory in $ac_dir_suffix.
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:1421:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-1422-  case $ac_top_builddir_sub in
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-2172-    *\'*)
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:2173:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-2174-    esac
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-2255-      case $ac_val in
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:2256:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-2257-      esac
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-2270-	case $ac_val in
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:2271:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-2272-	esac
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-2390-    set,)
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:2391:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:2392:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-2393-      ac_cache_corrupted=: ;;
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-2401-	# differences in whitespace do not lead to failure.
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:2402:	ac_old_val_w=`echo x $ac_old_val`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:2403:	ac_new_val_w=`echo x $ac_new_val`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-2404-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-2421-    case $ac_new_val in
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:2422:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-2423-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-2795-$as_echo_n "checking whether the C compiler works... " >&6; }
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:2796:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-2797-
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-2839-	then :; else
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:2840:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-2841-	fi
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-2899-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:2900:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-2901-	  break;;
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-3008-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:3009:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-3010-       break;;
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-3397-  # Check for GNU $ac_path_GREP
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:3398:case `"$ac_path_GREP" --version 2>&1` in
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-3399-*GNU*)
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-3463-  # Check for GNU $ac_path_EGREP
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:3464:case `"$ac_path_EGREP" --version 2>&1` in
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-3465-*GNU*)
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-3624-do :
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:3625:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-3626-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-3629-  cat >>confdefs.h <<_ACEOF
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:3630:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-3631-_ACEOF
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-3817-test "x$ac_build_alias" = x &&
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:3818:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-3819-test "x$ac_build_alias" = x &&
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-3820-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:3821:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-3822-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-3841-IFS=$ac_save_IFS
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:3842:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-3843-
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-3852-else
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:3853:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-3854-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-3874-IFS=$ac_save_IFS
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:3875:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-3876-
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-3885-else
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:3886:  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-3887-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-3907-IFS=$ac_save_IFS
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:3908:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-3909-
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-5137-solaris=""
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:5138:if test `echo "$target_os" | sed 's/\..*//'` = solaris2 ; then
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-5139-	solaris="yes"
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-5193-    case $1 in
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:5194:    -L*) p=`echo $1 | sed 's/^-L//'` ;;
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:5195:    -I*) p=`echo $1 | sed 's/^-I//'` ;;
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-5196-    *) p=$1 ;;
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-5197-    esac
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:5198:    d=`dirname $p`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:5199:    f=`basename $p`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-5200-    ad=`(
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-5457-
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:5458:TCL_HI_VERS=`echo $TCL_VERS | sed 's/^\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)/\1.\2/'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:5459:TCL_MAJOR_VERS=`echo $TCL_VERS | sed 's/^\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)/\1/'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-5460-TCL_ALT_VERS=8.5
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-5462-TCL_OLD_VERS=8.4
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:5463:TCL_OLD_ALT_VERS=`echo $TCL_OLD_VERS | sed 's/\.//'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-5464-
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-5788-		full_lib_name="tcl$TCL_HI_VERS"
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:5789:		simple_lib_name=`echo $full_lib_name | sed -e 's/\.//'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:5790:		other_simple_lib_name=`echo $full_lib_name | sed -e 's/\./_/'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:5791:		simpler_lib_name=`echo $simple_lib_name | sed -e 'y/0123456789/          /'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-5792-	double_break=false
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-6006-# absolutize it
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:6007:V_TCLSH=`absolutize $V_TCLSH`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-6008-PATH=$oldpath
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-6059-
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:6060:TK_HI_VERS=`echo $TK_VERS | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)/\1.\2/'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:6061:TK_MAJOR_VERS=`echo $TK_VERS | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)/\1/'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-6062-TK_ALT_VERS=8.5
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-6064-TK_OLD_VERS=8.4
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:6065:TK_OLD_ALT_VERS=`echo $TK_OLD_VERS | sed 's/\.//'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-6066-
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-6296-		full_lib_name="tk$TK_HI_VERS"
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:6297:		simple_lib_name=`echo $full_lib_name | sed -e 's/\.//'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:6298:		other_simple_lib_name=`echo $full_lib_name | sed -e 's/\./_/'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:6299:		simpler_lib_name=`echo $simple_lib_name | sed -e 'y/0123456789/          /'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-6300-	double_break=false
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-6546-		full_lib_name="otcl$OTCL_VERS"
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:6547:		simple_lib_name=`echo $full_lib_name | sed -e 's/\.//'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:6548:		other_simple_lib_name=`echo $full_lib_name | sed -e 's/\./_/'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:6549:		simpler_lib_name=`echo $simple_lib_name | sed -e 'y/0123456789/          /'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-6550-	double_break=false
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-6779-		full_lib_name="tclcl$tclcl_VERS"
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:6780:		simple_lib_name=`echo $full_lib_name | sed -e 's/\.//'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:6781:		other_simple_lib_name=`echo $full_lib_name | sed -e 's/\./_/'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:6782:		simpler_lib_name=`echo $simple_lib_name | sed -e 'y/0123456789/          /'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-6783-	double_break=false
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-7261-		full_lib_name="tcldbg"
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:7262:		simple_lib_name=`echo $full_lib_name | sed -e 's/\.//'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:7263:		other_simple_lib_name=`echo $full_lib_name | sed -e 's/\./_/'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:7264:		simpler_lib_name=`echo $simple_lib_name | sed -e 'y/0123456789/          /'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-7265-	double_break=false
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-7413-		full_lib_name="dmalloc"
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:7414:		simple_lib_name=`echo $full_lib_name | sed -e 's/\.//'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:7415:		other_simple_lib_name=`echo $full_lib_name | sed -e 's/\./_/'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:7416:		simpler_lib_name=`echo $simple_lib_name | sed -e 'y/0123456789/          /'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-7417-	double_break=false
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-7640-
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:7641:PERL_PLACES=`echo $PATH | sed 's/:/ /g'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-7642-
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-7904-do :
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:7905:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-7906-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-7908-  cat >>confdefs.h <<_ACEOF
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:7909:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-7910-_ACEOF
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-7958-do :
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:7959:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-7960-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-7962-  cat >>confdefs.h <<_ACEOF
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:7963:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-7964-_ACEOF
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-8097-do :
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:8098:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-8099-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-8101-  cat >>confdefs.h <<_ACEOF
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:8102:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-8103-_ACEOF
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-8351-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:8352:	    system=MP-RAS-`awk '{print $3}' /etc/.relid`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-8353-	fi
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-8555-$as_echo_n "checking for import libraries... " >&6; }
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:8556:	V_IMPORT_LIBS=`echo "$V_LIBS" | sed "s/-L//g" | sed "s/ \-l/\/lib/g" | sed "s/ /\.a /g" `
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-8557-	for libfile in $V_IMPORT_LIBS ; do
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-8774-####XXX:if test "enable_shlib" != "no" ; then
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:8775:    if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-8776-	case $system in
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-9211-		*)
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:9212:			as_ac_Lib=`$as_echo "ac_cv_lib_$V_LIB_DL''_main" | $as_tr_sh`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-9213-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -l$V_LIB_DL" >&5
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-9245-  cat >>confdefs.h <<_ACEOF
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:9246:#define `$as_echo "HAVE_LIB$V_LIB_DL" | $as_tr_cpp` 1
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-9247-_ACEOF
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-9293-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:9294:	    system=MP-RAS-`awk '{print $3}' /etc/.relid`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-9295-	fi
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-9338-	case $p in
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:9339:	-L* | -I*) tmp="$tmp `absolutize $p`";;
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-9340-	*) tmp="$tmp $p";;
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-9346-# Replace relative path with absolute path
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:9347:V_LIB_TCLCL=`absolutize_list $V_LIB_TCLCL`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:9348:V_LIB_OTCL=`absolutize_list $V_LIB_OTCL`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:9349:V_LIB_TCL=`absolutize_list $V_LIB_TCL`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:9350:V_LIB_TK=`absolutize_list $V_LIB_TK`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:9351:V_LIBS=`absolutize_list $V_LIBS`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:9352:V_INCLUDES=`absolutize_list $V_INCLUDES`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-9353-
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-9574-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:9575:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-9576-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-9641-if test -z "$BASH_VERSION$ZSH_VERSION" \
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:9642:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-9643-  as_echo='print -r --'
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-9644-  as_echo_n='print -rn --'
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:9645:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-9646-  as_echo='printf %s\n'
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-9648-else
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:9649:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-9650-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-9658-	expr "X$arg" : "X\\(.*\\)$as_nl";
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:9659:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-9660-      esac;
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-9735-# ----------------------------------------
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:9736:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-9737-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-9807-  {
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:9808:    as_val=`expr "$@" || test $? -eq 1`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-9809-  }
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-9911-      case $as_dir in #(
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:9912:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-9913-      *) as_qdir=$as_dir;;
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-9968-	esac;
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:9969:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-9970-	???[sx]*):;;*)false;;esac;fi
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-10054-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:10055:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-10056-ac_cs_version="\\
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-10077-  --*=?*)
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:10078:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:10079:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-10080-    ac_shift=:
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-10082-  --*=)
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:10083:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-10084-    ac_optarg=
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-10106-    case $ac_optarg in
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:10107:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-10108-    '') as_fn_error $? "missing file argument" ;;
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-10114-    case $ac_optarg in
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:10115:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-10116-    esac
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-10241-fi
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:10242:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-10243-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-10258-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:10259:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-10260-ac_delim='%!_!# '
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-10264-
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:10265:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-10266-  if test $ac_delim_n = $ac_delim_num; then
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-10402-for ac_last_try in false false :; do
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:10403:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-10404-  if test -z "$ac_tt"; then
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-10534-      esac
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:10535:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-10536-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-10593-*)
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:10594:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-10595-  # A ".." for each directory in $ac_dir_suffix.
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:10596:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-10597-  case $ac_top_builddir_sub in
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-10649-/@mandir@/p'
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:10650:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-10651-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-10666-
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:10667:# Neutralize VPATH when `$srcdir' = `.'.
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-10668-# Shell code in configure.ac might set extrasub.
##############################################
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-10693-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure:10694:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
ns2-2.35+dfsg/.pc/0005-fix-for-multiarch-tcltk.patch/configure-10695-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-47-  as_echo='print -r --'
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-48-  as_echo_n='print -rn --'
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-50-  as_echo='printf %s\n'
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-52-else
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-64-      esac;
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-173-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:174:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-175-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-296-      case $as_dir in #(
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:297:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-298-      *) as_qdir=$as_dir;;
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-361-  {
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:362:    as_val=`expr "$@" || test $? -eq 1`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-363-  }
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-368-# ----------------------------------------
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:369:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-370-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-431-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:432:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-433-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-522-	esac;
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:523:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-524-	???[sx]*):;;*)false;;esac;fi
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-812-  case $ac_option in
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:813:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-814-  *=)   ac_optarg= ;;
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-856-  -disable-* | --disable-*)
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:857:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-858-    # Reject names that are not valid shell variable names.
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-861-    ac_useropt_orig=$ac_useropt
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:862:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-863-    case $ac_user_opts in
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-882-  -enable-* | --enable-*)
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:883:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-884-    # Reject names that are not valid shell variable names.
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-887-    ac_useropt_orig=$ac_useropt
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:888:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-889-    case $ac_user_opts in
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-1086-  -with-* | --with-*)
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:1087:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-1088-    # Reject names that are not valid shell variable names.
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-1091-    ac_useropt_orig=$ac_useropt
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:1092:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-1093-    case $ac_user_opts in
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-1102-  -without-* | --without-*)
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:1103:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-1104-    # Reject names that are not valid shell variable names.
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-1107-    ac_useropt_orig=$ac_useropt
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:1108:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-1109-    case $ac_user_opts in
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-1140-  *=*)
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:1141:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-1142-    # Reject names that are not valid shell variable names.
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-1161-if test -n "$ac_prev"; then
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:1162:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-1163-  as_fn_error $? "missing argument to $ac_option"
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-1183-    */ )
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:1184:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-1185-      eval $ac_var=\$ac_val;;
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-1220-ac_ls_di=`ls -di .` &&
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:1221:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-1222-  as_fn_error $? "working directory cannot be determined"
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-1276-case $srcdir in
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:1277:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-1278-esac
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-1319-By default, \`make install' will install all the files in
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:1320:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:1321:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-1322-for instance \`--prefix=\$HOME'.
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-1418-*)
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:1419:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-1420-  # A ".." for each directory in $ac_dir_suffix.
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:1421:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-1422-  case $ac_top_builddir_sub in
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-2172-    *\'*)
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:2173:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-2174-    esac
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-2255-      case $ac_val in
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:2256:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-2257-      esac
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-2270-	case $ac_val in
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:2271:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-2272-	esac
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-2390-    set,)
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:2391:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:2392:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-2393-      ac_cache_corrupted=: ;;
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-2401-	# differences in whitespace do not lead to failure.
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:2402:	ac_old_val_w=`echo x $ac_old_val`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:2403:	ac_new_val_w=`echo x $ac_new_val`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-2404-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-2421-    case $ac_new_val in
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:2422:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-2423-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-2795-$as_echo_n "checking whether the C compiler works... " >&6; }
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:2796:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-2797-
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-2839-	then :; else
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:2840:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-2841-	fi
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-2899-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:2900:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-2901-	  break;;
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-3008-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:3009:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-3010-       break;;
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-3397-  # Check for GNU $ac_path_GREP
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:3398:case `"$ac_path_GREP" --version 2>&1` in
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-3399-*GNU*)
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-3463-  # Check for GNU $ac_path_EGREP
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:3464:case `"$ac_path_EGREP" --version 2>&1` in
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-3465-*GNU*)
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-3624-do :
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:3625:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-3626-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-3629-  cat >>confdefs.h <<_ACEOF
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:3630:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-3631-_ACEOF
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-3817-test "x$ac_build_alias" = x &&
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:3818:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-3819-test "x$ac_build_alias" = x &&
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-3820-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:3821:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-3822-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-3841-IFS=$ac_save_IFS
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:3842:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-3843-
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-3852-else
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:3853:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-3854-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-3874-IFS=$ac_save_IFS
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:3875:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-3876-
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-3885-else
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:3886:  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-3887-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-3907-IFS=$ac_save_IFS
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:3908:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-3909-
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-5137-solaris=""
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:5138:if test `echo "$target_os" | sed 's/\..*//'` = solaris2 ; then
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-5139-	solaris="yes"
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-5193-    case $1 in
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:5194:    -L*) p=`echo $1 | sed 's/^-L//'` ;;
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:5195:    -I*) p=`echo $1 | sed 's/^-I//'` ;;
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-5196-    *) p=$1 ;;
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-5197-    esac
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:5198:    d=`dirname $p`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:5199:    f=`basename $p`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-5200-    ad=`(
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-5457-
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:5458:TCL_HI_VERS=`echo $TCL_VERS | sed 's/^\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)/\1.\2/'`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:5459:TCL_MAJOR_VERS=`echo $TCL_VERS | sed 's/^\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)/\1/'`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-5460-TCL_ALT_VERS=8.5
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-5462-TCL_OLD_VERS=8.4
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:5463:TCL_OLD_ALT_VERS=`echo $TCL_OLD_VERS | sed 's/\.//'`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-5464-
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-5789-		full_lib_name="tcl$TCL_HI_VERS"
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:5790:		simple_lib_name=`echo $full_lib_name | sed -e 's/\.//'`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:5791:		other_simple_lib_name=`echo $full_lib_name | sed -e 's/\./_/'`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:5792:		simpler_lib_name=`echo $simple_lib_name | sed -e 'y/0123456789/          /'`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-5793-	double_break=false
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-6007-# absolutize it
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:6008:V_TCLSH=`absolutize $V_TCLSH`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-6009-PATH=$oldpath
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-6060-
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:6061:TK_HI_VERS=`echo $TK_VERS | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)/\1.\2/'`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:6062:TK_MAJOR_VERS=`echo $TK_VERS | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)/\1/'`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-6063-TK_ALT_VERS=8.5
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-6065-TK_OLD_VERS=8.4
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:6066:TK_OLD_ALT_VERS=`echo $TK_OLD_VERS | sed 's/\.//'`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-6067-
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-6299-		full_lib_name="tk$TK_HI_VERS"
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:6300:		simple_lib_name=`echo $full_lib_name | sed -e 's/\.//'`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:6301:		other_simple_lib_name=`echo $full_lib_name | sed -e 's/\./_/'`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:6302:		simpler_lib_name=`echo $simple_lib_name | sed -e 'y/0123456789/          /'`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-6303-	double_break=false
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-6549-		full_lib_name="otcl$OTCL_VERS"
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:6550:		simple_lib_name=`echo $full_lib_name | sed -e 's/\.//'`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:6551:		other_simple_lib_name=`echo $full_lib_name | sed -e 's/\./_/'`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:6552:		simpler_lib_name=`echo $simple_lib_name | sed -e 'y/0123456789/          /'`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-6553-	double_break=false
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-6782-		full_lib_name="tclcl$tclcl_VERS"
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:6783:		simple_lib_name=`echo $full_lib_name | sed -e 's/\.//'`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:6784:		other_simple_lib_name=`echo $full_lib_name | sed -e 's/\./_/'`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:6785:		simpler_lib_name=`echo $simple_lib_name | sed -e 'y/0123456789/          /'`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-6786-	double_break=false
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-7264-		full_lib_name="tcldbg"
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:7265:		simple_lib_name=`echo $full_lib_name | sed -e 's/\.//'`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:7266:		other_simple_lib_name=`echo $full_lib_name | sed -e 's/\./_/'`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:7267:		simpler_lib_name=`echo $simple_lib_name | sed -e 'y/0123456789/          /'`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-7268-	double_break=false
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-7416-		full_lib_name="dmalloc"
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:7417:		simple_lib_name=`echo $full_lib_name | sed -e 's/\.//'`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:7418:		other_simple_lib_name=`echo $full_lib_name | sed -e 's/\./_/'`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:7419:		simpler_lib_name=`echo $simple_lib_name | sed -e 'y/0123456789/          /'`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-7420-	double_break=false
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-7643-
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:7644:PERL_PLACES=`echo $PATH | sed 's/:/ /g'`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-7645-
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-7907-do :
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:7908:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-7909-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-7911-  cat >>confdefs.h <<_ACEOF
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:7912:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-7913-_ACEOF
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-7961-do :
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:7962:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-7963-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-7965-  cat >>confdefs.h <<_ACEOF
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:7966:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-7967-_ACEOF
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-8100-do :
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:8101:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-8102-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-8104-  cat >>confdefs.h <<_ACEOF
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:8105:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-8106-_ACEOF
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-8354-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:8355:	    system=MP-RAS-`awk '{print $3}' /etc/.relid`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-8356-	fi
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-8558-$as_echo_n "checking for import libraries... " >&6; }
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:8559:	V_IMPORT_LIBS=`echo "$V_LIBS" | sed "s/-L//g" | sed "s/ \-l/\/lib/g" | sed "s/ /\.a /g" `
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-8560-	for libfile in $V_IMPORT_LIBS ; do
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-8777-####XXX:if test "enable_shlib" != "no" ; then
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:8778:    if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-8779-	case $system in
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-9214-		*)
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:9215:			as_ac_Lib=`$as_echo "ac_cv_lib_$V_LIB_DL''_main" | $as_tr_sh`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-9216-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -l$V_LIB_DL" >&5
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-9248-  cat >>confdefs.h <<_ACEOF
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:9249:#define `$as_echo "HAVE_LIB$V_LIB_DL" | $as_tr_cpp` 1
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-9250-_ACEOF
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-9296-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:9297:	    system=MP-RAS-`awk '{print $3}' /etc/.relid`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-9298-	fi
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-9341-	case $p in
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:9342:	-L* | -I*) tmp="$tmp `absolutize $p`";;
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-9343-	*) tmp="$tmp $p";;
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-9349-# Replace relative path with absolute path
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:9350:V_LIB_TCLCL=`absolutize_list $V_LIB_TCLCL`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:9351:V_LIB_OTCL=`absolutize_list $V_LIB_OTCL`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:9352:V_LIB_TCL=`absolutize_list $V_LIB_TCL`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:9353:V_LIB_TK=`absolutize_list $V_LIB_TK`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:9354:V_LIBS=`absolutize_list $V_LIBS`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:9355:V_INCLUDES=`absolutize_list $V_INCLUDES`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-9356-
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-9577-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:9578:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-9579-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-9644-if test -z "$BASH_VERSION$ZSH_VERSION" \
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:9645:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-9646-  as_echo='print -r --'
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-9647-  as_echo_n='print -rn --'
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:9648:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-9649-  as_echo='printf %s\n'
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-9651-else
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:9652:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-9653-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-9661-	expr "X$arg" : "X\\(.*\\)$as_nl";
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:9662:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-9663-      esac;
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-9738-# ----------------------------------------
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:9739:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-9740-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-9810-  {
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:9811:    as_val=`expr "$@" || test $? -eq 1`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-9812-  }
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-9914-      case $as_dir in #(
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:9915:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-9916-      *) as_qdir=$as_dir;;
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-9971-	esac;
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:9972:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-9973-	???[sx]*):;;*)false;;esac;fi
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-10057-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:10058:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-10059-ac_cs_version="\\
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-10080-  --*=?*)
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:10081:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:10082:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-10083-    ac_shift=:
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-10085-  --*=)
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:10086:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-10087-    ac_optarg=
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-10109-    case $ac_optarg in
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:10110:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-10111-    '') as_fn_error $? "missing file argument" ;;
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-10117-    case $ac_optarg in
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:10118:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-10119-    esac
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-10244-fi
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:10245:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-10246-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-10261-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:10262:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-10263-ac_delim='%!_!# '
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-10267-
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:10268:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-10269-  if test $ac_delim_n = $ac_delim_num; then
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-10405-for ac_last_try in false false :; do
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:10406:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-10407-  if test -z "$ac_tt"; then
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-10537-      esac
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:10538:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-10539-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-10596-*)
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:10597:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-10598-  # A ".." for each directory in $ac_dir_suffix.
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:10599:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-10600-  case $ac_top_builddir_sub in
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-10652-/@mandir@/p'
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:10653:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-10654-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-10669-
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:10670:# Neutralize VPATH when `$srcdir' = `.'.
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-10671-# Shell code in configure.ac might set extrasub.
##############################################
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-10696-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure:10697:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
ns2-2.35+dfsg/.pc/0006-hack-for-tcl8.6.patch/configure-10698-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc-96-#ifdef DEBUG_ADP
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc:97:			fprintf(stdout, "\tre-sending darq for node %d\n", HDR_IP(p)->daddr());
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc-98-#endif
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc:99:			sendDarq(HDR_IP(p)->daddr(), HDR_CMN(p)->uid());			
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc-100-		}
##############################################
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc-156-		
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc:157:	sendPktIh_->saddr() = mdart_->id_;
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc:158:	sendPktIh_->daddr() = nextHop_;
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc-159-	sendPktIh_->sport() = RT_PORT;
##############################################
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc-173-#ifdef DEBUG_ADP
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc:174:	fprintf(stdout, "\tsendPktIh_->saddr = %d\n", sendPktIh_->saddr());
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc:175:	fprintf(stdout, "\tsendPktIh_->daddr = %d\n", sendPktIh_->daddr());
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc-176-	fprintf(stdout, "\tsendPktRh_->srcId_ = %d\n", sendPktRh_->srcId_);
##############################################
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc-254-	recvPktCh_->next_hop() = nextHop_;		
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc:255:	recvPktIh_->daddr() = nextHop_;
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc-256-	recvPktRh_->forId_ = mdart_->id_;
##############################################
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc-259-#ifdef DEBUG_ADP
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc:260:	fprintf(stdout, "\trecvPktIh_->saddr = %d\n", recvPktIh_->saddr());
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc:261:	fprintf(stdout, "\trecvPktIh_->daddr = %d\n", recvPktIh_->daddr());
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc-262-	fprintf(stdout, "\trecvPktRh_->srcId_ = %d\n", recvPktRh_->srcId_);
##############################################
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc-295-	
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc:296:	sendPktIh_->saddr() = mdart_->id_;
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc:297://	sendPktIh_->daddr() = recvPktRh_->forId_;
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc:298:	sendPktIh_->daddr() = nextHop_;
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc-299-	sendPktIh_->sport() = RT_PORT;
##############################################
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc-314-#ifdef DEBUG_ADP
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc:315:	fprintf(stdout, "\tsendPktIh_->saddr = %d\n", sendPktIh_->saddr());
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc:316:	fprintf(stdout, "\tsendPktIh_->daddr = %d\n", sendPktIh_->daddr());
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc-317-	fprintf(stdout, "\tsendPktRh_->srcId = %d\n", sendPktRh_->srcId_);
##############################################
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc-370-	recvPktCh_->next_hop() = nextHop_;		
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc:371://	recvPktIh_->saddr() = mdart_->address_;
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc:372:	recvPktIh_->daddr() = nextHop_;
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc-373-//	recvPktRh_->dstId_ = findId(recvPktRh_->dstAdd_);
##############################################
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc-376-#ifdef DEBUG_ADP
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc:377:	fprintf(stdout, "\tsendPktIh_->saddr = %d\n", recvPktIh_->saddr());
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc:378:	fprintf(stdout, "\tsendPktIh_->daddr = %d\n", recvPktIh_->daddr());
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc-379-	fprintf(stdout, "\tsendPktRh_->srcId = %d\n", recvPktRh_->srcId_);
##############################################
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc-446-
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc:447:	sendPktIh_->saddr() = mdart_->id_;
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc:448:	sendPktIh_->daddr() = nextHop_;
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc-449-	sendPktIh_->sport() = RT_PORT;
##############################################
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc-462-#ifdef DEBUG_ADP
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc:463:	fprintf(stdout, "\tsendPktIh_->saddr = %d\n", sendPktIh_->saddr());
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc:464:	fprintf(stdout, "\tsendPktIh_->daddr = %d\n", sendPktIh_->daddr());
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc-465-	fprintf(stdout, "\tsendPktRh_->srcId_ = %d\n", sendPktRh_->srcId_);
##############################################
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc-537-	recvPktCh_->next_hop() = nextHop_;
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc:538:	recvPktIh_->daddr() = nextHop_;
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc-539-	recvPktRh_->forId_ = mdart_->id_;
##############################################
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc-542-#ifdef DEBUG_ADP
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc:543:	fprintf(stdout, "\trecvPktIh_->saddr = %d\n", recvPktIh_->saddr());
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc:544:	fprintf(stdout, "\trecvPktIh_->daddr = %d\n", recvPktIh_->daddr());
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc-545-	fprintf(stdout, "\trecvPktRh_->srcId_ = %d\n", recvPktRh_->srcId_);
##############################################
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc-571-
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc:572:	sendPktIh_->saddr() = mdart_->id_;
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc:573:	sendPktIh_->daddr() = IP_BROADCAST;
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc-574-	sendPktIh_->sport() = RT_PORT;
##############################################
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc-583-#ifdef DEBUG_ADP
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc:584:	fprintf(stdout, "\tsendPktIh_->saddr = %d\n", sendPktIh_->saddr());
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc:585:	fprintf(stdout, "\tsendPktIh_->daddr = %d\n", sendPktIh_->daddr());
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc-586-	fprintf(stdout, "\tsendPktRh_->srcId_ = %d\n", sendPktRh_->srcId_);
##############################################
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc-604-	struct hdr_ip *recvPktIh_ = HDR_IP(recvPkt);
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc:605:	fprintf(stdout, "\trecvPktIh_->saddr = %d\n", recvPktIh_->saddr());
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc:606:	fprintf(stdout, "\trecvPktIh_->daddr = %d\n", recvPktIh_->daddr());
ns2-2.35+dfsg/.pc/0007-fix-build-with-gcc6.patch/mdart/mdart_adp.cc-607-	fprintf(stdout, "\trecvPktRh_->srcId_ = %d\n", recvPktRh_->srcId_);
##############################################
ns2-2.35+dfsg/Makefile.in-600-srctar:
ns2-2.35+dfsg/Makefile.in:601:	@cwd=`pwd` ; dir=`basename $$cwd` ; \
ns2-2.35+dfsg/Makefile.in-602-	    name=ns-`cat VERSION | tr A-Z a-z` ; \
##############################################
ns2-2.35+dfsg/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
ns2-2.35+dfsg/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
ns2-2.35+dfsg/configure-47-  as_echo='print -r --'
ns2-2.35+dfsg/configure-48-  as_echo_n='print -rn --'
ns2-2.35+dfsg/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
ns2-2.35+dfsg/configure-50-  as_echo='printf %s\n'
##############################################
ns2-2.35+dfsg/configure-52-else
ns2-2.35+dfsg/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
ns2-2.35+dfsg/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
ns2-2.35+dfsg/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
ns2-2.35+dfsg/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
ns2-2.35+dfsg/configure-64-      esac;
##############################################
ns2-2.35+dfsg/configure-173-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
ns2-2.35+dfsg/configure:174:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
ns2-2.35+dfsg/configure-175-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
ns2-2.35+dfsg/configure-296-      case $as_dir in #(
ns2-2.35+dfsg/configure:297:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
ns2-2.35+dfsg/configure-298-      *) as_qdir=$as_dir;;
##############################################
ns2-2.35+dfsg/configure-361-  {
ns2-2.35+dfsg/configure:362:    as_val=`expr "$@" || test $? -eq 1`
ns2-2.35+dfsg/configure-363-  }
##############################################
ns2-2.35+dfsg/configure-368-# ----------------------------------------
ns2-2.35+dfsg/configure:369:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
ns2-2.35+dfsg/configure-370-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
ns2-2.35+dfsg/configure-431-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
ns2-2.35+dfsg/configure:432:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
ns2-2.35+dfsg/configure-433-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
ns2-2.35+dfsg/configure-522-	esac;
ns2-2.35+dfsg/configure:523:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
ns2-2.35+dfsg/configure-524-	???[sx]*):;;*)false;;esac;fi
##############################################
ns2-2.35+dfsg/configure-812-  case $ac_option in
ns2-2.35+dfsg/configure:813:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
ns2-2.35+dfsg/configure-814-  *=)   ac_optarg= ;;
##############################################
ns2-2.35+dfsg/configure-856-  -disable-* | --disable-*)
ns2-2.35+dfsg/configure:857:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
ns2-2.35+dfsg/configure-858-    # Reject names that are not valid shell variable names.
##############################################
ns2-2.35+dfsg/configure-861-    ac_useropt_orig=$ac_useropt
ns2-2.35+dfsg/configure:862:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ns2-2.35+dfsg/configure-863-    case $ac_user_opts in
##############################################
ns2-2.35+dfsg/configure-882-  -enable-* | --enable-*)
ns2-2.35+dfsg/configure:883:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
ns2-2.35+dfsg/configure-884-    # Reject names that are not valid shell variable names.
##############################################
ns2-2.35+dfsg/configure-887-    ac_useropt_orig=$ac_useropt
ns2-2.35+dfsg/configure:888:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ns2-2.35+dfsg/configure-889-    case $ac_user_opts in
##############################################
ns2-2.35+dfsg/configure-1086-  -with-* | --with-*)
ns2-2.35+dfsg/configure:1087:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
ns2-2.35+dfsg/configure-1088-    # Reject names that are not valid shell variable names.
##############################################
ns2-2.35+dfsg/configure-1091-    ac_useropt_orig=$ac_useropt
ns2-2.35+dfsg/configure:1092:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ns2-2.35+dfsg/configure-1093-    case $ac_user_opts in
##############################################
ns2-2.35+dfsg/configure-1102-  -without-* | --without-*)
ns2-2.35+dfsg/configure:1103:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
ns2-2.35+dfsg/configure-1104-    # Reject names that are not valid shell variable names.
##############################################
ns2-2.35+dfsg/configure-1107-    ac_useropt_orig=$ac_useropt
ns2-2.35+dfsg/configure:1108:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ns2-2.35+dfsg/configure-1109-    case $ac_user_opts in
##############################################
ns2-2.35+dfsg/configure-1140-  *=*)
ns2-2.35+dfsg/configure:1141:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
ns2-2.35+dfsg/configure-1142-    # Reject names that are not valid shell variable names.
##############################################
ns2-2.35+dfsg/configure-1161-if test -n "$ac_prev"; then
ns2-2.35+dfsg/configure:1162:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
ns2-2.35+dfsg/configure-1163-  as_fn_error $? "missing argument to $ac_option"
##############################################
ns2-2.35+dfsg/configure-1183-    */ )
ns2-2.35+dfsg/configure:1184:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
ns2-2.35+dfsg/configure-1185-      eval $ac_var=\$ac_val;;
##############################################
ns2-2.35+dfsg/configure-1220-ac_ls_di=`ls -di .` &&
ns2-2.35+dfsg/configure:1221:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
ns2-2.35+dfsg/configure-1222-  as_fn_error $? "working directory cannot be determined"
##############################################
ns2-2.35+dfsg/configure-1276-case $srcdir in
ns2-2.35+dfsg/configure:1277:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
ns2-2.35+dfsg/configure-1278-esac
##############################################
ns2-2.35+dfsg/configure-1319-By default, \`make install' will install all the files in
ns2-2.35+dfsg/configure:1320:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
ns2-2.35+dfsg/configure:1321:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
ns2-2.35+dfsg/configure-1322-for instance \`--prefix=\$HOME'.
##############################################
ns2-2.35+dfsg/configure-1418-*)
ns2-2.35+dfsg/configure:1419:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
ns2-2.35+dfsg/configure-1420-  # A ".." for each directory in $ac_dir_suffix.
ns2-2.35+dfsg/configure:1421:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
ns2-2.35+dfsg/configure-1422-  case $ac_top_builddir_sub in
##############################################
ns2-2.35+dfsg/configure-2172-    *\'*)
ns2-2.35+dfsg/configure:2173:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
ns2-2.35+dfsg/configure-2174-    esac
##############################################
ns2-2.35+dfsg/configure-2255-      case $ac_val in
ns2-2.35+dfsg/configure:2256:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ns2-2.35+dfsg/configure-2257-      esac
##############################################
ns2-2.35+dfsg/configure-2270-	case $ac_val in
ns2-2.35+dfsg/configure:2271:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ns2-2.35+dfsg/configure-2272-	esac
##############################################
ns2-2.35+dfsg/configure-2390-    set,)
ns2-2.35+dfsg/configure:2391:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
ns2-2.35+dfsg/configure:2392:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
ns2-2.35+dfsg/configure-2393-      ac_cache_corrupted=: ;;
##############################################
ns2-2.35+dfsg/configure-2401-	# differences in whitespace do not lead to failure.
ns2-2.35+dfsg/configure:2402:	ac_old_val_w=`echo x $ac_old_val`
ns2-2.35+dfsg/configure:2403:	ac_new_val_w=`echo x $ac_new_val`
ns2-2.35+dfsg/configure-2404-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
ns2-2.35+dfsg/configure-2421-    case $ac_new_val in
ns2-2.35+dfsg/configure:2422:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
ns2-2.35+dfsg/configure-2423-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
ns2-2.35+dfsg/configure-2795-$as_echo_n "checking whether the C compiler works... " >&6; }
ns2-2.35+dfsg/configure:2796:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
ns2-2.35+dfsg/configure-2797-
##############################################
ns2-2.35+dfsg/configure-2839-	then :; else
ns2-2.35+dfsg/configure:2840:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ns2-2.35+dfsg/configure-2841-	fi
##############################################
ns2-2.35+dfsg/configure-2899-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
ns2-2.35+dfsg/configure:2900:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ns2-2.35+dfsg/configure-2901-	  break;;
##############################################
ns2-2.35+dfsg/configure-3008-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
ns2-2.35+dfsg/configure:3009:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
ns2-2.35+dfsg/configure-3010-       break;;
##############################################
ns2-2.35+dfsg/configure-3397-  # Check for GNU $ac_path_GREP
ns2-2.35+dfsg/configure:3398:case `"$ac_path_GREP" --version 2>&1` in
ns2-2.35+dfsg/configure-3399-*GNU*)
##############################################
ns2-2.35+dfsg/configure-3463-  # Check for GNU $ac_path_EGREP
ns2-2.35+dfsg/configure:3464:case `"$ac_path_EGREP" --version 2>&1` in
ns2-2.35+dfsg/configure-3465-*GNU*)
##############################################
ns2-2.35+dfsg/configure-3624-do :
ns2-2.35+dfsg/configure:3625:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ns2-2.35+dfsg/configure-3626-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
ns2-2.35+dfsg/configure-3629-  cat >>confdefs.h <<_ACEOF
ns2-2.35+dfsg/configure:3630:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ns2-2.35+dfsg/configure-3631-_ACEOF
##############################################
ns2-2.35+dfsg/configure-3817-test "x$ac_build_alias" = x &&
ns2-2.35+dfsg/configure:3818:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
ns2-2.35+dfsg/configure-3819-test "x$ac_build_alias" = x &&
ns2-2.35+dfsg/configure-3820-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
ns2-2.35+dfsg/configure:3821:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
ns2-2.35+dfsg/configure-3822-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
ns2-2.35+dfsg/configure-3841-IFS=$ac_save_IFS
ns2-2.35+dfsg/configure:3842:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
ns2-2.35+dfsg/configure-3843-
##############################################
ns2-2.35+dfsg/configure-3852-else
ns2-2.35+dfsg/configure:3853:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
ns2-2.35+dfsg/configure-3854-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
ns2-2.35+dfsg/configure-3874-IFS=$ac_save_IFS
ns2-2.35+dfsg/configure:3875:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
ns2-2.35+dfsg/configure-3876-
##############################################
ns2-2.35+dfsg/configure-3885-else
ns2-2.35+dfsg/configure:3886:  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
ns2-2.35+dfsg/configure-3887-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
##############################################
ns2-2.35+dfsg/configure-3907-IFS=$ac_save_IFS
ns2-2.35+dfsg/configure:3908:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
ns2-2.35+dfsg/configure-3909-
##############################################
ns2-2.35+dfsg/configure-5137-solaris=""
ns2-2.35+dfsg/configure:5138:if test `echo "$target_os" | sed 's/\..*//'` = solaris2 ; then
ns2-2.35+dfsg/configure-5139-	solaris="yes"
##############################################
ns2-2.35+dfsg/configure-5193-    case $1 in
ns2-2.35+dfsg/configure:5194:    -L*) p=`echo $1 | sed 's/^-L//'` ;;
ns2-2.35+dfsg/configure:5195:    -I*) p=`echo $1 | sed 's/^-I//'` ;;
ns2-2.35+dfsg/configure-5196-    *) p=$1 ;;
ns2-2.35+dfsg/configure-5197-    esac
ns2-2.35+dfsg/configure:5198:    d=`dirname $p`
ns2-2.35+dfsg/configure:5199:    f=`basename $p`
ns2-2.35+dfsg/configure-5200-    ad=`(
##############################################
ns2-2.35+dfsg/configure-5457-
ns2-2.35+dfsg/configure:5458:TCL_HI_VERS=`echo $TCL_VERS | sed 's/^\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)/\1.\2/'`
ns2-2.35+dfsg/configure:5459:TCL_MAJOR_VERS=`echo $TCL_VERS | sed 's/^\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)/\1/'`
ns2-2.35+dfsg/configure-5460-TCL_ALT_VERS=8.5
##############################################
ns2-2.35+dfsg/configure-5462-TCL_OLD_VERS=8.4
ns2-2.35+dfsg/configure:5463:TCL_OLD_ALT_VERS=`echo $TCL_OLD_VERS | sed 's/\.//'`
ns2-2.35+dfsg/configure-5464-
##############################################
ns2-2.35+dfsg/configure-5789-		full_lib_name="tcl$TCL_HI_VERS"
ns2-2.35+dfsg/configure:5790:		simple_lib_name=`echo $full_lib_name | sed -e 's/\.//'`
ns2-2.35+dfsg/configure:5791:		other_simple_lib_name=`echo $full_lib_name | sed -e 's/\./_/'`
ns2-2.35+dfsg/configure:5792:		simpler_lib_name=`echo $simple_lib_name | sed -e 'y/0123456789/          /'`
ns2-2.35+dfsg/configure-5793-	double_break=false
##############################################
ns2-2.35+dfsg/configure-6007-# absolutize it
ns2-2.35+dfsg/configure:6008:V_TCLSH=`absolutize $V_TCLSH`
ns2-2.35+dfsg/configure-6009-PATH=$oldpath
##############################################
ns2-2.35+dfsg/configure-6060-
ns2-2.35+dfsg/configure:6061:TK_HI_VERS=`echo $TK_VERS | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)/\1.\2/'`
ns2-2.35+dfsg/configure:6062:TK_MAJOR_VERS=`echo $TK_VERS | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)/\1/'`
ns2-2.35+dfsg/configure-6063-TK_ALT_VERS=8.5
##############################################
ns2-2.35+dfsg/configure-6065-TK_OLD_VERS=8.4
ns2-2.35+dfsg/configure:6066:TK_OLD_ALT_VERS=`echo $TK_OLD_VERS | sed 's/\.//'`
ns2-2.35+dfsg/configure-6067-
##############################################
ns2-2.35+dfsg/configure-6299-		full_lib_name="tk$TK_HI_VERS"
ns2-2.35+dfsg/configure:6300:		simple_lib_name=`echo $full_lib_name | sed -e 's/\.//'`
ns2-2.35+dfsg/configure:6301:		other_simple_lib_name=`echo $full_lib_name | sed -e 's/\./_/'`
ns2-2.35+dfsg/configure:6302:		simpler_lib_name=`echo $simple_lib_name | sed -e 'y/0123456789/          /'`
ns2-2.35+dfsg/configure-6303-	double_break=false
##############################################
ns2-2.35+dfsg/configure-6549-		full_lib_name="otcl$OTCL_VERS"
ns2-2.35+dfsg/configure:6550:		simple_lib_name=`echo $full_lib_name | sed -e 's/\.//'`
ns2-2.35+dfsg/configure:6551:		other_simple_lib_name=`echo $full_lib_name | sed -e 's/\./_/'`
ns2-2.35+dfsg/configure:6552:		simpler_lib_name=`echo $simple_lib_name | sed -e 'y/0123456789/          /'`
ns2-2.35+dfsg/configure-6553-	double_break=false
##############################################
ns2-2.35+dfsg/configure-6782-		full_lib_name="tclcl$tclcl_VERS"
ns2-2.35+dfsg/configure:6783:		simple_lib_name=`echo $full_lib_name | sed -e 's/\.//'`
ns2-2.35+dfsg/configure:6784:		other_simple_lib_name=`echo $full_lib_name | sed -e 's/\./_/'`
ns2-2.35+dfsg/configure:6785:		simpler_lib_name=`echo $simple_lib_name | sed -e 'y/0123456789/          /'`
ns2-2.35+dfsg/configure-6786-	double_break=false
##############################################
ns2-2.35+dfsg/configure-7264-		full_lib_name="tcldbg"
ns2-2.35+dfsg/configure:7265:		simple_lib_name=`echo $full_lib_name | sed -e 's/\.//'`
ns2-2.35+dfsg/configure:7266:		other_simple_lib_name=`echo $full_lib_name | sed -e 's/\./_/'`
ns2-2.35+dfsg/configure:7267:		simpler_lib_name=`echo $simple_lib_name | sed -e 'y/0123456789/          /'`
ns2-2.35+dfsg/configure-7268-	double_break=false
##############################################
ns2-2.35+dfsg/configure-7416-		full_lib_name="dmalloc"
ns2-2.35+dfsg/configure:7417:		simple_lib_name=`echo $full_lib_name | sed -e 's/\.//'`
ns2-2.35+dfsg/configure:7418:		other_simple_lib_name=`echo $full_lib_name | sed -e 's/\./_/'`
ns2-2.35+dfsg/configure:7419:		simpler_lib_name=`echo $simple_lib_name | sed -e 'y/0123456789/          /'`
ns2-2.35+dfsg/configure-7420-	double_break=false
##############################################
ns2-2.35+dfsg/configure-7644-
ns2-2.35+dfsg/configure:7645:PERL_PLACES=`echo $PATH | sed 's/:/ /g'`
ns2-2.35+dfsg/configure-7646-
##############################################
ns2-2.35+dfsg/configure-7908-do :
ns2-2.35+dfsg/configure:7909:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ns2-2.35+dfsg/configure-7910-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ns2-2.35+dfsg/configure-7912-  cat >>confdefs.h <<_ACEOF
ns2-2.35+dfsg/configure:7913:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ns2-2.35+dfsg/configure-7914-_ACEOF
##############################################
ns2-2.35+dfsg/configure-7962-do :
ns2-2.35+dfsg/configure:7963:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ns2-2.35+dfsg/configure-7964-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ns2-2.35+dfsg/configure-7966-  cat >>confdefs.h <<_ACEOF
ns2-2.35+dfsg/configure:7967:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ns2-2.35+dfsg/configure-7968-_ACEOF
##############################################
ns2-2.35+dfsg/configure-8101-do :
ns2-2.35+dfsg/configure:8102:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ns2-2.35+dfsg/configure-8103-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ns2-2.35+dfsg/configure-8105-  cat >>confdefs.h <<_ACEOF
ns2-2.35+dfsg/configure:8106:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ns2-2.35+dfsg/configure-8107-_ACEOF
##############################################
ns2-2.35+dfsg/configure-8355-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
ns2-2.35+dfsg/configure:8356:	    system=MP-RAS-`awk '{print $3}' /etc/.relid`
ns2-2.35+dfsg/configure-8357-	fi
##############################################
ns2-2.35+dfsg/configure-8559-$as_echo_n "checking for import libraries... " >&6; }
ns2-2.35+dfsg/configure:8560:	V_IMPORT_LIBS=`echo "$V_LIBS" | sed "s/-L//g" | sed "s/ \-l/\/lib/g" | sed "s/ /\.a /g" `
ns2-2.35+dfsg/configure-8561-	for libfile in $V_IMPORT_LIBS ; do
##############################################
ns2-2.35+dfsg/configure-8778-####XXX:if test "enable_shlib" != "no" ; then
ns2-2.35+dfsg/configure:8779:    if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
ns2-2.35+dfsg/configure-8780-	case $system in
##############################################
ns2-2.35+dfsg/configure-9215-		*)
ns2-2.35+dfsg/configure:9216:			as_ac_Lib=`$as_echo "ac_cv_lib_$V_LIB_DL''_main" | $as_tr_sh`
ns2-2.35+dfsg/configure-9217-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -l$V_LIB_DL" >&5
##############################################
ns2-2.35+dfsg/configure-9249-  cat >>confdefs.h <<_ACEOF
ns2-2.35+dfsg/configure:9250:#define `$as_echo "HAVE_LIB$V_LIB_DL" | $as_tr_cpp` 1
ns2-2.35+dfsg/configure-9251-_ACEOF
##############################################
ns2-2.35+dfsg/configure-9297-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
ns2-2.35+dfsg/configure:9298:	    system=MP-RAS-`awk '{print $3}' /etc/.relid`
ns2-2.35+dfsg/configure-9299-	fi
##############################################
ns2-2.35+dfsg/configure-9342-	case $p in
ns2-2.35+dfsg/configure:9343:	-L* | -I*) tmp="$tmp `absolutize $p`";;
ns2-2.35+dfsg/configure-9344-	*) tmp="$tmp $p";;
##############################################
ns2-2.35+dfsg/configure-9350-# Replace relative path with absolute path
ns2-2.35+dfsg/configure:9351:V_LIB_TCLCL=`absolutize_list $V_LIB_TCLCL`
ns2-2.35+dfsg/configure:9352:V_LIB_OTCL=`absolutize_list $V_LIB_OTCL`
ns2-2.35+dfsg/configure:9353:V_LIB_TCL=`absolutize_list $V_LIB_TCL`
ns2-2.35+dfsg/configure:9354:V_LIB_TK=`absolutize_list $V_LIB_TK`
ns2-2.35+dfsg/configure:9355:V_LIBS=`absolutize_list $V_LIBS`
ns2-2.35+dfsg/configure:9356:V_INCLUDES=`absolutize_list $V_INCLUDES`
ns2-2.35+dfsg/configure-9357-
##############################################
ns2-2.35+dfsg/configure-9578-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
ns2-2.35+dfsg/configure:9579:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
ns2-2.35+dfsg/configure-9580-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
ns2-2.35+dfsg/configure-9645-if test -z "$BASH_VERSION$ZSH_VERSION" \
ns2-2.35+dfsg/configure:9646:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
ns2-2.35+dfsg/configure-9647-  as_echo='print -r --'
ns2-2.35+dfsg/configure-9648-  as_echo_n='print -rn --'
ns2-2.35+dfsg/configure:9649:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
ns2-2.35+dfsg/configure-9650-  as_echo='printf %s\n'
##############################################
ns2-2.35+dfsg/configure-9652-else
ns2-2.35+dfsg/configure:9653:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
ns2-2.35+dfsg/configure-9654-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
ns2-2.35+dfsg/configure-9662-	expr "X$arg" : "X\\(.*\\)$as_nl";
ns2-2.35+dfsg/configure:9663:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
ns2-2.35+dfsg/configure-9664-      esac;
##############################################
ns2-2.35+dfsg/configure-9739-# ----------------------------------------
ns2-2.35+dfsg/configure:9740:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
ns2-2.35+dfsg/configure-9741-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
ns2-2.35+dfsg/configure-9811-  {
ns2-2.35+dfsg/configure:9812:    as_val=`expr "$@" || test $? -eq 1`
ns2-2.35+dfsg/configure-9813-  }
##############################################
ns2-2.35+dfsg/configure-9915-      case $as_dir in #(
ns2-2.35+dfsg/configure:9916:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
ns2-2.35+dfsg/configure-9917-      *) as_qdir=$as_dir;;
##############################################
ns2-2.35+dfsg/configure-9972-	esac;
ns2-2.35+dfsg/configure:9973:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
ns2-2.35+dfsg/configure-9974-	???[sx]*):;;*)false;;esac;fi
##############################################
ns2-2.35+dfsg/configure-10058-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ns2-2.35+dfsg/configure:10059:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ns2-2.35+dfsg/configure-10060-ac_cs_version="\\
##############################################
ns2-2.35+dfsg/configure-10081-  --*=?*)
ns2-2.35+dfsg/configure:10082:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
ns2-2.35+dfsg/configure:10083:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
ns2-2.35+dfsg/configure-10084-    ac_shift=:
##############################################
ns2-2.35+dfsg/configure-10086-  --*=)
ns2-2.35+dfsg/configure:10087:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
ns2-2.35+dfsg/configure-10088-    ac_optarg=
##############################################
ns2-2.35+dfsg/configure-10110-    case $ac_optarg in
ns2-2.35+dfsg/configure:10111:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
ns2-2.35+dfsg/configure-10112-    '') as_fn_error $? "missing file argument" ;;
##############################################
ns2-2.35+dfsg/configure-10118-    case $ac_optarg in
ns2-2.35+dfsg/configure:10119:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
ns2-2.35+dfsg/configure-10120-    esac
##############################################
ns2-2.35+dfsg/configure-10245-fi
ns2-2.35+dfsg/configure:10246:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
ns2-2.35+dfsg/configure-10247-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
ns2-2.35+dfsg/configure-10262-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
ns2-2.35+dfsg/configure:10263:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
ns2-2.35+dfsg/configure-10264-ac_delim='%!_!# '
##############################################
ns2-2.35+dfsg/configure-10268-
ns2-2.35+dfsg/configure:10269:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
ns2-2.35+dfsg/configure-10270-  if test $ac_delim_n = $ac_delim_num; then
##############################################
ns2-2.35+dfsg/configure-10406-for ac_last_try in false false :; do
ns2-2.35+dfsg/configure:10407:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
ns2-2.35+dfsg/configure-10408-  if test -z "$ac_tt"; then
##############################################
ns2-2.35+dfsg/configure-10538-      esac
ns2-2.35+dfsg/configure:10539:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
ns2-2.35+dfsg/configure-10540-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
ns2-2.35+dfsg/configure-10597-*)
ns2-2.35+dfsg/configure:10598:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
ns2-2.35+dfsg/configure-10599-  # A ".." for each directory in $ac_dir_suffix.
ns2-2.35+dfsg/configure:10600:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
ns2-2.35+dfsg/configure-10601-  case $ac_top_builddir_sub in
##############################################
ns2-2.35+dfsg/configure-10653-/@mandir@/p'
ns2-2.35+dfsg/configure:10654:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
ns2-2.35+dfsg/configure-10655-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
ns2-2.35+dfsg/configure-10670-
ns2-2.35+dfsg/configure:10671:# Neutralize VPATH when `$srcdir' = `.'.
ns2-2.35+dfsg/configure-10672-# Shell code in configure.ac might set extrasub.
##############################################
ns2-2.35+dfsg/configure-10697-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
ns2-2.35+dfsg/configure:10698:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
ns2-2.35+dfsg/configure-10699-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \