Searched refs:toptr (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()720 bcopy(optbuf, toptr, olen); in tsol_prepend_option()721 toptr += olen; in tsol_prepend_option()724 *toptr++ = IPOPT_NOP; in tsol_prepend_option()741 ASSERT(toptr < tempopt + IP_MAX_OPT_LENGTH); in tsol_prepend_option()742 *toptr++ = oval; in tsol_prepend_option()755 ASSERT(toptr + olen <= tempopt + IP_MAX_OPT_LENGTH); in tsol_prepend_option()757 bcopy(optr, toptr, olen); in tsol_prepend_option()759 toptr += olen; in tsol_prepend_option()[all …]