Home
last modified time | relevance | path

Searched refs:CurHopLimit (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
DIp6Icmp.c180 ReplyHead.HopLimit = IpSb->CurHopLimit; in Ip6IcmpReplyEcho()
641 Head.HopLimit = IpSb->CurHopLimit; in Ip6SendIcmpError()
DIp6Impl.h200 UINT8 CurHopLimit; member
DIp6Nd.c1941 UINT8 CurHopLimit; in Ip6ProcessRouterAdvertise() local
2044 CurHopLimit = *((UINT8 *) &Fourth + 3); in Ip6ProcessRouterAdvertise()
2045 if (CurHopLimit != 0) { in Ip6ProcessRouterAdvertise()
2046 IpSb->CurHopLimit = CurHopLimit; in Ip6ProcessRouterAdvertise()
DIp6Driver.c315 IpSb->CurHopLimit = IP6_HOP_LIMIT; in Ip6CreateService()