24#ifndef ATP_INTERNALS_H
25#define ATP_INTERNALS_H 1
34#define ATP_FUNCANY ATP_TREQ | ATP_TRESP | ATP_TREL
35#define ATP_TIDANY 0xffff
struct atp_handle * ATP
Definition atp.h:116
int atp_recv_atp(ATP, struct sockaddr_at *, uint8_t *, uint16_t, char *, int)
Definition atp_packet.c:147
void atp_print_bufuse(ATP, char *)
void atp_build_req_packet(struct atpbuf *, uint16_t, uint8_t, struct atp_block *)
Definition atp_packet.c:102
int atp_free_buf(struct atpbuf *)
Definition atp_bufs.c:147
int at_addr_eq(struct sockaddr_at *, struct sockaddr_at *)
Definition atp_packet.c:322
void atp_build_resp_packet(struct atpbuf *, uint16_t, uint8_t, struct atp_block *, uint8_t)
Definition atp_packet.c:122
struct atpbuf * atp_alloc_buf(void)
Definition atp_bufs.c:130