Searched refs:pkt_first (Results 1 - 2 of 2) sorted by relevance

/bootable/recovery/minadbd/
H A Dsockets.c140 if(s->pkt_first) {
170 if(s->pkt_first) {
173 s->pkt_first = p;
210 for(p = s->pkt_first; p; p = n) {
239 if (s->closing || s->pkt_first == NULL) {
268 while((p = s->pkt_first) != 0) {
289 s->pkt_first = p->next;
290 if(s->pkt_first == 0) s->pkt_last = 0;
603 if(s->pkt_first == 0) {
604 s->pkt_first
[all...]
H A Dadb.h103 apacket *pkt_first; member in struct:asocket

Completed in 4 milliseconds