|
reSIProcate/stack
9694
|

Go to the source code of this file.
Namespaces | |
| namespace | resip |
SERNonceHelper implements the makeNonce function in the same way as SIP Express Router (SER) - http://www.iptel.org/ser. | |
Defines | |
| #define | defineMethod(_enum, _name, _rfc) _enum |
Enumerations | |
| enum | MethodTypes { resip::defineMethod = (UNKNOWN, "UNKNOWN", "NA"), resip::defineMethod = (UNKNOWN, "UNKNOWN", "NA"), resip::defineMethod = (UNKNOWN, "UNKNOWN", "NA"), resip::defineMethod = (UNKNOWN, "UNKNOWN", "NA"), resip::defineMethod = (UNKNOWN, "UNKNOWN", "NA"), resip::defineMethod = (UNKNOWN, "UNKNOWN", "NA"), resip::defineMethod = (UNKNOWN, "UNKNOWN", "NA"), resip::defineMethod = (UNKNOWN, "UNKNOWN", "NA"), resip::defineMethod = (UNKNOWN, "UNKNOWN", "NA"), resip::defineMethod = (UNKNOWN, "UNKNOWN", "NA"), resip::defineMethod = (UNKNOWN, "UNKNOWN", "NA"), resip::defineMethod = (UNKNOWN, "UNKNOWN", "NA"), resip::defineMethod = (UNKNOWN, "UNKNOWN", "NA"), resip::defineMethod = (UNKNOWN, "UNKNOWN", "NA"), resip::defineMethod = (UNKNOWN, "UNKNOWN", "NA"), resip::defineMethod = (UNKNOWN, "UNKNOWN", "NA"), resip::defineMethod = (UNKNOWN, "UNKNOWN", "NA"), resip::MAX_METHODS } |
Functions | |
| MethodTypes | resip::getMethodType (const Data &name) |
| MethodTypes | resip::getMethodType (const char *name, int len) |
| const Data & | resip::getMethodName (MethodTypes t) |
| #define defineMethod | ( | _enum, | |
| _name, | |||
| _rfc | |||
| ) | _enum |
Definition at line 4 of file MethodTypes.hxx.
1.7.5.1