Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/ipc/inet.h

    r1d24ad3 rf9b2cb4c  
    3838#include <ipc/common.h>
    3939
    40 /** Inet ports */
    41 typedef enum {
    42         /** Default port */
    43         INET_PORT_DEFAULT = 1,
    44         /** Configuration port */
    45         INET_PORT_CFG,
    46         /** Ping service port */
    47         INET_PORT_PING,
    48         /** Ping6 service port */
    49         INET_PORT_PING6
    50 } inet_port_t;
    51 
    5240/** Requests on Inet default port */
    5341typedef enum {
     
    7260        INETCFG_GET_LINK_LIST,
    7361        INETCFG_GET_SROUTE_LIST,
     62        INETCFG_LINK_ADD,
    7463        INETCFG_LINK_GET,
     64        INETCFG_LINK_REMOVE,
    7565        INETCFG_SROUTE_CREATE,
    7666        INETCFG_SROUTE_DELETE,
     
    9080} inetping_request_t;
    9181
    92 /** Events on Inet ping6 port */
    93 typedef enum {
    94         INETPING6_EV_RECV = IPC_FIRST_USER_METHOD
    95 } inetping6_event_t;
    96 
    97 /** Requests on Inet ping6 port */
    98 typedef enum {
    99         INETPING6_SEND = IPC_FIRST_USER_METHOD,
    100         INETPING6_GET_SRCADDR
    101 } inetping6_request_t;
    102 
    10382#endif
    10483
Note: See TracChangeset for help on using the changeset viewer.