Searched defs:tempopt (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; local
716 toptr = tempopt;
741 ASSERT(toptr < tempopt + IP_MAX_OPT_LENGTH);
755 ASSERT(toptr + olen <= tempopt + IP_MAX_OPT_LENGTH);
764 olen = (toptr - tempopt) & 3;
767 ASSERT(toptr + olen <= tempopt + IP_MAX_OPT_LENGTH);
774 olen = (toptr - tempopt) + IP_SIMPLE_HDR_LENGTH;
784 bcopy(tempopt, ipha + 1, olen - IP_SIMPLE_HDR_LENGTH);

Completed in 188 milliseconds