Home | History | Annotate | Download | only in Ip6Dxe

Lines Matching defs:Fourth

1278     IcmpHead->Fourth |= IP6_IS_ROUTER_FLAG;

1282 IcmpHead->Fourth |= IP6_SOLICITED_FLAG;
1286 IcmpHead->Fourth |= IP6_OVERRIDE_FLAG;
1759 if ((Icmp.Fourth & IP6_SOLICITED_FLAG) == IP6_SOLICITED_FLAG) {
1793 if ((Icmp.Fourth & IP6_IS_ROUTER_FLAG) == IP6_IS_ROUTER_FLAG) {
1796 if ((Icmp.Fourth & IP6_OVERRIDE_FLAG) == IP6_OVERRIDE_FLAG) {
1940 UINT32 Fourth;
2004 // Process Fourth field.
2005 // In Router Advertisement, Fourth is composed of CurHopLimit (8bit), M flag, O flag,
2009 Fourth = NTOHL (Icmp.Fourth);
2010 CopyMem (&RouterLifetime, &Fourth, sizeof (UINT16));
2044 CurHopLimit = *((UINT8 *) &Fourth + 3);
2051 if ((*((UINT8 *) &Fourth + 2) & IP6_M_ADDR_CONFIG_FLAG) == IP6_M_ADDR_CONFIG_FLAG) {
2054 if ((*((UINT8 *) &Fourth + 2) & IP6_O_CONFIG_FLAG) == IP6_O_CONFIG_FLAG) {