#include <udp_hdr.h>
class TInet6HeaderUDP |
Public Member Functions | |
---|---|
TInt | Checksum() |
TUint | DstPort() |
TUint8 * | EndPtr() |
TInt | HeaderLength() |
TInt | Length() |
TInt | MaxHeaderLength() |
TInt | MinHeaderLength() |
void | SetChecksum(TInt) |
void | SetDstPort(TUint) |
void | SetLength(TInt) |
void | SetSrcPort(TUint) |
TUint | SrcPort() |
Extract from RFC-768 0 7 8 15 16 23 24 31 +--------+--------+--------+--------+ | Source | Destination | | Port | Port | +--------+--------+--------+--------+ | | | | Length | Checksum | +--------+--------+--------+--------+ | | data octets ... +---------------- ...