Project Alice
|
#include "default_config.h"
#include <stddef.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <errno.h>
#include <time.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include "pcp.h"
#include "pcp_utils.h"
#include "pcp_msg.h"
#include "pcp_msg_structs.h"
#include "pcp_logger.h"
Go to the source code of this file.
Functions | |
void * | build_pcp_msg (pcp_flow_t *flow) |
int | validate_pcp_msg (pcp_recv_msg_t *f) |
pcp_errno | parse_response (pcp_recv_msg_t *f) |
void * build_pcp_msg | ( | pcp_flow_t * | flow | ) |
pcp_errno parse_response | ( | pcp_recv_msg_t * | f | ) |
int validate_pcp_msg | ( | pcp_recv_msg_t * | f | ) |