TCPIP_IPV4_OPTION_DCPT Structure

C

typedef struct {
TCPIP_IPV4_OPTION_TYPE optionType;
int optionSize;
} TCPIP_IPV4_OPTION_DCPT;

Description

Descriptor for the IPv4 options.

This is a data structure describing options that are part of an IPv4 packet.

Parameters

ParametersDescription
optionTypeCurrent option type.
optionSizeCurrent option type in bytes, including the IPV4_OPTION_FIELD data.

Returns

None.

Remarks

None.