5bd7c42193f235925a540593992f63b1f6a3fa3a
[bcm963xx.git] / userapps / opensource / atm2684 / atm / lane / packet.h
1 /*
2  * Database handling functions
3  *
4  * $Id: packet.h,v 1.1.1.1 2005/04/29 01:44:51 echo Exp $
5  *
6  */
7
8 #include "lane.h"
9 #include "connect.h"
10
11 /* Protos */
12 int send_arp_response(int fd, LaneControl_t *lc,
13                       unsigned int status, Reg_t *found);
14
15 int send_register_response(int fd, LaneControl_t *lc,
16                            unsigned int status, int reg);
17
18 int send_join_response(int fd, LaneControl_t *lc, int lecid, 
19                        unsigned int status);
20
21 int send_control_frame(int fd, LaneControl_t *to_send);
22 int forward_arp_request(LaneControl_t *to_forward,
23                         Proxy_t *proxyl);