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;
u_int8_t raopt[IP6OPT_RTALERT_LEN];
raopt[1] = IP6OPT_RTALERT_LEN - 2;