| /vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/ |
| H A D | send.c | 2 Implement the send API. 21 The send routine queues data to the network for transmission. 26 <a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/send.html">POSIX</a> 31 @param [in] buffer Address of a buffer containing the data to send. 43 send ( function
|
| /vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
| H A D | gdbstub.h | 47 void ( * send ) ( const char *buf, size_t len ); member in struct:gdb_transport
|
| H A D | infiniband.h | 102 /** "Is a send queue" flag */ 165 struct ib_work_queue send; member in struct:ib_queue_pair 276 /** Post send work queue entry
|
| /vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/ |
| H A D | rcio.h | 75 send = PR_SHUTDOWN_SEND, /* sends will be disallowed */ enumerator in enum:__anon17210
|
| /vbox/src/VBox/Devices/PC/BIOS/ |
| H A D | print.c | 58 void send(uint16_t action, uint8_t c) function 85 send(action, ' '); 87 send(action, '-'); 89 send(action, val - (nval * 10) + '0'); 99 send(action, ' '); 101 send(action, '-'); 103 send(action, val - (nval * 10) + '0'); 113 send(action, ' '); 115 send(action, '-'); 117 send(actio [all...] |
| /vbox/src/VBox/Devices/PC/ipxe/src/core/ |
| H A D | stringextra.c | 187 char *sbegin, *send; local 198 send = strpbrk( sbegin, ct); 199 if (send && *send != '\0') 200 *send++ = '\0'; 201 ___strtok = send;
|
| /vbox/src/VBox/Devices/Network/lwip/src/include/lwip/ |
| H A D | sockets.h | 80 #define SO_SNDBUF 0x1001 /* send buffer size */ 82 #define SO_SNDLOWAT 0x1003 /* send low-water mark */ 84 #define SO_SNDTIMEO 0x1005 /* send timeout */ 117 /* Flags we can use with send and recv. */ 262 #define send(a,b,c,d) lwip_send(a,b,c,d) macro
|
| /vbox/src/VBox/Devices/PC/ipxe/src/net/ |
| H A D | fcp.c | 181 int ( * send ) ( struct fcp_command *fcpcmd ); member in struct:fcp_command 240 * @v send Send method 244 int ( * send ) ( struct fcp_command *fcpcmd ) ) { 245 fcpcmd->send = send; 356 /* No further data to send within this IU */ 658 if ( ( rc = fcpcmd->send ( fcpcmd ) ) != 0 ) {
|
| /vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/ |
| H A D | sockets.h | 121 #define SO_BROADCAST 0x0020 /* permit to send and to receive broadcast messages (see IP_SOF_BROADCAST option) */ 132 #define SO_SNDBUF 0x1001 /* Unimplemented: send buffer size */ 134 #define SO_SNDLOWAT 0x1003 /* Unimplemented: send low-water mark */ 136 #define SO_SNDTIMEO 0x1005 /* Unimplemented: send timeout */ 179 /* Flags we can use with send and recv. */ 184 #define MSG_MORE 0x10 /* Sender will send more */ 197 #define TCP_NODELAY 0x01 /* don't delay send to coalesce packets */ 198 #define TCP_KEEPALIVE 0x02 /* send KEEPALIVE probes when idle for pcb->keep_idle milliseconds */ 413 #define send(a,b,c,d) lwip_send(a,b,c,d) macro
|
| /vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/ |
| H A D | arbel.h | 243 /* The autogenerated header is inconsistent between send and 272 struct arbelprm_send_doorbell send; member in union:arbelprm_doorbell_register 333 /** Alignment of Arbel send work queue entries */ 336 /** An Arbel send work queue entry */ 345 /** An Arbel send work queue */ 404 struct arbel_send_work_queue send; member in struct:arbel_queue_pair 614 * Get send work request doorbell index
|
| H A D | hermon.h | 530 struct hermonprm_send_db_register send; member in union:hermonprm_doorbell_register 639 /** Alignment of Hermon send work queue entries */ 642 /** A Hermon send work queue entry */ 652 /** A Hermon send work queue */ 656 * Hermon requires us to leave unused space within the send 657 * WQ, so we create a send WQ with more entries than are 724 struct hermon_send_work_queue send; member in struct:hermon_queue_pair
|
| /vbox/src/libs/xpcom18a4/nsprpub/pr/include/ |
| H A D | prio.h | 305 PR_SockOpt_RecvBufferSize, /* send buffer size */ 317 PR_SockOpt_NoDelay, /* don't delay send to coalesce packets */ 345 PRBool no_delay; /* Don't delay send to coalesce packets */ 480 PRSendFN send; /* Send all the bytes specified */ member in struct:PRIOMethods 1572 * Time limit for completion of the send operation. 1641 * Time limit for completion of the send operation. 1669 ** The socket to send data over 1671 ** The file to send 1703 ** of file data to send, the header and trailer buffers are specified in the 1711 ** The socket to send dat [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/ ... |