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.
When a WAN miniport calls NdisMIndicateStatus with a fragment indication, NDISWAN forwards the indication to interested protocol(s), formatted in this structure.
NDIS_MAC_FRAGMENT, NdisMIndicateStatus, NDIS_WAN_LINE_DOWN, NDIS_WAN_LINE_UP, ProtocolStatus