Lines Matching full:packet
334 * for checking a packet retransmited.
339 vchar_t *hash; /* hash of the received packet */
342 time_t time_send; /* timestamp to send a packet */
365 * save to iv(B). ---[packet(B)]--> save to ive(B).
367 * packet consistency.
371 * save to ive(C). <--[packet(C)]--- save to iv(C).
380 * save to iv(B). ---[packet(B)]--> save to ive(B).
382 * packet consistency.
389 * get iv2(X) from iv(B). <--[packet(Y)]--- save to iv2(Y).
395 * packet consistency is that it is required to leave the IV for decoding
396 * packet. Because there is a potential of error while checking the packet
399 * by the IV which is after packet decoded and checking the packet consistency.
403 vchar_t *iv; /* for decoding packet */
405 vchar_t *ive; /* for encoding packet */