Lines Matching defs:packet
68 struct packet {
70 struct packet *next;
74 struct packet *pend_q;
75 struct packet *pend_qtail;
124 struct packet *pkt, *nextpkt;
249 * We apply the active_filter to see if we want this packet to
255 struct packet *pkt;
265 pkt = (struct packet *) malloc(sizeof(struct packet) + len);
286 struct packet *pkt, *prev, *nextpkt;
310 * Scan a packet to decide whether it is an "active" packet,