Changeset 058edb6 in mainline for uspace/lib
- 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
- Files:
-
- 1 added
- 1 deleted
- 11 edited
-
c/include/net/socket_codes.h (added)
-
net/include/icmp_interface.h (modified) (2 diffs)
-
net/include/ip_client.h (modified) (2 diffs)
-
net/include/ip_interface.h (modified) (2 diffs)
-
net/include/tl_common.h (modified) (1 diff)
-
net/tl/tl_common.c (modified) (2 diffs)
-
socket/generic/icmp_api.c (modified) (2 diffs)
-
socket/generic/inet.c (modified) (2 diffs)
-
socket/generic/socket_core.c (modified) (2 diffs)
-
socket/include/icmp_api.h (modified) (2 diffs)
-
socket/include/socket.h (modified) (1 diff)
-
socket/include/socket_codes.h (deleted)
-
socket/include/socket_messages.h (modified) (1 diff)
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. -
uspace/lib/net/tl/tl_common.c
r2aa15d4 r058edb6 36 36 */ 37 37 38 #include <net/socket_codes.h> 38 39 #include <async.h> 39 40 #include <ipc/services.h> … … 51 52 #include <ip_local.h> 52 53 #include <ip_remote.h> 53 #include <socket_codes.h>54 54 #include <ip_interface.h> 55 55 #include <tl_interface.h> -
uspace/lib/socket/generic/icmp_api.c
r2aa15d4 r058edb6 36 36 */ 37 37 38 #include <net/socket_codes.h> 38 39 #include <async.h> 39 40 … … 47 48 #include <inet.h> 48 49 #include <ip_codes.h> 49 #include <socket_codes.h>50 50 #include <icmp_messages.h> 51 51 -
uspace/lib/socket/generic/inet.c
r2aa15d4 r058edb6 35 35 */ 36 36 37 #include <net/socket_codes.h> 37 38 #include <errno.h> 38 39 #include <mem.h> … … 43 44 #include <in6.h> 44 45 #include <inet.h> 45 #include <socket_codes.h>46 46 47 47 int inet_ntop(uint16_t family, const uint8_t * data, char * address, size_t length){ -
uspace/lib/socket/generic/socket_core.c
r2aa15d4 r058edb6 35 35 */ 36 36 37 #include <net/socket_codes.h> 38 37 39 #include <stdint.h> 38 40 #include <stdlib.h> … … 42 44 #include <in.h> 43 45 #include <inet.h> 44 #include <socket_codes.h>45 46 #include <adt/dynamic_fifo.h> 46 47 #include <adt/int_map.h> -
uspace/lib/socket/include/icmp_api.h
r2aa15d4 r058edb6 38 38 #define __NET_ICMP_API_H__ 39 39 40 #include <net/socket_codes.h> 40 41 #include <sys/types.h> 41 42 … … 45 46 #include <inet.h> 46 47 #include <ip_codes.h> 47 #include <socket_codes.h>48 48 #include <icmp_codes.h> 49 49 #include <icmp_common.h> -
uspace/lib/socket/include/socket.h
r2aa15d4 r058edb6 40 40 #define __NET_SOCKET_H__ 41 41 42 #include <net/socket_codes.h> 43 42 44 #include <net_byteorder.h> 43 45 #include <in.h> 44 46 #include <in6.h> 45 47 #include <inet.h> 46 #include <socket_codes.h>47 48 #include <errno.h> 48 49 -
uspace/lib/socket/include/socket_messages.h
r2aa15d4 r058edb6 43 43 #include <ipc/net.h> 44 44 45 #include < socket_codes.h>45 #include <net/socket_codes.h> 46 46 47 47 /** Socket client messages.
Note:
See TracChangeset
for help on using the changeset viewer.
