/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/ |
H A D | api_msg.h | 103 } sd; member in union:api_msg_msg::__anon14902
|
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ |
H A D | slipif.c | 94 sio_fd_t sd; member in struct:slipif_priv 130 sio_send(SLIP_END, priv->sd); 138 sio_send(SLIP_ESC, priv->sd); 139 sio_send(SLIP_ESC_END, priv->sd); 143 sio_send(SLIP_ESC, priv->sd); 144 sio_send(SLIP_ESC_ESC, priv->sd); 148 sio_send(c, priv->sd); 154 sio_send(SLIP_END, priv->sd); 327 if (sio_read(priv->sd, &c, 1) > 0) { 380 priv->sd [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | prpoll.c | 99 PRInt32 sd, rv; local 166 sd = socket(AF_INET, SOCK_STREAM, 0); 167 PR_ASSERT(sd >= 0); 173 rv = bind(sd, (struct sockaddr *)&saddr, sizeof(saddr)); 176 rv = getsockname(sd, (struct sockaddr *) &saddr, &saddr_len); 180 rv = listen(sd, 5); 182 pds[npds].fd = socket_poll_fd = PR_CreateSocketPollFd(sd);
|
H A D | acceptreademu.c | 63 static PRInt32 PR_CALLBACK emu_AcceptRead(PRFileDesc *sd, PRFileDesc **nd, argument 66 return PR_EmulateAcceptRead(sd, nd, raddr, buf, amount, timeout);
|
H A D | socket.c | 188 emu_SendFile(PRFileDesc *sd, PRSendFileData *sfd, argument 191 return PR_EmulateSendFile(sd, sfd, flags, timeout); 196 emu_TransmitFile(PRFileDesc *sd, PRFileDesc *fd, const void *headers, argument 208 return emu_SendFile(sd, &sfd, flags, timeout);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/ |
H A D | VBoxDispD3DIf.cpp | 915 DDSURFACEDESC sd; local 926 vboxVhwaPopulateOverlayFourccSurfDesc(&sd, fourcc); 927 hr = vboxSurfDescMerge((DDSURFACEDESC *)pAdapter->Formats.paSurfDescs, &pAdapter->Formats.cSurfDescs, cSurfDescs, &sd);
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/ |
H A D | pripv6.c | 200 static PRInt32 PR_CALLBACK Ipv6ToIpv4SocketAcceptRead(PRFileDesc *sd, argument 209 PR_ASSERT(sd != NULL); 210 PR_ASSERT(sd->lower != NULL); 218 *newstack = *sd; /* make a copy of the accepting layer */ 220 nbytes = sd->lower->methods->acceptread( 221 sd->lower, nd, ipv6_raddr, buf, amount, timeout);
|
H A D | prlayer.c | 325 PRFileDesc *sd, PRFileDesc **nd, PRNetAddr **raddr, void *buf, 331 PRFileDesc *layer = sd; 334 PR_ASSERT(sd != NULL); 335 PR_ASSERT(sd->lower != NULL); 347 *newstack = *sd; /* make a copy of the accepting layer */ 349 nbytes = sd->lower->methods->acceptread( 350 sd->lower, nd, raddr, buf, amount, t); 370 PRFileDesc *sd, PRFileDesc *fd, const void *headers, PRInt32 hlen, 373 PR_ASSERT(sd != NULL); 374 PR_ASSERT(sd 324 pl_DefAcceptread( PRFileDesc *sd, PRFileDesc **nd, PRNetAddr **raddr, void *buf, PRInt32 amount, PRIntervalTime t) argument 369 pl_DefTransmitfile( PRFileDesc *sd, PRFileDesc *fd, const void *headers, PRInt32 hlen, PRTransmitFileFlags flags, PRIntervalTime t) argument 414 pl_DefSendfile( PRFileDesc *sd, PRSendFileData *sfd, PRTransmitFileFlags flags, PRIntervalTime timeout) argument [all...] |
H A D | prsocket.c | 843 static PRInt32 PR_CALLBACK SocketAcceptRead(PRFileDesc *sd, PRFileDesc **nd, argument 860 if (sd->secret->nonblocking) { 874 rv = _PR_MD_ACCEPT_READ(sd, &newSock, raddr, buf, amount, timeout); 897 rv = PR_EmulateAcceptRead(sd, nd, raddr, buf, amount, timeout); 903 PR_IMPLEMENT(PRInt32) PR_NTFast_AcceptRead(PRFileDesc *sd, PRFileDesc **nd, 926 rv = _PR_MD_FAST_ACCEPT_READ(sd, &newSock, raddr, buf, amount, 952 PRFileDesc *sd, PRFileDesc **nd, 977 rv = _PR_MD_FAST_ACCEPT_READ(sd, &newSock, raddr, buf, amount, 1013 PRFileDesc *sd, PRSendFileData *sfd, 1029 if (sd 1012 SocketSendFile( PRFileDesc *sd, PRSendFileData *sfd, PRTransmitFileFlags flags, PRIntervalTime timeout) argument 1050 SocketTransmitFile(PRFileDesc *sd, PRFileDesc *fd, const void *headers, PRInt32 hlen, PRTransmitFileFlags flags, PRIntervalTime timeout) argument [all...] |
/vbox/src/VBox/Devices/Network/slirp/libalias/ |
H A D | alias_skinny.c | 308 struct skinny_header *sd; local 318 sd = (struct skinny_header *)tcp_next(tc); 346 len = (sd->len); 347 msgId = (sd->msgId); 368 reg_mesg = (struct RegisterMessage *)&sd->msgId; 390 port_mesg = (struct IpPortMessage *)&sd->msgId; 408 opnrcvchn_ack = (struct OpenReceiveChannelAck *)&sd->msgId; 436 startmedia_tx = (struct StartMediaTransmission *)&sd->msgId; 445 sd = (struct skinny_header *)(((char *)&sd [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/ |
H A D | bnet.c | 826 _MD_accept_read (PRFileDesc *sd, PRInt32 *newSock, PRNetAddr **raddr, argument
|
/vbox/src/VBox/Additions/common/VBoxService/ |
H A D | VBoxServiceVMInfo.cpp | 946 SOCKET sd = WSASocket(AF_INET, SOCK_DGRAM, 0, 0, 0, 0); local 947 if (sd == SOCKET_ERROR) /* Socket invalid. */ 966 if (WSAIoctl(sd, 1032 if (sd >= 0) 1033 closesocket(sd); 1118 int sd = socket(AF_INET, SOCK_DGRAM, 0); 1119 if (sd < 0) 1143 if (ioctl(sd, SIOCGIFCONF, &IfConf) >= 0) 1163 close(sd); 1217 if (ioctl(sd, SIOCGIFFLAG [all...] |
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/ |
H A D | xpidl_typelib.c | 616 IDL_tree sd = IDL_PARAM_DCL(state->tree).simple_declarator; local 621 size_is = IDL_tree_property_get(sd, "size_is"); 633 length_is = IDL_tree_property_get(sd, "length_is"); 661 IDL_tree sd = IDL_PARAM_DCL(state->tree).simple_declarator; local 662 if (IDL_tree_property_get(sd, "array")) {
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/ |
H A D | irix.c | 106 sproc_data sd; member in struct:sproc_params 677 sparams.sd.entry = entry; 678 sparams.sd.inh = inh; 679 sparams.sd.arg = arg; 680 sparams.sd.sp = sp; 681 sparams.sd.len = len; 682 sparams.sd.pid = pid; 683 sparams.sd.creator_pid = getpid(); 725 pid = sp->sd.creator_pid; 726 (*(sp->sd [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/ |
H A D | ntio.c | 1423 _PR_MD_FAST_ACCEPT_READ(PRFileDesc *sd, PRInt32 *newSock, PRNetAddr **raddr, argument 1428 PRInt32 sock = sd->secret->md.osfd; 1442 if (!sd->secret->md.io_model_committed) { 1445 sd->secret->md.io_model_committed = PR_TRUE;
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ |
H A D | ptio.c | 2135 static PRInt32 pt_AIXDispatchSendFile(PRFileDesc *sd, PRSendFileData *sfd, argument 2144 return pt_AIXSendFile(sd, sfd, flags, timeout); 2146 return PR_EmulateSendFile(sd, sfd, flags, timeout); 2155 * Send file sfd->fd across socket sd. If specified, header and trailer 2166 static PRInt32 pt_AIXSendFile(PRFileDesc *sd, PRSendFileData *sfd, argument 2196 PR_ASSERT(sizeof(int) == sizeof(sd->secret->md.osfd)); 2198 rv = AIX_SEND_FILE(&sd->secret->md.osfd, &sf_struct, send_flags); 2222 op.arg1.osfd = sd->secret->md.osfd; 2238 PR_Close(sd); 2252 * Send file sfd->fd across socket sd 2263 pt_HPUXSendFile(PRFileDesc *sd, PRSendFileData *sfd, PRTransmitFileFlags flags, PRIntervalTime timeout) argument 2385 pt_SolarisSendFile(PRFileDesc *sd, PRSendFileData *sfd, PRTransmitFileFlags flags, PRIntervalTime timeout) argument 2536 pt_SolarisDispatchSendFile(PRFileDesc *sd, PRSendFileData *sfd, PRTransmitFileFlags flags, PRIntervalTime timeout) argument 2569 pt_LinuxSendFile(PRFileDesc *sd, PRSendFileData *sfd, PRTransmitFileFlags flags, PRIntervalTime timeout) argument 2692 pt_SendFile( PRFileDesc *sd, PRSendFileData *sfd, PRTransmitFileFlags flags, PRIntervalTime timeout) argument 2735 pt_TransmitFile( PRFileDesc *sd, PRFileDesc *fd, const void *headers, PRInt32 hlen, PRTransmitFileFlags flags, PRIntervalTime timeout) argument 2752 pt_AcceptRead( PRFileDesc *sd, PRFileDesc **nd, PRNetAddr **raddr, void *buf, PRInt32 amount, PRIntervalTime timeout) argument [all...] |
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | jaxws-rt.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |