Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtn_ipopt.c647 uchar_t tempopt[IP_MAX_OPT_LENGTH], *toptr; in tsol_prepend_option() local
716 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()
742 *toptr++ = oval; in tsol_prepend_option()
757 bcopy(optr, toptr, olen); in tsol_prepend_option()
759 toptr += olen; in tsol_prepend_option()
764 olen = (toptr - tempopt) & 3; in tsol_prepend_option()
769 bzero(toptr, olen); in tsol_prepend_option()
[all …]