Home
last modified time | relevance | path

Searched refs:lastpad (Results 1 – 2 of 2) sorted by relevance

/titanic_50/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.c798 uint8_t lastpad; in esp_strip_header() local
927 lastpad = *lastbyte--; in esp_strip_header()
929 if (padlen != lastpad) { in esp_strip_header()
935 lastpad, padlen)); in esp_strip_header()
956 ASSERT(MBLKL(scratch) >= lastpad + 3); in esp_strip_header()
962 while (--lastpad != 0) { in esp_strip_header()
963 if (lastpad != *lastbyte) { in esp_strip_header()