Searched defs:apacket (Results 1 - 1 of 1) sorted by relevance

/bootable/recovery/minadbd/
H A Dadb.h42 typedef struct apacket apacket; typedef in typeref:struct:apacket
58 struct apacket struct
60 apacket *next;
103 apacket *pkt_first;
104 apacket *pkt_last;
112 int (*enqueue)(asocket *s, apacket *pkt);
168 int (*read_from_remote)(apacket *p, atransport *t);
169 int (*write_to_remote)(apacket *p, atransport *t);
196 void print_packet(const char *label, apacket *
[all...]

Completed in 5 milliseconds