Changeset 058edb6 in mainline for uspace/lib/net/include


Ignore:
Timestamp:
2010-10-06T18:50:55Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bcafa70
Parents:
2aa15d4
Message:

Move socket_codes.h from libsocket to libc.

Remove stuff that was probably inappropriatelly taken from a Linux kernel
header.

Remove unneeded AF and PF codes.

Start assigning AF and PF codes sequentially. (These are not standardized.)

Location:
uspace/lib/net/include
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/net/include/icmp_interface.h

    r2aa15d4 r058edb6  
    3434#define __NET_ICMP_INTERFACE_H__
    3535
     36#include <net/socket_codes.h>
    3637#include <sys/types.h>
    3738
     
    4142#include <inet.h>
    4243#include <ip_codes.h>
    43 #include <socket_codes.h>
    4444#include <icmp_codes.h>
    4545#include <icmp_common.h>
  • uspace/lib/net/include/ip_client.h

    r2aa15d4 r058edb6  
    3838#define __NET_IP_CLIENT_H__
    3939
     40#include <net/socket_codes.h>
    4041#include <sys/types.h>
    4142
     
    4344#include <ip_codes.h>
    4445#include <ip_interface.h>
    45 #include <socket_codes.h>
    4646
    4747/** Prepares the packet to be transfered via IP.
  • uspace/lib/net/include/ip_interface.h

    r2aa15d4 r058edb6  
    3434#define __NET_IP_INTERFACE_H__
    3535
     36#include <net/socket_codes.h>
    3637#include <async.h>
    3738#include <ipc/services.h>
     
    4243#include <in.h>
    4344#include <ip_codes.h>
    44 #include <socket_codes.h>
    4545
    4646#ifdef CONFIG_IL_TL_BUNDLE
  • uspace/lib/net/include/tl_common.h

    r2aa15d4 r058edb6  
    3838#define __NET_TL_COMMON_H__
    3939
     40#include <net/socket_codes.h>
     41
    4042#include <packet/packet.h>
    4143#include <net_device.h>
    4244#include <inet.h>
    43 #include <socket_codes.h>
    4445
    4546/** Device packet dimensions.
Note: See TracChangeset for help on using the changeset viewer.