frag_t

Contains information about an NCP packet.

Service:NetWare Client

Structure

  #include <client.h>
  
  typedef struct
  {
     size_t    length;
     void     *data;
  } frag_t;
  

Fields

length

Specifies how many bytes are in the data field .

data

Points to the NCP data.

Remarks

NCP requests and responses are usually fragmented into two or more fragments as they are sent across the wire, depending on wire size constraints. Each fragment contains the address and the length of the data.