47 #include "lib/random.h"
52 #define MAX(a,b) ((a) > (b)? (a) : (b))
56 #define MIN(a, b) ((a) < (b)? (a) : (b))
62 recv(
struct abc_conn *abc)
84 sent(
struct abc_conn *c,
int status,
int num_tx)
95 queuebuf_to_packetbuf(c->q);
133 c->hdrsize = hdrsize;
134 c->q = queuebuf_new_from_packetbuf();