Displaying 1 result from an estimated 1 matches for "server_record".
1999 Sep 14
0
SCO lan manager
...gt;packet.dgram;
uint32 servertype = IVAL(buf,1);
int osmajor=CVAL(buf,5); /* major version of node software */
int osminor=CVAL(buf,6); /* minor version of node software */
int ttl = SVAL(buf,7);
char *announce_name = buf+9;
struct work_record *work;
struct server_record *servrec;
char *work_name;
char *source_name = dgram->source_name.name;
pstring comment;
char *s = buf+9;
s = skip_string(s,1);
StrnCpy(comment, s, 43);
DEBUG(3,("process_lm_host_announce: LM Announcement from %s<%02x> IP %s to \
%s for server %s.\n", sour...