
Go to the source code of this file.
Data Structures | |
| struct | rd_buf |
Defines | |
| #define | AA_ANSWER 265 |
| #define | AA_REQUEST 265 |
| #define | AAA_AUTHORIZED 0 |
| #define | AAA_CHALENGE 1 |
| #define | AAA_CONN_CLOSED -2 |
| #define | AAA_ERROR -1 |
| #define | AAA_NO_CONNECTION -1 |
| #define | AAA_NOT_AUTHORIZED 2 |
| #define | AAA_SRVERR 3 |
| #define | AAA_TIMEOUT -3 |
| #define | AAA_USER_IN_GROUP 0 |
| #define | MESSAGE_400 "Bad Request" |
| #define | MESSAGE_401 "Unauthorized" |
| #define | MESSAGE_407 "Proxy Authentication Required" |
| #define | MESSAGE_500 "Server Internal Error" |
| #define | PROXY_AUTH_CHALLENGE "Proxy-Authenticate: " |
| #define | PROXY_AUTH_CHALLENGE_LEN 20 |
| #define | separator "," |
| #define | SERVICE_LEN 1 |
| #define | SIP_ACC_SERVICE '9' |
| #define | SIP_AUTH_SERVICE '6' |
| #define | SIP_AUTHENTICATION "6" |
| #define | SIP_GROUP_CHECK "8" |
| #define | SIP_GROUP_SERVICE '8' |
| #define | vendorID 0 |
| #define | WWW_AUTH_CHALLENGE "WWW-Authenticate: " |
| #define | WWW_AUTH_CHALLENGE_LEN 18 |
Typedefs | |
| typedef struct rd_buf | rd_buf_t |
| #define AA_REQUEST 265 |
| #define AAA_AUTHORIZED 0 |
| #define AAA_CHALENGE 1 |
| #define AAA_CONN_CLOSED -2 |
Definition at line 23 of file defs.h.
Referenced by diameter_authorize(), diameter_is_user_in(), and tcp_send_recv().
| #define AAA_ERROR -1 |
| #define AAA_NO_CONNECTION -1 |
Definition at line 27 of file defs.h.
Referenced by diameter_authorize(), and diameter_is_user_in().
| #define AAA_NOT_AUTHORIZED 2 |
| #define AAA_SRVERR 3 |
| #define AAA_TIMEOUT -3 |
| #define AAA_USER_IN_GROUP 0 |
| #define PROXY_AUTH_CHALLENGE_LEN 20 |
| #define separator "," |
Definition at line 40 of file defs.h.
Referenced by decode_contact(), decode_contact_header(), encode_contact(), get_sdp_line_separator(), and i_enum_query_2().
| #define SERVICE_LEN 1 |
| #define SIP_AUTH_SERVICE '6' |
| #define SIP_AUTHENTICATION "6" |
| #define SIP_GROUP_CHECK "8" |
| #define vendorID 0 |
| #define WWW_AUTH_CHALLENGE_LEN 18 |
1.5.6