|
reSIProcate/rutil
9694
|
#include <RRList.hxx>
Static Public Attributes | |
| static const int | Reserved = 0 |
| static const int | Sip = 1 |
| static const int | Stun = 2 |
| static const int | Http = 3 |
| static const int | Enum = 4 |
Definition at line 18 of file RRList.hxx.
const int resip::RRList::Protocol::Enum = 4 [static] |
Definition at line 25 of file RRList.hxx.
const int resip::RRList::Protocol::Http = 3 [static] |
Definition at line 24 of file RRList.hxx.
const int resip::RRList::Protocol::Reserved = 0 [static] |
Definition at line 21 of file RRList.hxx.
Referenced by resip::DnsStub::lookup().
const int resip::RRList::Protocol::Sip = 1 [static] |
Definition at line 22 of file RRList.hxx.
const int resip::RRList::Protocol::Stun = 2 [static] |
Definition at line 23 of file RRList.hxx.
1.7.5.1