IPOPT_OLEN 721 netinet/ip_icmp.c if (cnt < IPOPT_OLEN + sizeof(*cp)) IPOPT_OLEN 723 netinet/ip_icmp.c len = cp[IPOPT_OLEN]; IPOPT_OLEN 724 netinet/ip_icmp.c if (len < IPOPT_OLEN + sizeof(*cp) || IPOPT_OLEN 1032 netinet/ip_input.c if (cnt < IPOPT_OLEN + sizeof(*cp)) { IPOPT_OLEN 1033 netinet/ip_input.c code = &cp[IPOPT_OLEN] - (u_char *)ip; IPOPT_OLEN 1036 netinet/ip_input.c optlen = cp[IPOPT_OLEN]; IPOPT_OLEN 1037 netinet/ip_input.c if (optlen < IPOPT_OLEN + sizeof(*cp) || optlen > cnt) { IPOPT_OLEN 1038 netinet/ip_input.c code = &cp[IPOPT_OLEN] - (u_char *)ip; IPOPT_OLEN 1120 netinet/ip_input.c code = &cp[IPOPT_OLEN] - (u_char *)ip; IPOPT_OLEN 1256 netinet/ip_input.c olen = option[IPOPT_OLEN]; IPOPT_OLEN 1002 netinet/ip_output.c if (cnt < IPOPT_OLEN + sizeof(*cp)) IPOPT_OLEN 1005 netinet/ip_output.c optlen = cp[IPOPT_OLEN]; IPOPT_OLEN 1007 netinet/ip_output.c if (optlen < IPOPT_OLEN + sizeof(*cp) || optlen > cnt) IPOPT_OLEN 1637 netinet/ip_output.c if (cnt < IPOPT_OLEN + sizeof(*cp)) IPOPT_OLEN 1639 netinet/ip_output.c optlen = cp[IPOPT_OLEN]; IPOPT_OLEN 1640 netinet/ip_output.c if (optlen < IPOPT_OLEN + sizeof(*cp) || optlen > cnt) IPOPT_OLEN 1663 netinet/ip_output.c cp[IPOPT_OLEN] = optlen;