home *** CD-ROM | disk | FTP | other *** search
/ ftp.umcs.maine.edu / 2015-02-07.ftp.umcs.maine.edu.tar / ftp.umcs.maine.edu / pub / thesis / zhongy / snmp / snmpencode.h < prev    next >
Text File  |  1994-05-10  |  196b  |  10 lines

  1. /*
  2.   make packet in buff acording the information
  3.   in the struct req_desc
  4.  
  5.   We firstly allocate in reverse order, then reverse it
  6. */
  7.  
  8. int mkpacket(struct req_desc *redq, unsigned char *buff); 
  9.  
  10.