Searched defs:routing (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/packet/
H A DFramedRoutingAttribute.java44 * No routing.
48 * Send routing packets.
52 * Listen for routing packets.
56 * Both send and listen for routing packets.
61 * The routing indicating method for the user, when the user is a router to a network.
63 private int routing = 0; field in class:FramedRoutingAttribute
66 * Construct an instance from the desired routing value.
67 * @param routing the desired routing
69 public FramedRoutingAttribute(int routing) { argument
[all...]
/forgerock/openam/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/packet/
H A DFramedRoutingAttribute.java44 * No routing.
48 * Send routing packets.
52 * Listen for routing packets.
56 * Both send and listen for routing packets.
61 * The routing indicating method for the user, when the user is a router to a network.
63 private int routing = 0; field in class:FramedRoutingAttribute
66 * Construct an instance from the desired routing value.
67 * @param routing the desired routing
69 public FramedRoutingAttribute(int routing) { argument
[all...]

Completed in 68 milliseconds