Changeset 98abd40 in mainline for uspace/srv/net/inetsrv/icmpv6.h


Ignore:
Timestamp:
2013-07-06T21:57:22Z (11 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c8bb1633, cdc8a391
Parents:
b8e72fd1 (diff), 507c6f3 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/inetsrv/icmpv6.h

    rb8e72fd1 r98abd40  
    11/*
    2  * Copyright (c) 2012 Jiri Svoboda
     2 * Copyright (c) 2013 Antonin Steinhauser
    33 * All rights reserved.
    44 *
     
    3535 */
    3636
    37 #ifndef INET_UTIL_H_
    38 #define INET_UTIL_H_
     37#ifndef ICMPV6_H_
     38#define ICMPV6_H_
    3939
    40 #include <sys/types.h>
     40#include "inetsrv.h"
    4141
    42 uint32_t inet_netmask(int bits);
     42extern int icmpv6_recv(inet_dgram_t *);
     43extern int icmpv6_ping_send(uint16_t, inetping6_sdu_t *);
    4344
    4445#endif
Note: See TracChangeset for help on using the changeset viewer.