Sponsored Content
Full Discussion: windows linux handshake !!
Top Forums UNIX for Dummies Questions & Answers windows linux handshake !! Post 302161516 by nivea_jmd on Thursday 24th of January 2008 10:55:59 PM
Old 01-24-2008
windows linux handshake !!

hi
i wanted to know how to read the status of RTS/CTS line using ioctl calls....i am programming using c/c++ and linux

if someone can post a code snippet or suggest a book for the same...it will be very helpful....

2. also i will like to know can a windows application and a rtos application do RTS/CTS handshaking

is there any special care needeed to be taken ?!!

thanking in anticipation
 

9 More Discussions You Might Find Interesting

1. Linux

Linux and Windows?

Hello, In our computer lab we are windows networking.We have installed windows 2000 server on our IBM server and created a domain. All the computers are installed with windows 2000 porfessional and are a part of the domain. i have a installed Red Hat linux 9.0 on one system. I want this Linux... (1 Reply)
Discussion started by: vibhory2j
1 Replies

2. Programming

Three way handshake

Hi , I am mukesh. i would like to know the procedure of 3 - way handshake. (1 Reply)
Discussion started by: mukeshmca2
1 Replies

3. IP Networking

Incomplete three way handshake

I've got a strange problem with a single mail sender (it is one of those large free mail providers). My mail server works well with thousands of senders but not this one, so we have made a connection dump and it seems that the three way handshake is not completed 15:55:59.177431 IP... (0 Replies)
Discussion started by: 3wayTrouble
0 Replies

4. Windows & DOS: Issues & Discussions

what is the best way to use Linux on windows

Hello all i need to install linux flavor ubunto or sentOs not GUI is needed the only problem is that in my home computer im using win2k ( don't ask my wife don't want to hear about Linux ) so i guess i stuck with installing some kind of virtual pc and install on top of it the Linux what do you... (11 Replies)
Discussion started by: umen
11 Replies

5. Solaris

handshake/connection errors

I'm running solaris openssl 097l and I upgraded to 098h. I see errors in the logs that seem like debugging errors that showed up, but seemed to happen in both versions I believe. I am using a certificate from another machine to test for this server. I believe the error messages generate when I... (4 Replies)
Discussion started by: csross
4 Replies

6. Linux

What's better for running Windows software in Linux, Wine or Windows VMware?

What are the differences, advantages, and disadvantages? (1 Reply)
Discussion started by: Advice Pro
1 Replies

7. UNIX for Dummies Questions & Answers

vnc over an ssh tunnel Linux to Linux to Windows

I *think* what I want to do is not only possible but easy, but as a "dummy" :) I can't figure it out. Here's what I have: Linux (Ubuntu 10.04) laptop that is not in my house, but has an Internet connection. Linux (Ubuntu 9.04) computer in my house that has unfettered access to the... (6 Replies)
Discussion started by: WesleyC
6 Replies

8. UNIX for Dummies Questions & Answers

No mail sending - Deferred: 403 4.7.0 TLS handshake failed

Please help! I am in urgent need of assistance. What started out as a small problem with IMAP folders not working seems to have spread. Our mail server, Scalix running on CentOS 5.5 isn't sending out any mail. There are now over 400 emails queued waiting to go out, all of which give the... (0 Replies)
Discussion started by: beckyboo
0 Replies

9. UNIX for Beginners Questions & Answers

Seen Windows pc, having all the features of Linux, could exe, read and edit save like windows

Hi, totally new to linux base using windows when started learning and using computers. but i remember that one pc was there , look alike windows desktop, but could not do the task as windows just click and open and view edit etc. But, you could do a little differently even saving in and opening... (8 Replies)
Discussion started by: jraju
8 Replies
UUID_COMPARE(3) 						    Libuuid API 						   UUID_COMPARE(3)

NAME
uuid_compare - compare whether two UUIDs are the same SYNOPSIS
#include <uuid.h> int uuid_compare(uuid_t uu1, uuid_t uu2) DESCRIPTION
The uuid_compare function compares the two supplied uuid variables uu1 and uu2 to each other. RETURN VALUE
Returns an integer less than, equal to, or greater than zero if uu1 is found, respectively, to be lexicographically less than, equal, or greater than uu2. AUTHOR
Theodore Y. Ts'o AVAILABILITY
libuuid is part of the util-linux package since version 2.15.1 and is available from https://www.kernel.org/pub/linux/utils/util-linux/. SEE ALSO
uuid(3), uuid_clear(3), uuid_copy(3), uuid_generate(3), uuid_is_null(3), uuid_parse(3), uuid_unparse(3) util-linux May 2009 UUID_COMPARE(3)
All times are GMT -4. The time now is 01:39 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy