Lines Matching defs:icmp6_data16
87 #define icmp6_data16 icmp6_dataun.icmp6_un_data16
92 #define icmp6_id icmp6_data16[0] /* echo request/reply */
93 #define icmp6_seq icmp6_data16[1] /* echo request/reply */
94 #define icmp6_maxdelay icmp6_data16[0] /* mcast group membership */
183 #define mld6_maxdelay mld6_hdr.icmp6_data16[0]
184 #define mld6_reserved mld6_hdr.icmp6_data16[1]
231 #define nd_ra_router_lifetime nd_ra_hdr.icmp6_data16[1]
385 #define ni_qtype icmp6_ni_hdr.icmp6_data16[0]
386 #define ni_flags icmp6_ni_hdr.icmp6_data16[1]
1263 ND_PRINT(", id 0x%04x", GET_BE_U_2(dp->icmp6_data16[0]));
1271 GET_BE_U_2(dp->icmp6_data16[0]));
1286 GET_BE_U_2(dp->icmp6_data16[0]));
1287 flags = GET_BE_U_2(dp->icmp6_data16[1]);
1565 ngroups = GET_BE_U_2(icp->icmp6_data16[1]);
1616 mrc = GET_BE_U_2(icp->icmp6_data16[0]);