Searched defs:lastpad (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtn_ipopt.c643 int remlen, padding, lastpad, totlen; local
659 padding = totlen = lastpad = 0;
672 lastpad++;
685 lastpad = 0;
692 totlen -= lastpad;
693 padding -= lastpad;
H A Dipsecesp.c798 uint8_t lastpad; local
829 * lastpad is the last byte of the padding, which can be used for
927 lastpad = *lastbyte--;
929 if (padlen != lastpad) {
932 "Corrupt ESP packet (lastpad != padlen).\n");
934 ("lastpad (%d) not equal to padlen (%d):\n",
935 lastpad, padlen));
947 * of "lastpad".
956 ASSERT(MBLKL(scratch) >= lastpad + 3);
959 * Use "--lastpad" becaus
[all...]

Completed in 51 milliseconds