Home | History | Annotate | Download | only in IpSecDxe

Lines Matching refs:NetbufGetByte

1281     Packet->Udp = (EFI_UDP_HEADER *) NetbufGetByte (Packet, 0, 0);

1288 Packet->Tcp = (TCP_HEAD *) NetbufGetByte (Packet, 0, 0);
1295 IcmpHead = (IP6_ICMP_HEAD *) NetbufGetByte (Packet, 0, NULL);
1444 EspHeader = (EFI_ESP_HEADER *) NetbufGetByte (Payload, 0, NULL);