OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MADDR
(Results
1 - 3
of
3
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/address/
NetObject.java
55
protected static final String
MADDR
= "
maddr
";
/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
...]
Completed in 2902 milliseconds