Searched defs:Fourth (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
H A DIp6Nd.c1278 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; local
2004 // Process Fourth field.
2005 // In Router Advertisement, Fourth is composed of CurHopLimit (8bit), M flag, O flag,
2009 Fourth
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
H A DNetLib.h157 UINT32 Fourth; // 4th filed of the head, it depends on Type. member in struct:__anon6539
175 UINT32 Fourth; member in struct:__anon6542
181 UINT32 Fourth; member in struct:__anon6543

Completed in 46 milliseconds