Lines Matching refs:hopopt
852 u8 *hopopt;
911 hopopt = (u8 *)(ip6h + 1);
912 hopopt[0] = IPPROTO_ICMPV6; /* next hdr */
913 hopopt[1] = 0; /* length of HbH */
914 hopopt[2] = IPV6_TLV_ROUTERALERT; /* Router Alert */
915 hopopt[3] = 2; /* Length of RA Option */
916 hopopt[4] = 0; /* Type = 0x0000 (MLD) */
917 hopopt[5] = 0;
918 hopopt[6] = IPV6_TLV_PAD1; /* Pad1 */
919 hopopt[7] = IPV6_TLV_PAD1; /* Pad1 */