Re: TCP/IP interface code in XFree86

2005-10-24 Thread Josip Deanovic
Kaliraj Kalaichelvan - CTD, Chennai [EMAIL PROTECTED] writes:

 Hello all,
 I have downloaded the XFree86 Version 4.3.0 . I would like to know which
 part of the XFree86 implementation (code) deals with the TCP/IP connections
 i..e how the x protocol are sent via the TCP/IP. I would like to know the c
 file/function (not in xlib level but in x protocol level)that takes care in
 sending these x messages via TCP/IP. Hope i am clear with my doubt.

 Thanks  Regards
 Kaliraj Kalaichelvan
 DISCLAIMER 
 This message and any attachment(s) contained here are information that is 
 confidential, proprietary to HCL Technologies 
 and its customers. Contents may be privileged or otherwise protected by law. 
 The information is solely intended for the 
 individual or the entity it is addressed to. If you are not the intended 
 recipient of this message, you are not authorized to 
 read, forward, print, retain, copy or disseminate this message or any part of 
 it. If you have received this e-mail in error, 
 please notify the sender immediately by return e-mail and delete it from your 
 computer


Hello Kaliraj,

I would like to make a note regarding your messages with your disclaimer
attached.

I am not sure whether I got this message in error or not and your message
is definitely not individually addressed to me.
So, I would kindly asked you to gave me permission to read, forward, print,
retain copy or disseminate this message or any part of it.

-- 
Josip Deanovic
___
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel


Re: TCP/IP interface code in XFree86

2005-10-24 Thread George Liu
Not sure what your disclaimer to me.

DISCLAIMER 

Kaliraj Kalaichelvan - CTD, Chennai wrote:

Hello all,
I have downloaded the XFree86 Version 4.3.0 . I would like to know which
part of the XFree86 implementation (code) deals with the TCP/IP connections
i..e how the x protocol are sent via the TCP/IP. I would like to know the c
file/function (not in xlib level but in x protocol level)that takes care in
sending these x messages via TCP/IP. Hope i am clear with my doubt.

Thanks  Regards
Kaliraj Kalaichelvan
DISCLAIMER 
This message and any attachment(s) contained here are information that is 
confidential, proprietary to HCL Technologies 
and its customers. Contents may be privileged or otherwise protected by law. 
The information is solely intended for the 
individual or the entity it is addressed to. If you are not the intended 
recipient of this message, you are not authorized to 
read, forward, print, retain, copy or disseminate this message or any part of 
it. If you have received this e-mail in error, 
please notify the sender immediately by return e-mail and delete it from your 
computer


___
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel
  


___
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel


Re: TCP/IP interface code in XFree86

2005-10-24 Thread Tim Roberts

Kaliraj Kalaichelvan - CTD, Chennai wrote:


I have downloaded the XFree86 Version 4.3.0 . I would like to know which
part of the XFree86 implementation (code) deals with the TCP/IP connections
i..e how the x protocol are sent via the TCP/IP. I would like to know the c
file/function (not in xlib level but in x protocol level)that takes care in
sending these x messages via TCP/IP. Hope i am clear with my doubt.
 



Surely it would be more efficient to use find and grep to search the 
code for socket calls, rather than wait for a response from an Internet 
mailing list...


The transport code is in xc/lib/xtrans.  The TCP socket code is in 
Xtranssock.c.



This message and any attachment(s) contained here are information that is 
confidential, proprietary to HCL Technologies and its customers. Contents may 
be privileged or otherwise protected by law. The information is solely intended 
for the individual or the entity it is addressed to.



Anyone remember the Lily Tomlin character Ernestine, the ATT operator?  
Two ringy-dingies...  Oh, yes, snort, good morning.  Have I reached the 
party to whom I am speaking?


--
Tim Roberts, [EMAIL PROTECTED]
Providenza  Boekelheide, Inc.

___
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel


RE: TCP/IP interface code in XFree86

2005-10-24 Thread Kaliraj Kalaichelvan - CTD, Chennai
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Tim Roberts
Sent: Monday, October 24, 2005 10:14 PM
To: devel@XFree86.Org
Subject: Re: TCP/IP interface code in XFree86


Kaliraj Kalaichelvan - CTD, Chennai wrote:

I have downloaded the XFree86 Version 4.3.0 . I would like to know which
part of the XFree86 implementation (code) deals with the TCP/IP connections
i..e how the x protocol are sent via the TCP/IP. I would like to know the c
file/function (not in xlib level but in x protocol level)that takes care in
sending these x messages via TCP/IP. Hope i am clear with my doubt.
  


Surely it would be more efficient to use find and grep to search the 
code for socket calls, rather than wait for a response from an Internet 
mailing list...

The transport code is in xc/lib/xtrans.  The TCP socket code is in 
Xtranssock.c.

This message and any attachment(s) contained here are information that is
confidential, proprietary to HCL Technologies and its customers. Contents
may be privileged or otherwise protected by law. The information is solely
intended for the individual or the entity it is addressed to.


Anyone remember the Lily Tomlin character Ernestine, the ATT operator?  
Two ringy-dingies...  Oh, yes, snort, good morning.  Have I reached the 
party to whom I am speaking?

-- 
Tim Roberts, [EMAIL PROTECTED]
Providenza  Boekelheide, Inc.

___
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel
DISCLAIMER 
This message and any attachment(s) contained here are information that is 
confidential, proprietary to HCL Technologies 
and its customers. Contents may be privileged or otherwise protected by law. 
The information is solely intended for the 
individual or the entity it is addressed to. If you are not the intended 
recipient of this message, you are not authorized to 
read, forward, print, retain, copy or disseminate this message or any part of 
it. If you have received this e-mail in error, 
please notify the sender immediately by return e-mail and delete it from your 
computer


___
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel


Re: TCP/IP interface code in XFree86

2005-10-24 Thread Alan Coopersmith

Kaliraj Kalaichelvan - CTD, Chennai wrote:

I have downloaded the XFree86 Version 4.3.0 . I would like to know which
part of the XFree86 implementation (code) deals with the TCP/IP connections
i..e how the x protocol are sent via the TCP/IP. I would like to know the c
file/function (not in xlib level but in x protocol level)that takes care in
sending these x messages via TCP/IP. Hope i am clear with my doubt.





Surely it would be more efficient to use find and grep to search the 
code for socket calls, rather than wait for a response from an Internet 
mailing list...


The transport code is in xc/lib/xtrans.  The TCP socket code is in 
Xtranssock.c.


And was changed a good deal after 4.3.0 to add IPv6 support.   Looking at
XFree86 4.3.0 is only interesting for historical reasons these days - the
later releases should be more interesting.

--
-Alan Coopersmith-   [EMAIL PROTECTED]
 Sun Microsystems, Inc. - X Window System Engineering
___
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel