
Go to the source code of this file.
Defines | |
| #define | STAR_F 0x01 |
Functions | |
| int | dump_route_body_test (char *hdr, int hdrlen, unsigned char *payload, int paylen, FILE *fd, char segregationLevel, char *prefix) |
| int | dump_route_test (char *hdr, int hdrlen, unsigned char *payload, int paylen, FILE *fd, char segregationLevel, char *prefix) |
| int | encode_route (char *hdrstart, int hdrlen, rr_t *body, unsigned char *where) |
| int | encode_route_body (char *hdr, int hdrlen, rr_t *route_parsed, unsigned char *where) |
| int | print_encoded_route (FILE *fd, char *hdr, int hdrlen, unsigned char *payload, int paylen, char *prefix) |
| int | print_encoded_route_body (FILE *fd, char *hdr, int hdrlen, unsigned char *payload, int paylen, char *prefix) |
| #define STAR_F 0x01 |
Definition at line 23 of file encode_route.h.
| int dump_route_body_test | ( | char * | hdr, | |
| int | hdrlen, | |||
| unsigned char * | payload, | |||
| int | paylen, | |||
| FILE * | fd, | |||
| char | segregationLevel, | |||
| char * | prefix | |||
| ) |
Definition at line 180 of file encode_route.c.
References dump_route_test(), dump_standard_hdr_test(), JUNIT, LM_ERR, ONLY_URIS, and SEGREGATE.
Referenced by dump_headers_test().
| int dump_route_test | ( | char * | hdr, | |
| int | hdrlen, | |||
| unsigned char * | payload, | |||
| int | paylen, | |||
| FILE * | fd, | |||
| char | segregationLevel, | |||
| char * | prefix | |||
| ) |
Definition at line 204 of file encode_route.c.
References dump_standard_hdr_test(), HAS_NAME_F, JUNIT, ONLY_URIS, and print_uri_junit_tests().
Referenced by dump_route_body_test().
| int encode_route | ( | char * | hdrstart, | |
| int | hdrlen, | |||
| rr_t * | body, | |||
| unsigned char * | where | |||
| ) |
Definition at line 98 of file encode_route.c.
References encode_parameters(), encode_uri2(), HAS_NAME_F, via_body::i, _str::len, LM_ERR, name_addr::name, rr::nameaddr, rr::params, parse_uri(), _str::s, and name_addr::uri.
Referenced by encode_route_body().
| int encode_route_body | ( | char * | hdr, | |
| int | hdrlen, | |||
| rr_t * | route_parsed, | |||
| unsigned char * | where | |||
| ) |
Definition at line 66 of file encode_route.c.
References encode_route(), via_body::i, LM_ERR, and rr::next.
Referenced by encode_header().
| int print_encoded_route | ( | FILE * | fd, | |
| char * | hdr, | |||
| int | hdrlen, | |||
| unsigned char * | payload, | |||
| int | paylen, | |||
| char * | prefix | |||
| ) |
Definition at line 151 of file encode_route.c.
References HAS_NAME_F, print_encoded_parameters(), and print_encoded_uri().
Referenced by print_encoded_route_body().
| int print_encoded_route_body | ( | FILE * | fd, | |
| char * | hdr, | |||
| int | hdrlen, | |||
| unsigned char * | payload, | |||
| int | paylen, | |||
| char * | prefix | |||
| ) |
Definition at line 128 of file encode_route.c.
References LM_ERR, and print_encoded_route().
Referenced by print_encoded_header().
1.5.6