IP6OPT_RTALERT_LEN
if (hbhlen < IP6OPT_RTALERT_LEN) {
if (*(opt + 1) != IP6OPT_RTALERT_LEN - 2) {
optlen = IP6OPT_RTALERT_LEN;
hbh_buf[5] = IP6OPT_RTALERT_LEN - 2;
if (len - i < IP6OPT_RTALERT_LEN) {
if (bp[i + 1] != IP6OPT_RTALERT_LEN - 2) {
optlen = IP6OPT_RTALERT_LEN;