HomeSort by relevance Sort by last modified time
    Searched refs:STALE (Results 1 - 5 of 5) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/header/
Challenge.java 53 private static String STALE = ParameterNames.STALE;
149 return (String) authParams.getValue(STALE);
AuthenticationHeader.java 62 public static final String STALE = ParameterNames.STALE;
395 * Sets the value of the stale parameter of the WWWAuthenicateHeader to the
396 * <var>stale</var> parameter value.
398 * @param stale -
399 * the Boolean.valueOf value of the stale parameter.
402 public void setStale(boolean stale) {
403 setParameter(new NameValue(ParameterNames.STALE, Boolean.valueOf(stale)));
410 * @return the boolean representing if the challenge is stale
    [all...]
ParameterNames.java 81 public static final String STALE = "stale";
  /external/iproute2/ip/
ipneigh.c 49 " [ nud { permanent | noarp | stale | reachable } ]\n"
65 else if (strcmp(arg, "stale") == 0)
295 PRINT_FLAG(STALE);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding.property_1.3.0.I20100601-0800.jar 

Completed in 224 milliseconds