Home
last modified time | relevance | path

Searched refs: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; in tsol_prepend_option() local
659 padding = totlen = lastpad = 0; in tsol_prepend_option()
672 lastpad++; in tsol_prepend_option()
685 lastpad = 0; in tsol_prepend_option()
692 totlen -= lastpad; in tsol_prepend_option()
693 padding -= lastpad; in tsol_prepend_option()
H A Dipsecesp.c729 uint8_t lastpad; in esp_strip_header() local
858 lastpad = *lastbyte--; in esp_strip_header()
860 if (padlen != lastpad) { in esp_strip_header()
866 lastpad, padlen)); in esp_strip_header()
887 ASSERT(MBLKL(scratch) >= lastpad + 3); in esp_strip_header()
893 while (--lastpad != 0) { in esp_strip_header()
894 if (lastpad != *lastbyte) { in esp_strip_header()