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

  /external/nist-sip/java/gov/nist/javax/sip/header/
ParameterNames.java 133 public static final String MADDR = "maddr";
Via.java 71 /** The "maddr" paramter is designating the multicast address.
73 public static final String MADDR = ParameterNames.MADDR;
448 * Returns the value of the <code>maddr</code> parameter, or null if this
451 * @return the string value of the maddr parameter
454 return getParameter(ParameterNames.MADDR);
458 * Sets the value of the <code>maddr</code> parameter of this ViaHeader. The
459 * maddr parameter indicates the server address to be contacted for this
462 * @param mAddr new value of the <code>maddr</code> paramete
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/address/
SipUri.java 471 *Remove the maddr param if it exists.
475 uriParms.delete(MADDR);
600 * Set the MADDR parameter .
601 * @param mAddr Host Name to set
603 public void setMAddr(String mAddr) {
604 NameValue nameValue = uriParms.getNameValue(MADDR);
606 host.setAddress(mAddr);
610 nameValue = new NameValue(MADDR, host);
762 /** Returns the value of the <code>maddr</code> parameter, or null if this
763 * is not set. This is equivalent to getParameter("maddr")
768 NameValue maddr = uriParms.getNameValue(MADDR); local
    [all...]
NetObject.java 55 protected static final String MADDR = "maddr";
  /external/iproute2/doc/
ip-cref.tex 477 \verb|ip maddr ls| in~Sec.\ref{IP-MADDR} (p.\pageref{IP-MADDR} of this
    [all...]

Completed in 62 milliseconds