1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Files
2024-07-22 01:58:46 -03:00

24 lines
622 B
C
Executable File

/*
* Database handling functions
*
* $Id: //BBN_Linux/Branch/Branch_for_Rel_TP_ASEAN_20161216/tclinux_phoenix/apps/public/linux-atm/lane/packet.h#1 $
*
*/
#include "lane.h"
#include "connect.h"
/* Protos */
int send_arp_response(int fd, LaneControl_t *lc,
unsigned int status, Reg_t *found);
int send_register_response(int fd, LaneControl_t *lc,
unsigned int status, int reg);
int send_join_response(int fd, LaneControl_t *lc, int lecid,
unsigned int status);
int send_control_frame(int fd, LaneControl_t *to_send);
int forward_arp_request(LaneControl_t *to_forward,
Proxy_t *proxyl);