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

/external/opencore/protocols/rtp_payload_parser/util/include/
H A Dlatmpayloadparser.h166 bool firstPacket; member in class:PV_LATM_Parser
/external/tcpdump/
H A Drx.h100 u_int32_t firstPacket; /* The first packet in ack list */ member in struct:rx_ackPacket
H A Dprint-rx.c2305 u_int32_t firstPacket; local
2334 firstPacket = EXTRACT_32BITS(&rxa->firstPacket);
2336 firstPacket, EXTRACT_32BITS(&rxa->serial),
2379 firstPacket + i);
2393 printf(",%d", firstPacket + i);
2419 printf("-%d", firstPacket + i - 1);
2433 printf("-%d", firstPacket + i - 1);
2443 firstPacket + i);
2446 printf(",%d", firstPacket
[all...]

Completed in 104 milliseconds