Changeset c69d327 in mainline for uspace/lib/socket/include
- 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/socket/include
- Files:
-
- 1 deleted
- 4 edited
-
icmp_api.h (modified) (1 diff)
-
net_messages.h (modified) (1 diff)
-
packet/packet.h (deleted)
-
packet/packet_local.h (modified) (1 diff)
-
socket_core.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/socket/include/icmp_api.h
r0a866eeb rc69d327 44 44 #include <net_device.h> 45 45 #include <adt/measured_strings.h> 46 #include < packet/packet.h>46 #include <net/packet.h> 47 47 #include <ip_codes.h> 48 48 #include <icmp_codes.h> -
uspace/lib/socket/include/net_messages.h
r0a866eeb rc69d327 44 44 #include <net_device.h> 45 45 #include <adt/measured_strings.h> 46 #include < packet/packet.h>46 #include <net/packet.h> 47 47 48 48 /** @name Networking specific message arguments definitions -
uspace/lib/socket/include/packet/packet_local.h
r0a866eeb rc69d327 37 37 #define __NET_PACKET_LOCAL_H__ 38 38 39 #include < packet/packet.h>39 #include <net/packet.h> 40 40 41 41 /** @name Packet local interface -
uspace/lib/socket/include/socket_core.h
r0a866eeb rc69d327 45 45 #include <adt/dynamic_fifo.h> 46 46 #include <adt/int_map.h> 47 #include < packet/packet.h>47 #include <net/packet.h> 48 48 49 49 /** Initial size of the received packet queue.
Note:
See TracChangeset
for help on using the changeset viewer.
