Searched refs:optbuf (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_output.c1613 u_char *optbuf; local
1629 optbuf = mtod(mopt, u_char *);
1630 optbuf[1] = 0; /* = ((JUMBOOPTLEN) >> 3) - 1 */
1670 optbuf = mtod(n, u_char *) + oldoptlen;
1674 optbuf = mtod(mopt, u_char *) + mopt->m_len;
1677 optbuf[0] = IP6OPT_PADN;
1678 optbuf[1] = 1;
1689 optbuf[2] = IP6OPT_JUMBO;
1690 optbuf[3] = 4;
1692 bcopy(&v, &optbuf[
[all...]

Completed in 32 milliseconds