search for: osmajor

Displaying 2 results from an estimated 2 matches for "osmajor".

Did you mean: os_major
1999 Sep 14
0
SCO lan manager
...an host announcement packet. *******************************************************************/ void process_lm_host_announce(struct subnet_record *subrec, struct packet_struct *p, char *buf) { struct dgram_packet *dgram = &p->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 =...
1998 Feb 20
2
Warning when compiling nmbd_incomingdgrams.c
...Debug1 ("process_lm_host_announce: LM Announcement packet does not " \ ---------------------------------------------------------------------------- -----------------^ The lines in nmbd_incomingdgrams.c that the compiler complains about, looks like this (starting vith line 450): if ((osmajor < 36) || (osmajor > 38) || (osminor !=0)) { DEBUG(5,("process_lm_host_announce: LM Announcement packet does not " \ "originate from OS/2 Warp client. Ignoring packet.\n")); /* Could have been from a Windows machine (with its LM Announce enabled),...