#include <stdio.h>#include <string.h>#include <netinet/in.h>#include "../../mem/mem.h"#include "../../parser/parse_cseq.h"#include "../../dprint.h"#include "../../ut.h"#include "xaddress.h"

Go to the source code of this file.
Defines | |
| #define | _GNU_SOURCE |
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) |
| #define _GNU_SOURCE |
Definition at line 39 of file encode_cseq.c.
| 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