NDIS_WAN_FRAGMENT

typedef struct _NDIS_WAN_FRAGMENT {

IN UCHAR RemoteAddress[6];

IN UCHAR LocalAddress[6];

} NDIS_WAN_FRAGMENT, *PNDIS_WAN_FRAGMENT;

NDIS_WAN_FRAGMENT contains information associated with a fragment indication.

Members

RemoteAddress

Specifies the address of the remote node in Ethernet-style format, as set up when the link was established in the initial line-up indication.

LocalAddress

Specifies the address of the remote node in Ethernet-style format, as set up when the link was established in the initial line-up indication.

Comments

When a WAN miniport calls NdisMIndicateStatus with a fragment indication, NDISWAN forwards the indication to interested protocol(s), formatted in this structure.

See Also

NDIS_MAC_FRAGMENT, NdisMIndicateStatus, NDIS_WAN_LINE_DOWN, NDIS_WAN_LINE_UP, ProtocolStatus