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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_output.c1616 #define JUMBOOPTLEN 8 /* length of jumbo payload option and padding */ macro
1628 mopt->m_len = JUMBOOPTLEN;
1630 optbuf[1] = 0; /* = ((JUMBOOPTLEN) >> 3) - 1 */
1636 if (M_TRAILINGSPACE(mopt) < JUMBOOPTLEN) {
1650 if (oldoptlen + JUMBOOPTLEN > MCLBYTES)
1667 n->m_len = oldoptlen + JUMBOOPTLEN;
1675 mopt->m_len += JUMBOOPTLEN;
1685 hbh->ip6h_len += (JUMBOOPTLEN >> 3);
1691 v = (u_int32_t)htonl(plen + JUMBOOPTLEN);
1695 exthdrs->ip6e_ip6->m_pkthdr.len += JUMBOOPTLEN;
1698 #undef JUMBOOPTLEN macro
[all...]

Completed in 12 milliseconds