Changeset 058edb6 in mainline for uspace/lib/net/include
- Timestamp:
- 2010-10-06T18:50:55Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bcafa70
- Parents:
- 2aa15d4
- Location:
- uspace/lib/net/include
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/net/include/icmp_interface.h
r2aa15d4 r058edb6 34 34 #define __NET_ICMP_INTERFACE_H__ 35 35 36 #include <net/socket_codes.h> 36 37 #include <sys/types.h> 37 38 … … 41 42 #include <inet.h> 42 43 #include <ip_codes.h> 43 #include <socket_codes.h>44 44 #include <icmp_codes.h> 45 45 #include <icmp_common.h> -
uspace/lib/net/include/ip_client.h
r2aa15d4 r058edb6 38 38 #define __NET_IP_CLIENT_H__ 39 39 40 #include <net/socket_codes.h> 40 41 #include <sys/types.h> 41 42 … … 43 44 #include <ip_codes.h> 44 45 #include <ip_interface.h> 45 #include <socket_codes.h>46 46 47 47 /** Prepares the packet to be transfered via IP. -
uspace/lib/net/include/ip_interface.h
r2aa15d4 r058edb6 34 34 #define __NET_IP_INTERFACE_H__ 35 35 36 #include <net/socket_codes.h> 36 37 #include <async.h> 37 38 #include <ipc/services.h> … … 42 43 #include <in.h> 43 44 #include <ip_codes.h> 44 #include <socket_codes.h>45 45 46 46 #ifdef CONFIG_IL_TL_BUNDLE -
uspace/lib/net/include/tl_common.h
r2aa15d4 r058edb6 38 38 #define __NET_TL_COMMON_H__ 39 39 40 #include <net/socket_codes.h> 41 40 42 #include <packet/packet.h> 41 43 #include <net_device.h> 42 44 #include <inet.h> 43 #include <socket_codes.h>44 45 45 46 /** Device packet dimensions.
Note:
See TracChangeset
for help on using the changeset viewer.