Lines Matching refs:hopopt
1095 u8 *hopopt;
1155 hopopt = (u8 *)(ip6h + 1);
1156 hopopt[0] = IPPROTO_ICMPV6; /* next hdr */
1157 hopopt[1] = 0; /* length of HbH */
1158 hopopt[2] = IPV6_TLV_ROUTERALERT; /* Router Alert */
1159 hopopt[3] = 2; /* Length of RA Option */
1160 hopopt[4] = 0; /* Type = 0x0000 (MLD) */
1161 hopopt[5] = 0;
1162 hopopt[6] = IPV6_TLV_PAD1; /* Pad1 */
1163 hopopt[7] = IPV6_TLV_PAD1; /* Pad1 */