Changeset c69d327 in mainline for uspace/lib/net/generic
- Timestamp:
- 2010-10-08T21:32:49Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 368fb2c
- Parents:
- 0a866eeb
- Location:
- uspace/lib/net/generic
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/net/generic/packet_client.c
r0a866eeb rc69d327 44 44 45 45 #include <net_messages.h> 46 #include < packet/packet.h>47 #include < packet/packet_header.h>46 #include <net/packet.h> 47 #include <net/packet_header.h> 48 48 49 49 int packet_copy_data(packet_t packet, const void * data, size_t length) -
uspace/lib/net/generic/packet_remote.c
r0a866eeb rc69d327 47 47 #include <packet_remote.h> 48 48 49 #include < packet/packet.h>50 #include < packet/packet_header.h>49 #include <net/packet.h> 50 #include <net/packet_header.h> 51 51 52 52 /** Obtain the packet from the packet server as the shared memory block. -
uspace/lib/net/generic/socket_core.c
r0a866eeb rc69d327 46 46 #include <adt/dynamic_fifo.h> 47 47 #include <adt/int_map.h> 48 #include < packet/packet.h>48 #include <net/packet.h> 49 49 #include <packet_client.h> 50 50 #include <packet_remote.h>
Note:
See TracChangeset
for help on using the changeset viewer.