Project Alice
Loading...
Searching...
No Matches
pcp_msg.c File Reference
#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"
Include dependency graph for pcp_msg.c:

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)
 

Function Documentation

◆ build_pcp_msg()

void * build_pcp_msg ( pcp_flow_t flow)

Definition at line 370 of file pcp_msg.c.

Here is the call graph for this function:

◆ parse_response()

pcp_errno parse_response ( pcp_recv_msg_t f)

Definition at line 686 of file pcp_msg.c.

Here is the caller graph for this function:

◆ validate_pcp_msg()

int validate_pcp_msg ( pcp_recv_msg_t f)

Definition at line 449 of file pcp_msg.c.

Here is the caller graph for this function: