libc/winsup/cygwin/include/cygwin
Corinna Vinschen 3787b37ef2 * autoload.cc (WSAIoctl): Reintroduce.
(WSASendMsg): Define.
	* fhandler.h (class fhandler_socket): Change definition of recv_internal
	and send_internal to take WSAMSG pointer as parameter.
	* fhandler_socket.cc (WSAID_WSARECVMSG): Define.
	(LPFN_WSARECVMSG): Define.
	(WSASendMsg): Declare.
	(get_ext_funcptr): New function to fetch address of WSARecvMsg.
	(fhandler_socket::recv_internal): Take just a LPWSAMSG parameter.
	Change code accordingly.  If control information is requested,
	fetch address of WSARecvMsg and use that instead of WSARecvFrom.
	(fhandler_socket::recvfrom): Change return type to ssize_t as
	declared in fhandler.h.  Accommodate changes to recv_internal.
	(fhandler_socket::recvmsg): Ditto.  Make sure that control information
	is only requested if system, address family, and socket type support it.
	(fhandler_socket::send_internal): Take just a LPWSAMSG parameter
	and the flags.  Change code accordingly.  If control information is
	provided, use WSASendMsg instead of WSASendTo.
	(fhandler_socket::sendto): Drop useless comment.  Accommodate changes
	to send_internal.
	(fhandler_socket::sendmsg): Ditto.  Make sure that control information
	is only provided if system, address family, and socket type support it.
	* wincap.h (wincaps::has_recvmsg): New element.
	(wincaps::has_sendmsg): New element
	* wincap.cc: Implement above elements throughout.
	* include/cygwin/socket.h (CMSG_ALIGN): Phrase in terms of alignment
	of type struct cmsghdr.
2009-01-20 11:16:59 +00:00
..
_types.h add missing files 2004-03-26 21:17:07 +00:00
acl.h
config.h * include/limits.h (PATH_MAX): Add comment. 2008-06-21 20:24:45 +00:00
core_dump.h
cygwin_dll.h
fs.h * include/cygwin/fs.h: Remove unneeded include. 2003-03-30 17:28:52 +00:00
grp.h
hdreg.h
icmp.h
if.h * include/cygwin/if.h (IFF_POINTOPOINT): Fix typo. 2007-06-20 09:28:47 +00:00
in.h * autoload.cc (GetIpForwardTable): Define. 2007-06-14 16:02:32 +00:00
in6.h * include/cygwin/in6.h: Drop inclusion of asm/byteorder.h. 2007-01-18 10:25:40 +00:00
in_systm.h
ipc.h * include/cygwin/ipc.h: Make IPC_INFO visible only for ipc system 2004-06-08 10:53:40 +00:00
kd.h * fhandler.h (class dev_console): Add `metabit' indicating the 2006-07-03 15:29:10 +00:00
msg.h * cygserver.h (client_request::request_code_t): Add 2003-11-19 18:50:23 +00:00
mtio.h * include/cygwin/mtio.h (GMT_ASYNC): New define. 2004-04-19 19:41:13 +00:00
rdevio.h
sem.h * cygserver.h (client_request::request_code_t): Add 2003-11-19 18:50:23 +00:00
shm.h * cygserver.h (client_request::request_code_t): Add 2003-11-19 18:50:23 +00:00
signal.h * cygwin.din (sys_sigabbrev): Add this here. 2008-09-11 06:22:31 +00:00
socket.h * autoload.cc (WSAIoctl): Reintroduce. 2009-01-20 11:16:59 +00:00
sockios.h
stat.h * include/cygwin/stat.h (S_TYPEISSHM, S_TYPEISSEM, S_TYPEISSHM): 2007-03-13 13:22:00 +00:00
stdlib.h * include/cygwin/stdlib.h (initstate): Declare. 2008-05-13 13:56:06 +00:00
sys_time.h * include/cygwin/sys_time.h: Move futimes and lutimes declaration here from 2005-11-18 16:08:33 +00:00
sysproto.h white space and minor comment cleanup. 2005-05-02 03:50:11 +00:00
time.h * include/cygwin/time.h: Remove redundant #endif. 2007-12-03 11:34:59 +00:00
types.h * include/cygwin/types.h: Update copyright. 2006-07-14 21:45:00 +00:00
utmp.h * cygwin.din: Add utmpx symbols. 2004-12-15 17:29:01 +00:00
version.h * Fix copyright dates. 2009-01-16 12:17:28 +00:00
wait.h * include/sys/wait.h: Move definition of wait constants from here... 2006-06-12 14:25:05 +00:00