
Go to the source code of this file.
Functions | |
| int | encode_allow (char *hdrstart, int hdrlen, unsigned int *bodi, char *where) |
| int | print_encoded_allow (FILE *fd, char *hdr, int hdrlen, unsigned char *payload, int paylen, char *prefix) |
| int encode_allow | ( | char * | hdrstart, | |
| int | hdrlen, | |||
| unsigned int * | bodi, | |||
| char * | where | |||
| ) |
Encodes allow header.
TODO: Does not support the UNDEFINED header type !!!
Definition at line 56 of file encode_allow.c.
Referenced by encode_header().
| int print_encoded_allow | ( | FILE * | fd, | |
| char * | hdr, | |||
| int | hdrlen, | |||
| unsigned char * | payload, | |||
| int | paylen, | |||
| char * | prefix | |||
| ) |
Definition at line 65 of file encode_allow.c.
References mismetodos.
Referenced by print_encoded_header().
1.5.6