#include "../../str.h"#include "../../parser/msg_parser.h"


Go to the source code of this file.
Functions | |
| int | encode_cseq (char *hdrstart, int hdrlen, struct cseq_body *body, unsigned char *where) |
| int | print_encoded_cseq (FILE *fd, char *hdr, int hdrlen, unsigned char *payload, int paylen, char *prefix) |
| int encode_cseq | ( | char * | hdrstart, | |
| int | hdrlen, | |||
| struct cseq_body * | body, | |||
| unsigned char * | where | |||
| ) |
Definition at line 58 of file encode_cseq.c.
References _str::len, LM_ERR, cseq_body::method, cseq_body::method_id, cseq_body::number, _str::s, and str2int().
Referenced by encode_header().
| int print_encoded_cseq | ( | FILE * | fd, | |
| char * | hdr, | |||
| int | hdrlen, | |||
| unsigned char * | payload, | |||
| int | paylen, | |||
| char * | prefix | |||
| ) |
1.5.6