Lines Matching refs:opt_len
605 size_t opt_len = 0;
612 opt_len = 3 +
615 opt_len = 3 + (num_gw + 1) * sizeof (struct in_addr);
619 opt_len = MAX_IPOPTLEN;
622 opt_len = MAX_IPOPTLEN;
624 opt_len += IPOPT_MINOFF +
630 opt_len++;
635 if (opt_len & 0x3)
636 opt_len = (opt_len & ~0x3) + 4;
638 if (datalen > (IP_MAXPACKET - (sizeof (struct ip) + opt_len +