java.net
Interface ANEPOptionType

All Known Implementing Classes:
ANEPOption

public interface ANEPOptionType

This interface list the ANEP option type which have been defined by the ANANA.

Some of theses options are computed by the kernel itself, so it is not possible to explictly specify their content (it will simply be ignored), this is the case for CHECKSUM


Field Summary
static int CHECKSUM
          Checksum (will be ignored).
static int DSTID
          Destination identifier.
static int NNAUTH
          N/N Authentication.
static int SRCID
          Source identifier.
 

Field Detail

SRCID

public static final int SRCID
Source identifier.

DSTID

public static final int DSTID
Destination identifier.

CHECKSUM

public static final int CHECKSUM
Checksum (will be ignored).

NNAUTH

public static final int NNAUTH
N/N Authentication.