| abort(const char *fmt=NULL,...) | TclObject | [static] |
| bcount_() | REDQueue | [inline, protected] |
| bind(const char *var, TracedInt *val) | TclObject | |
| bind(const char *var, TracedDouble *val) | TclObject | |
| bind(const char *var, double *val) | TclObject | |
| bind(const char *var, unsigned int *val) | TclObject | |
| bind(const char *var, int *val) | TclObject | |
| bind(const char *var, TclObject **val) | TclObject | |
| bind_bool(const char *var, int *val) | TclObject | |
| bind_bw(const char *var, double *val) | TclObject | |
| bind_error(const char *var, const char *error) | TclObject | |
| bind_time(const char *var, double *val) | TclObject | |
| block() | Queue< T > | [inline] |
| blocked() const | Queue< T > | [inline] |
| blocked_ | Queue< T > | [protected] |
| byteLength() | Queue< T > | [inline] |
| calculate_p(double v_ave, double th_max, int gentle, double v_a, double v_b, double v_c, double v_d, double max_p_inv) | REDQueue | [protected] |
| calculate_p_new(double v_ave, double th_max, int gentle, double v_a, double v_b, double v_c, double v_d, double max_p) | REDQueue | [protected] |
| command(int argc, const char *const *argv) | REDQueue | [protected, virtual] |
| Connector() | Connector | |
| create_framevar(const char *localName) | TclObject | |
| create_instvar(const char *var) | TclObject | |
| curq_ | REDQueue | [protected] |
| de_drop_ | REDQueue | [protected] |
| debug(const char *fmt,...) | NsObject | [virtual] |
| debug_ | NsObject | [protected] |
| delay_bind(const char *varName, const char *localName, const char *thisVarName, double *val, TclObject *tracer) | TclObject | |
| delay_bind(const char *varName, const char *localName, const char *thisVarName, unsigned int *val, TclObject *tracer) | TclObject | |
| delay_bind(const char *varName, const char *localName, const char *thisVarName, int *val, TclObject *tracer) | TclObject | |
| delay_bind(const char *varName, const char *localName, const char *thisVarName, TracedInt *val, TclObject *tracer) | TclObject | |
| delay_bind(const char *varName, const char *localName, const char *thisVarName, TracedDouble *val, TclObject *tracer) | TclObject | |
| delay_bind_bool(const char *varName, const char *localName, const char *thisVarName, int *val, TclObject *tracer) | TclObject | |
| delay_bind_bw(const char *varName, const char *localName, const char *thisVarName, double *val, TclObject *tracer) | TclObject | |
| delay_bind_dispatch(const char *varName, const char *localName, TclObject *tracer) | NsObject | [virtual] |
| delay_bind_init_all() | NsObject | [virtual] |
| delay_bind_init_one(const char *varName) | TclObject | |
| delay_bind_time(const char *varName, const char *localName, const char *thisVarName, double *val, TclObject *tracer) | TclObject | |
| Delete(TclObject *object) | TclObject | [static] |
| deque() | REDQueue | [protected, virtual] |
| dequeue() | Queue< T > | [inline] |
| destroy() | Queue< T > | [inline, virtual] |
| detach(QueueElem< T > *e) | Queue< T > | [inline] |
| dispatch_static_proc(ClientData clientData, Tcl_Interp *interp, int argc, char *argv[]) | TclObject | [static] |
| doubleq_ | REDQueue | [protected] |
| dqthresh_ | REDQueue | [protected] |
| drop(Packet *p) | Connector | [virtual] |
| drop(Packet *p, const char *s) | Connector | [protected, virtual] |
| drop_ | Connector | [protected] |
| drop_early(Packet *pkt) | REDQueue | [protected] |
| drop_front_ | REDQueue | [protected] |
| drop_rand_ | REDQueue | [protected] |
| drop_tail_ | REDQueue | [protected] |
| edp_ | REDQueue | [protected] |
| EDTrace | REDQueue | [protected] |
| edv_ | REDQueue | [protected] |
| enque(Packet *pkt) | REDQueue | [protected, virtual] |
| enqueue(QueueElem< T > *e) | Queue< T > | [inline] |
| enum_tracedVars() | TclObject | [protected] |
| estimator(int nqueued, int m, double ave, double q_w) | REDQueue | [protected] |
| fifo_ | REDQueue | [protected] |
| first_reset_ | REDQueue | [protected] |
| getHead() | Queue< T > | [inline] |
| handle(Event *) | NsObject | [protected, virtual] |
| handle_TracedVar(const char *name, TracedVar *tv, TclObject *tracer) | TclObject | [protected] |
| head_ | Queue< T > | [protected] |
| idle_ | REDQueue | [protected] |
| idletime_ | REDQueue | [protected] |
| init(int, const char *const *) | TclObject | [inline, virtual] |
| init(InstVar *, const char *varname) | TclObject | [protected] |
| initialize_params() | REDQueue | [protected] |
| insert(InstVar *) | TclObject | [protected] |
| insert(TracedVar *) | TclObject | [protected] |
| instvar_ | TclObject | [protected] |
| Invoke(const char *method,...) | TclObject | |
| Invokef(const char *format,...) | TclObject | |
| is_empty() const | Queue< T > | [inline] |
| isdebug() const | NsObject | [inline] |
| last_change_ | Queue< T > | [protected] |
| length() | Queue< T > | [inline] |
| limit() | Queue< T > | [inline] |
| link_ | REDQueue | [protected] |
| lookup(const char *name) | TclObject | [inline, static] |
| modify_p(double p, int count, int count_bytes, int bytes, int mean_pktsize, int wait, int size) | REDQueue | [protected] |
| name() | TclObject | [inline] |
| name(const char *) | TclObject | |
| name_ | TclObject | [protected] |
| New(const char *className) | TclObject | [inline, static] |
| New(const char *className, const char *arg1,...) | TclObject | [static] |
| not_a_TracedVar(const char *name) | TclObject | [protected] |
| ns1_compat_ | REDQueue | [protected] |
| NsObject() | NsObject | |
| old_util_ | Queue< T > | [protected] |
| pickPacketForECN(Packet *pkt) | SemanticREDQueue | [inline, virtual] |
| pickPacketToDrop() | SemanticREDQueue | [inline, virtual] |
| pq_ | Queue< T > | [protected] |
| print_edp() | REDQueue | [protected] |
| print_edv() | REDQueue | [protected] |
| print_summarystats() | REDQueue | [protected] |
| q_ | REDQueue | [protected] |
| qh_ | Queue< T > | [protected] |
| qib_ | REDQueue | [protected] |
| qlim_ | Queue< T > | [protected] |
| Queue() | Queue< T > | [protected] |
| Queue() | Queue< T > | [inline] |
| recv(Packet *, Handler *) | Queue< T > | [virtual] |
| NsObject::recv(Packet *p, const char *s) | NsObject | [virtual] |
| recvOnly(Packet *) | NsObject | [inline, virtual] |
| REDQueue(const char *="Drop") | REDQueue | |
| reportDrop(Packet *pkt) | REDQueue | [inline, protected, virtual] |
| reset() | REDQueue | [protected, virtual] |
| resume() | Queue< T > | |
| run_estimator(int nqueued, int m) | REDQueue | [protected] |
| SemanticREDQueue() | SemanticREDQueue | [inline] |
| send(Packet *p, Handler *h) | Connector | [inline, protected] |
| size() const | Queue< T > | [inline] |
| size_ | Queue< T > | [protected] |
| summarystats_ | REDQueue | [protected] |
| tail_ | Queue< T > | [protected] |
| target() | Connector | [inline] |
| target_ | Connector | [protected] |
| tchan_ | REDQueue | [protected] |
| TclObject() | TclObject | [protected] |
| total_time_ | Queue< T > | [protected] |
| trace(TracedVar *) | REDQueue | [protected, virtual] |
| tracedvar_ | TclObject | [protected] |
| traceType | REDQueue | [protected] |
| traceVar(const char *varName, TclObject *tracer) | TclObject | [protected] |
| true_ave_ | Queue< T > | [protected] |
| unblock() | Queue< T > | [inline] |
| unblock_on_resume_ | Queue< T > | [protected] |
| updateMaxP(double new_ave, double now) | REDQueue | [protected] |
| updateMaxPFeng(double new_ave) | REDQueue | [protected] |
| updateStats(int queuesize) | Queue< T > | [virtual] |
| util_weight_ | Queue< T > | [protected] |
| utilization(void) | Queue< T > | [virtual] |
| utilUpdate(double int_begin, double int_end, int link_state) | Queue< T > | [protected] |
| ~NsObject() | NsObject | [virtual] |
| ~Queue() | Queue< T > | [protected] |
| ~Queue() | Queue< T > | [inline, virtual] |
| ~TclObject() | TclObject | [virtual] |