Home
last modified time | relevance | path

Searched refs:IP6_ND_LENGTH (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
DIp6Nd.c1509 if (Head->PayloadLength < IP6_ND_LENGTH) { in Ip6ProcessNeighborSolicit()
1512 OptionLen = (UINT16) (Head->PayloadLength - IP6_ND_LENGTH); in Ip6ProcessNeighborSolicit()
1514 Option = NetbufGetByte (Packet, IP6_ND_LENGTH, NULL); in Ip6ProcessNeighborSolicit()
1534 IP6_ND_LENGTH, in Ip6ProcessNeighborSolicit()
1738 if (Head->PayloadLength < IP6_ND_LENGTH) { in Ip6ProcessNeighborAdvertise()
1741 OptionLen = (UINT16) (Head->PayloadLength - IP6_ND_LENGTH); in Ip6ProcessNeighborAdvertise()
1743 Option = NetbufGetByte (Packet, IP6_ND_LENGTH, NULL); in Ip6ProcessNeighborAdvertise()
1806 IP6_ND_LENGTH, in Ip6ProcessNeighborAdvertise()
DIp6Nd.h53 IP6_ND_LENGTH = 24, enumerator