Searched refs:tempopt (Results 1 – 1 of 1) sorted by relevance
647 uchar_t tempopt[IP_MAX_OPT_LENGTH], *toptr; in tsol_prepend_option() local716 toptr = tempopt; in tsol_prepend_option()741 ASSERT(toptr < tempopt + IP_MAX_OPT_LENGTH); in tsol_prepend_option()755 ASSERT(toptr + olen <= tempopt + IP_MAX_OPT_LENGTH); in tsol_prepend_option()764 olen = (toptr - tempopt) & 3; in tsol_prepend_option()767 ASSERT(toptr + olen <= tempopt + IP_MAX_OPT_LENGTH); in tsol_prepend_option()774 olen = (toptr - tempopt) + IP_SIMPLE_HDR_LENGTH; in tsol_prepend_option()784 bcopy(tempopt, ipha + 1, olen - IP_SIMPLE_HDR_LENGTH); in tsol_prepend_option()