Home | History | Annotate | Download | only in IpSecDxe

Lines Matching refs:NetbufGetByte

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

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