Searched refs:packet (Results 26 - 39 of 39) sorted by relevance

12

/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumssocket.tex40 where each packet sent by one process can be sent to different address.
146 Every packet represents a message which is read separately
147 at the system level, however at the Prolog level the packet
149 The packet boundaries are not of much
172 the address where the packet should be sent
175 If the next packet is to be sent to a different address, a new
/barrelfish-2018-10-04/usr/drivers/tulip/
H A Dtulip.c341 * \brief Send Ethernet packet.
343 * The packet should be a complete Ethernet frame. Nothing is added
347 * the packet has been sent on the wire.
349 * \param packet Pointer to packet buffer.
350 * \param size Size in bytes of packet.
392 * \brief Receive Ethernet packet.
395 static uint16_t ethernet_get_next_packet(uint8_t *packet) argument
402 memcpy(packet, rxpkt, len);
513 TU_DEBUG("Got a packet le
[all...]
/barrelfish-2018-10-04/doc/015-disk-driver-arch/
H A Drelated.tex28 \acs{scsi} command to the device (transparently using the packet interface of
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Ds2_lib.c380 s->packet=s2->rbuf;
H A Ds3_both.c736 s->packet= &(s->s3->rbuf.buf[0]);
H A Dssl.h1025 /* used internally to point at a raw packet */
1026 unsigned char *packet; member in struct:ssl_st
/barrelfish-2018-10-04/usr/bench/udp_echo/
H A Dudp_echo.c29 extern int posix_recv_time[POSIX_TRANSA]; // Time until packet at exit of recvfrom
179 // client mode -- initiate packet send
224 struct packet *myp = NULL;
H A Dudp_ipip_openloop.c30 #include <netpacket/packet.h>
167 /* printf("IPIP packet\n"); */
174 /* printf("Decapsulated packet\n"); */
/barrelfish-2018-10-04/doc/014-bulk-transfer/
H A Dbulk-transfer.tex182 messages (send-packet, tx-done) for transmitting single packet
183 assuming that packet fits into one pbuf. Similarly on packet
184 receiving side, each received packet involves 2 messages
185 (register-pbuf, packet-received). The performance impact of these
232 % scatter-gather packet sending and receiving.
253 \item True zero copy capability(scatter-gather packet
290 is generating. In case of NIC device, a packet will be a
334 received packet
[all...]
/barrelfish-2018-10-04/doc/012-services/
H A DServices.tex219 such as packet filtering, packet instpection, etc.
/barrelfish-2018-10-04/include/openssl/
H A Dssl.h1025 /* used internally to point at a raw packet */
1026 unsigned char *packet; member in struct:ssl_st
/barrelfish-2018-10-04/doc/022-armv8/
H A Dreport.tex665 \item Network configuration (the saved DHCP ack packet).
714 \item A copy of the last DHCP Ack packet.
/barrelfish-2018-10-04/doc/008-tracing/
H A DTracing.tex520 construction of the packet (an Activity) is what is actually very interesting.
/barrelfish-2018-10-04/doc/026-device-queues/
H A Ddevif.tex757 a 4k buffer entry boundary, the packet has to be fragmented into two descriptors in the ringbuffers.

Completed in 79 milliseconds

12