Introduction - If you have any usage issues, please Google them yourself
		 
vxworks NFSDLIB.H
typedef struct llHdrInfo
 {
 int		destAddrOffset 		/* destination addr offset in mBlk*/
 int		destSize 		/* destination address size*/
 int		srcAddrOffset 		/* source address offset in mBlk*/
 int		srcSize 		/* source address size*/
 int		ctrlAddrOffset 		/* control info offset in mBlk*/
 int		ctrlSize 		/* control info size*/
 int		pktType 		/* type of the packet*/
 int		dataOffset 		/* data offset in the mBlk*/
 } LL_HDR_INFO