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

/system/core/adb/
H A Dsockets.c140 if(s->pkt_first) {
170 if(s->pkt_first) {
173 s->pkt_first = p;
212 for(p = s->pkt_first; p; p = n) {
246 if (s->closing || s->pkt_first == NULL) {
275 while((p = s->pkt_first) != 0) {
296 s->pkt_first = p->next;
297 if(s->pkt_first == 0) s->pkt_last = 0;
666 if(s->pkt_first == 0) {
667 s->pkt_first
[all...]
H A Dadb.h109 apacket *pkt_first; member in struct:asocket

Completed in 719 milliseconds