JNodeOS v1.2.0 API

Uses of Class
edu.utah.janos.nodeos.DemultiplexKey

Packages that use DemultiplexKey
edu.utah.janos.apps.ping   
edu.utah.janos.nodeos   
edu.utah.janos.protocols.icmp   
edu.utah.janos.protocols.ip   
edu.utah.janos.protocols.udp   
edu.utah.janos.util   
 

Uses of DemultiplexKey in edu.utah.janos.apps.ping
 

Methods in edu.utah.janos.apps.ping with parameters of type DemultiplexKey
 void PingPacket.matchPingReply(DemultiplexKey dk)
           
 

Uses of DemultiplexKey in edu.utah.janos.nodeos
 

Methods in edu.utah.janos.nodeos with parameters of type DemultiplexKey
static InChannel InChannel.create(Flow flow, ThreadPoolSpec tps, DemultiplexKey classifier, java.lang.String protocolSpec, java.lang.String addrSpec, DeliverFunc deliverFunc)
          Create a new InChannel.
static InChannel InChannel.create(Flow flow, DemultiplexKey classifier, java.lang.String protocolSpec, java.lang.String addrSpec, DeliverFunc deliverFunc)
          XXX flow parameter is silly.
static CutThroughChannel CutThroughChannel.create(Flow flow, DemultiplexKey classifier, ThreadPoolSpec inchan_tps, NetworkSpec outchan_ns, java.lang.String inProtocolSpec, java.lang.String outProtocolSpec, java.lang.String inAddressSpec, java.lang.String outAddressSpec, Address destAddr)
           
 

Uses of DemultiplexKey in edu.utah.janos.protocols.icmp
 

Methods in edu.utah.janos.protocols.icmp with parameters of type DemultiplexKey
static void ICMPHeader.matchType(DemultiplexKey dk, int offset, byte type)
           
static void ICMPHeader.matchCode(DemultiplexKey dk, int offset, byte code)
           
 

Uses of DemultiplexKey in edu.utah.janos.protocols.ip
 

Methods in edu.utah.janos.protocols.ip with parameters of type DemultiplexKey
static void IPHeader.matchNoOptionIP(DemultiplexKey dk, int offset)
           
static void IPHeader.matchProtocol(DemultiplexKey dk, int offset, byte proto)
           
static void IPHeader.matchDeadPacket(DemultiplexKey dk, int offset)
          Match any fields that would indicate this is a dead packet.
static void IPHeader.matchSource(DemultiplexKey dk, int offset, int addr)
           
static void IPHeader.matchDestination(DemultiplexKey dk, int offset, int addr)
           
 

Uses of DemultiplexKey in edu.utah.janos.protocols.udp
 

Methods in edu.utah.janos.protocols.udp with parameters of type DemultiplexKey
static void UDPHeader.matchSourcePort(DemultiplexKey dk, int offset, short port)
           
static void UDPHeader.matchDestinationPort(DemultiplexKey dk, int offset, short port)
           
 

Uses of DemultiplexKey in edu.utah.janos.util
 

Subclasses of DemultiplexKey in edu.utah.janos.util
 class SimpleDemultiplexKey
           
 


JNodeOS v1.2.0 API

This documentation is Copyright (C) 1998-2002 The University of Utah. All Rights Reserved. See the file LICENSE for distribution terms.
Documentation, software, and mailing list archives for Janos can be found at the Janos Project web site: http://www.cs.utah.edu/flux/janos/
Generated on Mar 17, 2002